POST api/TO/PostTOCostUnLock

Request Information

URI Parameters

None.

Body Parameters

TOCostLockInput
NameDescriptionTypeAdditional information
TO_ID

integer

None.

TO_COST_LOCK

string

None.

TO_CREATED_BY

integer

None.

TO_CP_ID

integer

None.

TO_COST_UNLK_TYPE

string

None.

TO_COST_UNLK_REASN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TO_ID": 1,
  "TO_COST_LOCK": "sample string 1",
  "TO_CREATED_BY": 1,
  "TO_CP_ID": 1,
  "TO_COST_UNLK_TYPE": "sample string 2",
  "TO_COST_UNLK_REASN": "sample string 3"
}

application/xml, text/xml

Sample:
<TOCostLockInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TO_COST_LOCK>sample string 1</TO_COST_LOCK>
  <TO_COST_UNLK_REASN>sample string 3</TO_COST_UNLK_REASN>
  <TO_COST_UNLK_TYPE>sample string 2</TO_COST_UNLK_TYPE>
  <TO_CP_ID>1</TO_CP_ID>
  <TO_CREATED_BY>1</TO_CREATED_BY>
  <TO_ID>1</TO_ID>
</TOCostLockInput>

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.