POST api/CHB/PostCHBJobLock

Request Information

URI Parameters

None.

Body Parameters

CHBJobLock
NameDescriptionTypeAdditional information
CHB_ID

integer

None.

CHB_COST_LOCK

string

None.

CHB_CREATED_BY

integer

None.

CHB_CP_ID

integer

None.

CHB_JOB_UNLK_TYPE

string

None.

CHB_JOB_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_JOB_UNLK_TYPE": "sample string 2",
  "CHB_JOB_UNLK_REASN": "sample string 3"
}

application/xml, text/xml

Sample:
<CHBJobLock 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_CP_ID>1</CHB_CP_ID>
  <CHB_CREATED_BY>1</CHB_CREATED_BY>
  <CHB_ID>1</CHB_ID>
  <CHB_JOB_UNLK_REASN>sample string 3</CHB_JOB_UNLK_REASN>
  <CHB_JOB_UNLK_TYPE>sample string 2</CHB_JOB_UNLK_TYPE>
</CHBJobLock>

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.