POST api/Customers
Request Information
URI Parameters
None.
Body Parameters
Collection of BPExportConfirmationVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Success | boolean |
None. |
|
| Error | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Success": true,
"Error": "sample string 3"
},
{
"Id": 1,
"Success": true,
"Error": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfBPExportConfirmationVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WasteMart.Models.SAP">
<BPExportConfirmationVM>
<Error>sample string 3</Error>
<Id>1</Id>
<Success>true</Success>
</BPExportConfirmationVM>
<BPExportConfirmationVM>
<Error>sample string 3</Error>
<Id>1</Id>
<Success>true</Success>
</BPExportConfirmationVM>
</ArrayOfBPExportConfirmationVM>
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.