POST api/PNBGetPPABatchDetails
Request Information
URI Parameters
None.
Body Parameters
PPA_Details| Name | Description | Type | Additional information |
|---|---|---|---|
| PPA_Date | string |
None. |
|
| PPA_Number | string |
None. |
|
| PPA_Invoice_Id | integer |
None. |
|
| Req_Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PPA_Date": "sample string 1",
"PPA_Number": "sample string 2",
"PPA_Invoice_Id": 3,
"Req_Type": "sample string 4"
}
application/xml, text/xml
Sample:
<PPA_Details xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePayment_API.Models"> <PPA_Date>sample string 1</PPA_Date> <PPA_Invoice_Id>3</PPA_Invoice_Id> <PPA_Number>sample string 2</PPA_Number> <Req_Type>sample string 4</Req_Type> </PPA_Details>
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. |