POST api/Accounts/RetriveReceivableUnMatching

Request Information

URI Parameters

None.

Body Parameters

ReceivableUnMatching
NameDescriptionTypeAdditional information
ARU_COMP_ID

integer

None.

ARU_AR_ID

integer

None.

ARU_ARG_ID

integer

None.

ARU_UN_MATCH_DATE

date

None.

ARU_MATCH_BATCH_ID

integer

None.

ARU_PROGRAM_ID

string

None.

ARU_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ARU_COMP_ID": 1,
  "ARU_AR_ID": 1,
  "ARU_ARG_ID": 1,
  "ARU_UN_MATCH_DATE": "2024-05-19T18:03:54.4892323+05:30",
  "ARU_MATCH_BATCH_ID": 1,
  "ARU_PROGRAM_ID": "sample string 1",
  "ARU_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<ReceivableUnMatching xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <ARU_ARG_ID>1</ARU_ARG_ID>
  <ARU_AR_ID>1</ARU_AR_ID>
  <ARU_COMP_ID>1</ARU_COMP_ID>
  <ARU_CREATED_BY>1</ARU_CREATED_BY>
  <ARU_MATCH_BATCH_ID>1</ARU_MATCH_BATCH_ID>
  <ARU_PROGRAM_ID>sample string 1</ARU_PROGRAM_ID>
  <ARU_UN_MATCH_DATE>2024-05-19T18:03:54.4892323+05:30</ARU_UN_MATCH_DATE>
</ReceivableUnMatching>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.