POST api/Accounts/GetViewReceiptsSummary

Request Information

URI Parameters

None.

Body Parameters

ReceiptsSummaryInput
NameDescriptionTypeAdditional information
RCT_COMP_CODE

integer

None.

RCT_FROM_DATE

date

None.

RCT_TO_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RCT_COMP_CODE": 1,
  "RCT_FROM_DATE": "2025-12-06T04:24:02.415051+00:00",
  "RCT_TO_DATE": "2025-12-06T04:24:02.415051+00:00"
}

application/xml, text/xml

Sample:
<ReceiptsSummaryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <RCT_COMP_CODE>1</RCT_COMP_CODE>
  <RCT_FROM_DATE>2025-12-06T04:24:02.415051+00:00</RCT_FROM_DATE>
  <RCT_TO_DATE>2025-12-06T04:24:02.415051+00:00</RCT_TO_DATE>
</ReceiptsSummaryInput>

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.