POST api/CHAImpMstrs/PutRSPDuty

Request Information

URI Parameters

None.

Body Parameters

CHARSPDutyInput
NameDescriptionTypeAdditional information
RSP_ID

integer

None.

RSP_CP_ID

integer

None.

RSP_NOTN

string

None.

RSP_NOTN_DATE

date

None.

RSP_SL_NUM

string

None.

RSP_CETH

string

None.

RSP_ABMT_RATE

decimal number

None.

RSP_DESC

string

None.

RSP_STATUS

string

None.

RSP_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RSP_ID": 1,
  "RSP_CP_ID": 1,
  "RSP_NOTN": "sample string 1",
  "RSP_NOTN_DATE": "2025-12-06T04:28:37.7694392+00:00",
  "RSP_SL_NUM": "sample string 2",
  "RSP_CETH": "sample string 3",
  "RSP_ABMT_RATE": 1.0,
  "RSP_DESC": "sample string 4",
  "RSP_STATUS": "sample string 5",
  "RSP_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<CHARSPDutyInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <RSP_ABMT_RATE>1</RSP_ABMT_RATE>
  <RSP_CETH>sample string 3</RSP_CETH>
  <RSP_CP_ID>1</RSP_CP_ID>
  <RSP_CREATED_BY>1</RSP_CREATED_BY>
  <RSP_DESC>sample string 4</RSP_DESC>
  <RSP_ID>1</RSP_ID>
  <RSP_NOTN>sample string 1</RSP_NOTN>
  <RSP_NOTN_DATE>2025-12-06T04:28:37.7694392+00:00</RSP_NOTN_DATE>
  <RSP_SL_NUM>sample string 2</RSP_SL_NUM>
  <RSP_STATUS>sample string 5</RSP_STATUS>
</CHARSPDutyInput>

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.