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": "b6122be1-4a46-4785-b868-70c46dc06783",
  "CustomerProductSysID": "ff1ee710-11e3-4569-a472-643b836ea691",
  "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>b6122be1-4a46-4785-b868-70c46dc06783</CreatedBy>
  <CustomerProductSysID>ff1ee710-11e3-4569-a472-643b836ea691</CustomerProductSysID>
  <DemoDate>sample string 2</DemoDate>
</mlDemoScheduleinput>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.