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": "4241db62-740b-42b7-8c36-07f5a20226fd",
  "CustomerProductSysID": "d3100600-c4b5-4229-ac11-f4c7f99bc8f6",
  "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>4241db62-740b-42b7-8c36-07f5a20226fd</CreatedBy>
  <CustomerProductSysID>d3100600-c4b5-4229-ac11-f4c7f99bc8f6</CustomerProductSysID>
  <DemoDate>sample string 2</DemoDate>
</mlDemoScheduleinput>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.