POST api/Master/GetChargeOwnerDefinition

Request Information

URI Parameters

None.

Body Parameters

CHARGEOWNERMASTER
NameDescriptionTypeAdditional information
COD_ID

integer

None.

COD_BL_TYPE

string

None.

COD_CHG_ID

integer

None.

COD_APPLICABILITY

integer

None.

COD_APPLICABILITY_AT

integer

None.

COD_CHG_OWNER

string

None.

COD_OWNER_ID

integer

None.

COD_VALID_FROM

date

None.

COD_VALID_TILL

date

None.

COD_CREATED_BY

integer

None.

COD_STATUS

string

None.

COD_NOTES

string

None.

Request Formats

application/json, text/json

Sample:
{
  "COD_ID": 1,
  "COD_BL_TYPE": "sample string 1",
  "COD_CHG_ID": 1,
  "COD_APPLICABILITY": 1,
  "COD_APPLICABILITY_AT": 1,
  "COD_CHG_OWNER": "sample string 2",
  "COD_OWNER_ID": 1,
  "COD_VALID_FROM": "2025-12-06T05:21:16.1673506+00:00",
  "COD_VALID_TILL": "2025-12-06T05:21:16.1673506+00:00",
  "COD_CREATED_BY": 1,
  "COD_STATUS": "sample string 3",
  "COD_NOTES": "sample string 4"
}

application/xml, text/xml

Sample:
<CHARGEOWNERMASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <COD_APPLICABILITY>1</COD_APPLICABILITY>
  <COD_APPLICABILITY_AT>1</COD_APPLICABILITY_AT>
  <COD_BL_TYPE>sample string 1</COD_BL_TYPE>
  <COD_CHG_ID>1</COD_CHG_ID>
  <COD_CHG_OWNER>sample string 2</COD_CHG_OWNER>
  <COD_CREATED_BY>1</COD_CREATED_BY>
  <COD_ID>1</COD_ID>
  <COD_NOTES>sample string 4</COD_NOTES>
  <COD_OWNER_ID>1</COD_OWNER_ID>
  <COD_STATUS>sample string 3</COD_STATUS>
  <COD_VALID_FROM>2025-12-06T05:21:16.1673506+00:00</COD_VALID_FROM>
  <COD_VALID_TILL>2025-12-06T05:21:16.1673506+00:00</COD_VALID_TILL>
</CHARGEOWNERMASTER>

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.