POST api/deliveryTransaction/getInvoiceBrowseDetail
Request Information
URI Parameters
None.
Body Parameters
InvoiceBrowseDetailRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| InvPayNo | integer |
None. |
|
| PaymentMethod | string |
None. |
|
| RemitNo | integer |
None. |
|
| PaymentDate | date |
None. |
|
| ChEftNo | integer |
None. |
|
| ChEftNoCriteria | integer |
None. |
|
| BatchStatus | string |
None. |
|
| BatchNo | integer |
None. |
|
| ChequeNo | string |
None. |
|
| ChequeFlag | string |
None. |
|
| ReleaseDate | date |
None. |
|
| PresentedDate | date |
None. |
|
| InvPayTotal | decimal number |
None. |
|
| UpdateNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvPayNo": 1,
"PaymentMethod": "sample string 2",
"RemitNo": 3,
"PaymentDate": "2026-08-25T16:57:24.8700481+10:00",
"ChEftNo": 5,
"ChEftNoCriteria": 6,
"BatchStatus": "sample string 7",
"BatchNo": 8,
"ChequeNo": "sample string 9",
"ChequeFlag": "sample string 10",
"ReleaseDate": "2026-08-25T16:57:24.8700481+10:00",
"PresentedDate": "2026-08-25T16:57:24.8700481+10:00",
"InvPayTotal": 13.0,
"UpdateNo": 14
}
text/xml
Sample:
<InvoiceBrowseDetailRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.AppService.DTOs.Requests"> <BatchNo>8</BatchNo> <BatchStatus>sample string 7</BatchStatus> <ChEftNo>5</ChEftNo> <ChEftNoCriteria>6</ChEftNoCriteria> <ChequeFlag>sample string 10</ChequeFlag> <ChequeNo>sample string 9</ChequeNo> <InvPayNo>1</InvPayNo> <InvPayTotal>13</InvPayTotal> <PaymentDate>2026-08-25T16:57:24.8700481+10:00</PaymentDate> <PaymentMethod>sample string 2</PaymentMethod> <PresentedDate>2026-08-25T16:57:24.8700481+10:00</PresentedDate> <ReleaseDate>2026-08-25T16:57:24.8700481+10:00</ReleaseDate> <RemitNo>3</RemitNo> <UpdateNo>14</UpdateNo> </InvoiceBrowseDetailRequestDto>
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. |