POST api/demo/schedulenewdemo

Request Information

URI Parameters

None.

Body Parameters

mlDemoScheduleinput
NamedescriptionTypeAdditional information
CustomerProductSysID

globally unique identifier

None.

DemoDate

string

None.

CreatedBy

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CreatedBy": "27c8a34a-8d4a-4cc9-8702-96f59d24d9d8",
  "CustomerProductSysID": "5b7db662-984e-4da5-9d83-ff3ca49add51",
  "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>27c8a34a-8d4a-4cc9-8702-96f59d24d9d8</CreatedBy>
  <CustomerProductSysID>5b7db662-984e-4da5-9d83-ff3ca49add51</CustomerProductSysID>
  <DemoDate>sample string 2</DemoDate>
</mlDemoScheduleinput>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.