POST api/NotifyACS
Request Information
URI Parameters
None.
Body Parameters
NotifyACS| Name | Description | Type | Additional information |
|---|---|---|---|
| InstallerId | integer |
None. |
|
| Note | string |
None. |
|
| PoNumber | string |
None. |
|
| CustId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstallerId": 1,
"Note": "sample string 2",
"PoNumber": "sample string 3",
"CustId": 4
}
application/xml, text/xml
Sample:
<NotifyACS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ACSStore.WebAPI.Models"> <CustId>4</CustId> <InstallerId>1</InstallerId> <Note>sample string 2</Note> <PoNumber>sample string 3</PoNumber> </NotifyACS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.