POST api/CHB/PostCHBCostUnLock
Request Information
URI Parameters
None.
Body Parameters
CHBCostLock| Name | Description | Type | Additional information |
|---|---|---|---|
| CHB_ID | integer |
None. |
|
| CHB_COST_LOCK | string |
None. |
|
| CHB_CREATED_BY | integer |
None. |
|
| CHB_CP_ID | integer |
None. |
|
| CHB_COST_UNLK_TYPE | string |
None. |
|
| CHB_COST_UNLK_REASN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CHB_ID": 1,
"CHB_COST_LOCK": "sample string 1",
"CHB_CREATED_BY": 1,
"CHB_CP_ID": 1,
"CHB_COST_UNLK_TYPE": "sample string 2",
"CHB_COST_UNLK_REASN": "sample string 3"
}
application/xml, text/xml
Sample:
<CHBCostLock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CHB_COST_LOCK>sample string 1</CHB_COST_LOCK> <CHB_COST_UNLK_REASN>sample string 3</CHB_COST_UNLK_REASN> <CHB_COST_UNLK_TYPE>sample string 2</CHB_COST_UNLK_TYPE> <CHB_CP_ID>1</CHB_CP_ID> <CHB_CREATED_BY>1</CHB_CREATED_BY> <CHB_ID>1</CHB_ID> </CHBCostLock>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |