POST api/Invoice/GetBLViewSummary

Request Information

URI Parameters

None.

Body Parameters

GetBLViewSummaryInputs
NameDescriptionTypeAdditional information
IN_CP_ID

integer

None.

IN_FROM_DT

date

None.

IN_TO_DT

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IN_CP_ID": 1,
  "IN_FROM_DT": "2025-12-06T04:28:17.4925551+00:00",
  "IN_TO_DT": "2025-12-06T04:28:17.4925551+00:00"
}

application/xml, text/xml

Sample:
<GetBLViewSummaryInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <IN_CP_ID>1</IN_CP_ID>
  <IN_FROM_DT>2025-12-06T04:28:17.4925551+00:00</IN_FROM_DT>
  <IN_TO_DT>2025-12-06T04:28:17.4925551+00:00</IN_TO_DT>
</GetBLViewSummaryInputs>

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.