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": "099e5f5e-8371-4b46-8c74-09af9c186150", "CustomerProductSysID": "90ac4e7a-a413-4951-b0b4-b930cf54896f", "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>099e5f5e-8371-4b46-8c74-09af9c186150</CreatedBy> <CustomerProductSysID>90ac4e7a-a413-4951-b0b4-b930cf54896f</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. |