POST api/demo/pickupdemo
Request Information
URI Parameters
None.
Body Parameters
mlpickupdemoName | description | Type | Additional information |
---|---|---|---|
DemoSysID | globally unique identifier |
None. |
|
Demonstrator | string |
None. |
|
DemonstratorID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "DemoSysID": "f9b096f8-3f4f-404d-99c6-6199a1d25b4c", "Demonstrator": "sample string 2", "DemonstratorID": "93be952b-165d-491d-8a1c-d0d18cc4b4ce" }
application/xml, text/xml
Sample:
<mlpickupdemo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <DemoSysID>f9b096f8-3f4f-404d-99c6-6199a1d25b4c</DemoSysID> <Demonstrator>sample string 2</Demonstrator> <DemonstratorID>93be952b-165d-491d-8a1c-d0d18cc4b4ce</DemonstratorID> </mlpickupdemo>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |