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