POST api/Dashboard/GetChargeAnalysisDashboard

Request Information

URI Parameters

None.

Body Parameters

ChargeAnalysisDash
NameDescriptionTypeAdditional information
CP_ID

integer

None.

USER_ID

integer

None.

FROM_DATE

date

None.

TO_DATE

date

None.

LOGIN_CP_ID

integer

None.

CP_CODE

string

None.

PRO_TYPE

string

None.

CHG_CODE

string

None.

BL_NUM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CP_ID": 1,
  "USER_ID": 1,
  "FROM_DATE": "2025-12-06T04:28:39.1286566+00:00",
  "TO_DATE": "2025-12-06T04:28:39.1286566+00:00",
  "LOGIN_CP_ID": 1,
  "CP_CODE": "sample string 1",
  "PRO_TYPE": "sample string 2",
  "CHG_CODE": "sample string 3",
  "BL_NUM": "sample string 4"
}

application/xml, text/xml

Sample:
<ChargeAnalysisDash xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BL_NUM>sample string 4</BL_NUM>
  <CHG_CODE>sample string 3</CHG_CODE>
  <CP_CODE>sample string 1</CP_CODE>
  <CP_ID>1</CP_ID>
  <FROM_DATE>2025-12-06T04:28:39.1286566+00:00</FROM_DATE>
  <LOGIN_CP_ID>1</LOGIN_CP_ID>
  <PRO_TYPE>sample string 2</PRO_TYPE>
  <TO_DATE>2025-12-06T04:28:39.1286566+00:00</TO_DATE>
  <USER_ID>1</USER_ID>
</ChargeAnalysisDash>

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.