POST api/CHAImpMstrs/PutBondMaster

Request Information

URI Parameters

None.

Body Parameters

CHABondMasterInputs
NameDescriptionTypeAdditional information
CBM_ID

integer

None.

CBM_CODE

string

None.

CBM_NAME

string

None.

CBM_CREATED_BY

integer

None.

CBM_CP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CBM_ID": 1,
  "CBM_CODE": "sample string 1",
  "CBM_NAME": "sample string 2",
  "CBM_CREATED_BY": 1,
  "CBM_CP_ID": 1
}

application/xml, text/xml

Sample:
<CHABondMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CBM_CODE>sample string 1</CBM_CODE>
  <CBM_CP_ID>1</CBM_CP_ID>
  <CBM_CREATED_BY>1</CBM_CREATED_BY>
  <CBM_ID>1</CBM_ID>
  <CBM_NAME>sample string 2</CBM_NAME>
</CHABondMasterInputs>

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.