POST api/Master/GetChargeOwner

Request Information

URI Parameters

None.

Body Parameters

GetChargeOwnerInputs
NameDescriptionTypeAdditional information
BL_TYPE

string

None.

CHG_ID

integer

None.

CHG_APPLICABILITY

integer

None.

CHG_APPLICABILITY_AT

integer

None.

CHG_DATE

date

None.

CHG_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BL_TYPE": "sample string 1",
  "CHG_ID": 1,
  "CHG_APPLICABILITY": 1,
  "CHG_APPLICABILITY_AT": 1,
  "CHG_DATE": "2026-08-01T09:31:58.0072393+00:00",
  "CHG_STATUS": "sample string 2"
}

application/xml, text/xml

Sample:
<GetChargeOwnerInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BL_TYPE>sample string 1</BL_TYPE>
  <CHG_APPLICABILITY>1</CHG_APPLICABILITY>
  <CHG_APPLICABILITY_AT>1</CHG_APPLICABILITY_AT>
  <CHG_DATE>2026-08-01T09:31:58.0072393+00:00</CHG_DATE>
  <CHG_ID>1</CHG_ID>
  <CHG_STATUS>sample string 2</CHG_STATUS>
</GetChargeOwnerInputs>

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.