POST api/TOTSO?webHookNotification={webHookNotification}&conStr={conStr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
webHookNotification

string

Required

conStr

string

Required

Body Parameters

SavedNotification
NameDescriptionTypeAdditional information
routingID

string

None.

LogIdentifier

string

None.

switchOrderReference

string

None.

orderProgress

string

None.

savedNotification

boolean

None.

ClientID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "routingID": "sample string 1",
  "LogIdentifier": "sample string 2",
  "switchOrderReference": "sample string 3",
  "orderProgress": "sample string 4",
  "savedNotification": true,
  "ClientID": 6
}

application/xml, text/xml

Sample:
<TOTSOController.SavedNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TOTSCO_APIs.Controllers">
  <ClientID>6</ClientID>
  <LogIdentifier>sample string 2</LogIdentifier>
  <orderProgress>sample string 4</orderProgress>
  <routingID>sample string 1</routingID>
  <savedNotification>true</savedNotification>
  <switchOrderReference>sample string 3</switchOrderReference>
</TOTSOController.SavedNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.