POST api/Accounts/PostPaymentL1Approval
Request Information
URI Parameters
None.
Body Parameters
PostPaymentApproval| Name | Description | Type | Additional information |
|---|---|---|---|
| PMT_ID | integer |
None. |
|
| PMT_DOCUMENT_NUMBER | string |
None. |
|
| PMT_REF_NUMBER | string |
None. |
|
| PMT_STATUS | string |
None. |
|
| PMT_CREATED_BY | integer |
None. |
|
| PMT_REJECT_REASON | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PMT_ID": 1,
"PMT_DOCUMENT_NUMBER": "sample string 1",
"PMT_REF_NUMBER": "sample string 2",
"PMT_STATUS": "sample string 3",
"PMT_CREATED_BY": 1,
"PMT_REJECT_REASON": "sample string 4"
}
application/xml, text/xml
Sample:
<PostPaymentApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PMT_CREATED_BY>1</PMT_CREATED_BY> <PMT_DOCUMENT_NUMBER>sample string 1</PMT_DOCUMENT_NUMBER> <PMT_ID>1</PMT_ID> <PMT_REF_NUMBER>sample string 2</PMT_REF_NUMBER> <PMT_REJECT_REASON>sample string 4</PMT_REJECT_REASON> <PMT_STATUS>sample string 3</PMT_STATUS> </PostPaymentApproval>
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. |