POST api/demo/pickupdemo

Request Information

URI Parameters

None.

Body Parameters

mlpickupdemo
NamedescriptionTypeAdditional information
DemoSysID

globally unique identifier

None.

Demonstrator

string

None.

DemonstratorID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "DemoSysID": "8edb7381-5c7c-4150-b1d3-cd1e035028cc",
  "Demonstrator": "sample string 2",
  "DemonstratorID": "450dbf9c-30ea-468e-b74e-2b7e03a9f4d3"
}

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>8edb7381-5c7c-4150-b1d3-cd1e035028cc</DemoSysID>
  <Demonstrator>sample string 2</Demonstrator>
  <DemonstratorID>450dbf9c-30ea-468e-b74e-2b7e03a9f4d3</DemonstratorID>
</mlpickupdemo>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.