POST api/demo/schedulenewdemo
Request Information
URI Parameters
None.
Body Parameters
mlDemoScheduleinputName | description | Type | Additional information |
---|---|---|---|
CustomerProductSysID | globally unique identifier |
None. |
|
DemoDate | string |
None. |
|
CreatedBy | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CreatedBy": "116306f2-994a-4cf6-b7d1-82c37e639605", "CustomerProductSysID": "82900627-110a-4e37-b997-f5050ef61125", "DemoDate": "sample string 2" }
application/xml, text/xml
Sample:
<mlDemoScheduleinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <CreatedBy>116306f2-994a-4cf6-b7d1-82c37e639605</CreatedBy> <CustomerProductSysID>82900627-110a-4e37-b997-f5050ef61125</CustomerProductSysID> <DemoDate>sample string 2</DemoDate> </mlDemoScheduleinput>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |