POST api/deliveryTransaction/getSupplierInvoiceHeaderList?PageNumber={PageNumber}&PageSize={PageSize}&TotalPages={TotalPages}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalPages | integer |
None. |
Body Parameters
SupplierInvoiceFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WhereClsExtra | string |
None. |
|
| CompanyCode | string |
None. |
|
| InvPayNo | integer |
None. |
|
| SupplierCode | string |
None. |
|
| ParentSupplier | string |
None. |
|
| NotPayMethod | string |
None. |
|
| CostYear | integer |
None. |
|
| CostPeriod | integer |
None. |
|
| DateFrom | date |
None. |
|
| DueDate | date |
None. |
|
| DateTo | date |
None. |
|
| ChEftNo | integer |
None. |
|
| BatchStatus | string |
None. |
|
| TrfBatchNo | integer |
None. |
|
| BatchNo | integer |
None. |
|
| RemitNo | integer |
None. |
|
| CpNo | integer |
None. |
|
| Date | date |
None. |
|
| ReleaseDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| InvPayTotal | decimal number |
None. |
|
| GstAmount | decimal number |
None. |
|
| ForType | string |
None. |
|
| FcAmount | decimal number |
None. |
|
| ForAmount | decimal number |
None. |
|
| GlExported | integer |
None. |
|
| Discount | decimal number |
None. |
|
| ImageNo | string |
None. |
|
| InvPayNoArr | Collection of integer |
None. |
|
| InvType | integer |
None. |
|
| InvPayBy | string |
None. |
|
| PaymentMethod | string |
None. |
|
| SuppInvNo | string |
None. |
|
| ForApproval | string |
None. |
|
| ChequeFlag | string |
None. |
|
| Status | string |
None. |
|
| ReleaseRad | integer |
None. |
|
| OrderRad | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"WhereClsExtra": "sample string 1",
"CompanyCode": "sample string 2",
"InvPayNo": 3,
"SupplierCode": "sample string 4",
"ParentSupplier": "sample string 5",
"NotPayMethod": "sample string 6",
"CostYear": 7,
"CostPeriod": 8,
"DateFrom": "2026-08-25T16:58:35.5847056+10:00",
"DueDate": "2026-08-25T16:58:35.5847056+10:00",
"DateTo": "2026-08-25T16:58:35.5847056+10:00",
"ChEftNo": 1,
"BatchStatus": "sample string 12",
"TrfBatchNo": 13,
"BatchNo": 14,
"RemitNo": 15,
"CpNo": 16,
"Date": "2026-08-25T16:58:35.5847056+10:00",
"ReleaseDate": "2026-08-25T16:58:35.5847056+10:00",
"Amount": 19.0,
"InvPayTotal": 20.0,
"GstAmount": 21.0,
"ForType": "sample string 22",
"FcAmount": 23.0,
"ForAmount": 24.0,
"GlExported": 25,
"Discount": 26.0,
"ImageNo": "sample string 27",
"InvPayNoArr": [
1,
2
],
"InvType": 28,
"InvPayBy": "sample string 29",
"PaymentMethod": "sample string 30",
"SuppInvNo": "sample string 31",
"ForApproval": "sample string 32",
"ChequeFlag": "sample string 33",
"Status": "sample string 34",
"ReleaseRad": 35,
"OrderRad": 36
}
text/xml
Sample:
<SupplierInvoiceFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.Model">
<Amount>19</Amount>
<BatchNo>14</BatchNo>
<BatchStatus>sample string 12</BatchStatus>
<ChEftNo>1</ChEftNo>
<ChequeFlag>sample string 33</ChequeFlag>
<CompanyCode>sample string 2</CompanyCode>
<CostPeriod>8</CostPeriod>
<CostYear>7</CostYear>
<CpNo>16</CpNo>
<Date>2026-08-25T16:58:35.5847056+10:00</Date>
<DateFrom>2026-08-25T16:58:35.5847056+10:00</DateFrom>
<DateTo>2026-08-25T16:58:35.5847056+10:00</DateTo>
<Discount>26</Discount>
<DueDate>2026-08-25T16:58:35.5847056+10:00</DueDate>
<FcAmount>23</FcAmount>
<ForAmount>24</ForAmount>
<ForApproval>sample string 32</ForApproval>
<ForType>sample string 22</ForType>
<GlExported>25</GlExported>
<GstAmount>21</GstAmount>
<ImageNo>sample string 27</ImageNo>
<InvPayBy>sample string 29</InvPayBy>
<InvPayNo>3</InvPayNo>
<InvPayNoArr xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</InvPayNoArr>
<InvPayTotal>20</InvPayTotal>
<InvType>28</InvType>
<NotPayMethod>sample string 6</NotPayMethod>
<OrderRad>36</OrderRad>
<ParentSupplier>sample string 5</ParentSupplier>
<PaymentMethod>sample string 30</PaymentMethod>
<ReleaseDate>2026-08-25T16:58:35.5847056+10:00</ReleaseDate>
<ReleaseRad>35</ReleaseRad>
<RemitNo>15</RemitNo>
<Status>sample string 34</Status>
<SuppInvNo>sample string 31</SuppInvNo>
<SupplierCode>sample string 4</SupplierCode>
<TrfBatchNo>13</TrfBatchNo>
<WhereClsExtra>sample string 1</WhereClsExtra>
</SupplierInvoiceFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |