POST api/CHA/GetSBGridSummary

Request Information

URI Parameters

None.

Body Parameters

SBSummaryDashboard
NameDescriptionTypeAdditional information
SB_CP_ID

integer

None.

SB_CREATED_BY

integer

None.

SB_FROM_DATE

date

None.

SB_TO_DATE

date

None.

LOGIN_CP_ID

integer

None.

SB_TRANS_MODE

string

None.

SB_AR_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SB_CP_ID": 1,
  "SB_CREATED_BY": 1,
  "SB_FROM_DATE": "2025-12-06T04:24:30.4319952+00:00",
  "SB_TO_DATE": "2025-12-06T04:24:30.4319952+00:00",
  "LOGIN_CP_ID": 1,
  "SB_TRANS_MODE": "sample string 1",
  "SB_AR_NAME": "sample string 2"
}

application/xml, text/xml

Sample:
<SBSummaryDashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LOGIN_CP_ID>1</LOGIN_CP_ID>
  <SB_AR_NAME>sample string 2</SB_AR_NAME>
  <SB_CP_ID>1</SB_CP_ID>
  <SB_CREATED_BY>1</SB_CREATED_BY>
  <SB_FROM_DATE>2025-12-06T04:24:30.4319952+00:00</SB_FROM_DATE>
  <SB_TO_DATE>2025-12-06T04:24:30.4319952+00:00</SB_TO_DATE>
  <SB_TRANS_MODE>sample string 1</SB_TRANS_MODE>
</SBSummaryDashboard>

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.