POST api/Accounts/GetReceivableVoucherSummary

Request Information

URI Parameters

None.

Body Parameters

RecVoucherSummaryInput
NameDescriptionTypeAdditional information
ARH_COMP_CODE

integer

None.

ARH_FROM_DATE

date

None.

ARH_TO_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ARH_COMP_CODE": 1,
  "ARH_FROM_DATE": "2025-12-06T04:28:38.1487752+00:00",
  "ARH_TO_DATE": "2025-12-06T04:28:38.1487752+00:00"
}

application/xml, text/xml

Sample:
<RecVoucherSummaryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <ARH_COMP_CODE>1</ARH_COMP_CODE>
  <ARH_FROM_DATE>2025-12-06T04:28:38.1487752+00:00</ARH_FROM_DATE>
  <ARH_TO_DATE>2025-12-06T04:28:38.1487752+00:00</ARH_TO_DATE>
</RecVoucherSummaryInput>

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.