POST api/Zevez/rwsystem/ERPBillPayment
Request Information
URI Parameters
None.
Body Parameters
Collection of ERPBillPaymentDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ERPName | string |
None. |
|
| CompanyName | string |
None. |
|
| Count | integer |
None. |
|
| RWCompanyId | string |
None. |
|
| ZBCompanyId | globally unique identifier |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| BillPaymentRaw | string |
None. |
|
| SequenceNumber | integer |
None. |
|
| DateCreated | date |
None. |
|
| DateModified | date |
None. |
|
| StatusMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ERPName": "sample string 2",
"CompanyName": "sample string 3",
"Count": 4,
"RWCompanyId": "sample string 5",
"ZBCompanyId": "7a9830cc-a1b0-4066-af23-c1f547440b06",
"FromDate": "2026-04-09T10:30:03.49203+00:00",
"ToDate": "2026-04-09T10:30:03.49203+00:00",
"BillPaymentRaw": "sample string 9",
"SequenceNumber": 10,
"DateCreated": "2026-04-09T10:30:03.49203+00:00",
"DateModified": "2026-04-09T10:30:03.49203+00:00",
"StatusMessage": "sample string 13"
},
{
"Id": 1,
"ERPName": "sample string 2",
"CompanyName": "sample string 3",
"Count": 4,
"RWCompanyId": "sample string 5",
"ZBCompanyId": "7a9830cc-a1b0-4066-af23-c1f547440b06",
"FromDate": "2026-04-09T10:30:03.49203+00:00",
"ToDate": "2026-04-09T10:30:03.49203+00:00",
"BillPaymentRaw": "sample string 9",
"SequenceNumber": 10,
"DateCreated": "2026-04-09T10:30:03.49203+00:00",
"DateModified": "2026-04-09T10:30:03.49203+00:00",
"StatusMessage": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfERPBillPaymentDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
<ERPBillPaymentDetail>
<BillPaymentRaw>sample string 9</BillPaymentRaw>
<CompanyName>sample string 3</CompanyName>
<Count>4</Count>
<DateCreated>2026-04-09T10:30:03.49203+00:00</DateCreated>
<DateModified>2026-04-09T10:30:03.49203+00:00</DateModified>
<ERPName>sample string 2</ERPName>
<FromDate>2026-04-09T10:30:03.49203+00:00</FromDate>
<Id>1</Id>
<RWCompanyId>sample string 5</RWCompanyId>
<SequenceNumber>10</SequenceNumber>
<StatusMessage>sample string 13</StatusMessage>
<ToDate>2026-04-09T10:30:03.49203+00:00</ToDate>
<ZBCompanyId>7a9830cc-a1b0-4066-af23-c1f547440b06</ZBCompanyId>
</ERPBillPaymentDetail>
<ERPBillPaymentDetail>
<BillPaymentRaw>sample string 9</BillPaymentRaw>
<CompanyName>sample string 3</CompanyName>
<Count>4</Count>
<DateCreated>2026-04-09T10:30:03.49203+00:00</DateCreated>
<DateModified>2026-04-09T10:30:03.49203+00:00</DateModified>
<ERPName>sample string 2</ERPName>
<FromDate>2026-04-09T10:30:03.49203+00:00</FromDate>
<Id>1</Id>
<RWCompanyId>sample string 5</RWCompanyId>
<SequenceNumber>10</SequenceNumber>
<StatusMessage>sample string 13</StatusMessage>
<ToDate>2026-04-09T10:30:03.49203+00:00</ToDate>
<ZBCompanyId>7a9830cc-a1b0-4066-af23-c1f547440b06</ZBCompanyId>
</ERPBillPaymentDetail>
</ArrayOfERPBillPaymentDetail>
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.