POST api/Master/PutChaChargeRules

Request Information

URI Parameters

None.

Body Parameters

ChaChargeRulesInputs
NameDescriptionTypeAdditional information
CCR_ID

integer

None.

CCR_RT_ID

integer

None.

CCR_CP_ID

integer

None.

CCR_BASIS

integer

None.

CCR_ACTIVITY

string

None.

CCR_PRINT_NAME

string

None.

CCR_REV_CHG_ID

integer

None.

CCR_REV_CUR_ID

integer

None.

CCR_REV_AMT

decimal number

None.

CCR_CST_CHG_ID

integer

None.

CCR_CST_CUR_ID

integer

None.

CCR_CST_AMT

decimal number

None.

CCR_PROFIT_AMT

decimal number

None.

CCR_NOTES

string

None.

CCR_STATUS

string

None.

CCR_VALID_FROM

date

None.

CCR_VALID_TILL

date

None.

CCR_SLAB_TYPE

string

None.

CCR_SLAB_FROM

decimal number

None.

CCR_SLAB_TO

decimal number

None.

CCR_PROGRAM_ID

string

None.

CCR_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CCR_ID": 1,
  "CCR_RT_ID": 1,
  "CCR_CP_ID": 1,
  "CCR_BASIS": 1,
  "CCR_ACTIVITY": "sample string 1",
  "CCR_PRINT_NAME": "sample string 2",
  "CCR_REV_CHG_ID": 1,
  "CCR_REV_CUR_ID": 1,
  "CCR_REV_AMT": 1.0,
  "CCR_CST_CHG_ID": 1,
  "CCR_CST_CUR_ID": 1,
  "CCR_CST_AMT": 1.0,
  "CCR_PROFIT_AMT": 1.0,
  "CCR_NOTES": "sample string 3",
  "CCR_STATUS": "sample string 4",
  "CCR_VALID_FROM": "2025-12-06T04:24:01.4326427+00:00",
  "CCR_VALID_TILL": "2025-12-06T04:24:01.4326427+00:00",
  "CCR_SLAB_TYPE": "sample string 5",
  "CCR_SLAB_FROM": 1.0,
  "CCR_SLAB_TO": 1.0,
  "CCR_PROGRAM_ID": "sample string 6",
  "CCR_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<ChaChargeRulesInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CCR_ACTIVITY>sample string 1</CCR_ACTIVITY>
  <CCR_BASIS>1</CCR_BASIS>
  <CCR_CP_ID>1</CCR_CP_ID>
  <CCR_CREATED_BY>1</CCR_CREATED_BY>
  <CCR_CST_AMT>1</CCR_CST_AMT>
  <CCR_CST_CHG_ID>1</CCR_CST_CHG_ID>
  <CCR_CST_CUR_ID>1</CCR_CST_CUR_ID>
  <CCR_ID>1</CCR_ID>
  <CCR_NOTES>sample string 3</CCR_NOTES>
  <CCR_PRINT_NAME>sample string 2</CCR_PRINT_NAME>
  <CCR_PROFIT_AMT>1</CCR_PROFIT_AMT>
  <CCR_PROGRAM_ID>sample string 6</CCR_PROGRAM_ID>
  <CCR_REV_AMT>1</CCR_REV_AMT>
  <CCR_REV_CHG_ID>1</CCR_REV_CHG_ID>
  <CCR_REV_CUR_ID>1</CCR_REV_CUR_ID>
  <CCR_RT_ID>1</CCR_RT_ID>
  <CCR_SLAB_FROM>1</CCR_SLAB_FROM>
  <CCR_SLAB_TO>1</CCR_SLAB_TO>
  <CCR_SLAB_TYPE>sample string 5</CCR_SLAB_TYPE>
  <CCR_STATUS>sample string 4</CCR_STATUS>
  <CCR_VALID_FROM>2025-12-06T04:24:01.4326427+00:00</CCR_VALID_FROM>
  <CCR_VALID_TILL>2025-12-06T04:24:01.4326427+00:00</CCR_VALID_TILL>
</ChaChargeRulesInputs>

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.