POST api/Accounts/PostPayManualInvL3Approval
Request Information
URI Parameters
None.
Body Parameters
PostPayManualApprovals| Name | Description | Type | Additional information |
|---|---|---|---|
| APH_ID | integer |
None. |
|
| APH_COMP_CODE | integer |
None. |
|
| APH_PROGRAM_ID | string |
None. |
|
| APH_CREATED_BY | integer |
None. |
|
| APH_STATUS | string |
None. |
|
| APH_REJECT_REASON | string |
None. |
|
| DOC_NUMBER | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"APH_ID": 1,
"APH_COMP_CODE": 1,
"APH_PROGRAM_ID": "sample string 1",
"APH_CREATED_BY": 1,
"APH_STATUS": "sample string 2",
"APH_REJECT_REASON": "sample string 3",
"DOC_NUMBER": "sample string 4"
}
application/xml, text/xml
Sample:
<PostPayManualApprovals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <APH_COMP_CODE>1</APH_COMP_CODE> <APH_CREATED_BY>1</APH_CREATED_BY> <APH_ID>1</APH_ID> <APH_PROGRAM_ID>sample string 1</APH_PROGRAM_ID> <APH_REJECT_REASON>sample string 3</APH_REJECT_REASON> <APH_STATUS>sample string 2</APH_STATUS> <DOC_NUMBER>sample string 4</DOC_NUMBER> </PostPayManualApprovals>
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. |