POST track/submitAlerts
Request Information
URI Parameters
None.
Body Parameters
TrackingAlerts| Name | Description | Type | Additional information |
|---|---|---|---|
| ProNumber | string |
None. |
|
| string |
None. |
||
| PU | boolean |
None. |
|
| REVOFD | boolean |
None. |
|
| DEL | boolean |
None. |
|
| AdditionalEmails | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProNumber": "sample string 1",
"Email": "sample string 2",
"PU": true,
"REVOFD": true,
"DEL": true,
"AdditionalEmails": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<TrackingAlerts xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ProNumber>sample string 1</ProNumber>
<Email>sample string 2</Email>
<PU>true</PU>
<REVOFD>true</REVOFD>
<DEL>true</DEL>
<AdditionalEmails>
<string>sample string 1</string>
<string>sample string 2</string>
</AdditionalEmails>
</TrackingAlerts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PilotWWWResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsError | boolean |
None. |
|
| Result | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsError": true,
"Result": true,
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<PilotWWWResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsError>true</IsError> <Result>true</Result> <Message>sample string 3</Message> </PilotWWWResult>