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": "3ecce320-4f26-4a95-b720-5259eb2514bf",
  "Demonstrator": "sample string 2",
  "DemonstratorID": "52aa97c3-bf87-4c3b-884e-e73859941ac6"
}

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>3ecce320-4f26-4a95-b720-5259eb2514bf</DemoSysID>
  <Demonstrator>sample string 2</Demonstrator>
  <DemonstratorID>52aa97c3-bf87-4c3b-884e-e73859941ac6</DemonstratorID>
</mlpickupdemo>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.