POST api/Accounts/RetrivePayableUnMatching
Request Information
URI Parameters
None.
Body Parameters
PayableUnMatchingName | Description | Type | Additional information |
---|---|---|---|
APU_COMP_CODE | integer |
None. |
|
APU_AP_ID | integer |
None. |
|
APU_APG_ID | integer |
None. |
|
APU_UN_MATCH_DATE | date |
None. |
|
APU_MATCH_BATCH_ID | integer |
None. |
|
APU_PROGRAM_ID | string |
None. |
|
APU_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "APU_COMP_CODE": 1, "APU_AP_ID": 1, "APU_APG_ID": 1, "APU_UN_MATCH_DATE": "2025-04-29T15:20:41.4104741+05:30", "APU_MATCH_BATCH_ID": 1, "APU_PROGRAM_ID": "sample string 1", "APU_CREATED_BY": 1 }
application/xml, text/xml
Sample:
<PayableUnMatching xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <APU_APG_ID>1</APU_APG_ID> <APU_AP_ID>1</APU_AP_ID> <APU_COMP_CODE>1</APU_COMP_CODE> <APU_CREATED_BY>1</APU_CREATED_BY> <APU_MATCH_BATCH_ID>1</APU_MATCH_BATCH_ID> <APU_PROGRAM_ID>sample string 1</APU_PROGRAM_ID> <APU_UN_MATCH_DATE>2025-04-29T15:20:41.4104741+05:30</APU_UN_MATCH_DATE> </PayableUnMatching>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |