POST api/Master/PutCustomerContract

Request Information

URI Parameters

None.

Body Parameters

ChaCustomerContractInputs
NameDescriptionTypeAdditional information
CCC_ID

integer

None.

CCC_CCR_ID

integer

None.

CCC_AR_ID

integer

None.

CCC_SH_ID

integer

None.

CCC_REV_AMT

decimal number

None.

CCC_CUR_ID

integer

None.

CCC_NOTES

string

None.

CCC_VALID_FROM

date

None.

CCC_VALID_TO

date

None.

CCC_PROGRAM_ID

string

None.

CCC_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CCC_ID": 1,
  "CCC_CCR_ID": 1,
  "CCC_AR_ID": 1,
  "CCC_SH_ID": 1,
  "CCC_REV_AMT": 1.0,
  "CCC_CUR_ID": 1,
  "CCC_NOTES": "sample string 1",
  "CCC_VALID_FROM": "2025-12-06T04:24:00.7412443+00:00",
  "CCC_VALID_TO": "2025-12-06T04:24:00.7412443+00:00",
  "CCC_PROGRAM_ID": "sample string 2",
  "CCC_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<ChaCustomerContractInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CCC_AR_ID>1</CCC_AR_ID>
  <CCC_CCR_ID>1</CCC_CCR_ID>
  <CCC_CREATED_BY>1</CCC_CREATED_BY>
  <CCC_CUR_ID>1</CCC_CUR_ID>
  <CCC_ID>1</CCC_ID>
  <CCC_NOTES>sample string 1</CCC_NOTES>
  <CCC_PROGRAM_ID>sample string 2</CCC_PROGRAM_ID>
  <CCC_REV_AMT>1</CCC_REV_AMT>
  <CCC_SH_ID>1</CCC_SH_ID>
  <CCC_VALID_FROM>2025-12-06T04:24:00.7412443+00:00</CCC_VALID_FROM>
  <CCC_VALID_TO>2025-12-06T04:24:00.7412443+00:00</CCC_VALID_TO>
</ChaCustomerContractInputs>

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.