POST api/CHAMasters/PutSTMaster

Request Information

URI Parameters

None.

Body Parameters

CHASTMaster
NameDescriptionTypeAdditional information
SCM_ID

integer

None.

SCM_STMT_TYPE

string

None.

SCM_STMT_CODE

string

None.

SCM_STMT_TITLE

string

None.

SCM_STMT_DESC

string

None.

SCM_STMT_MANDATORY

string

None.

SCM_STMT_LVL

string

None.

SCM_STATUS

string

None.

SCM_CREATED_BY

integer

None.

SCM_STATUS_CODE

string

None.

SCM_STMT_MANDATORY_CODE

string

None.

SCM_STMT_LVL_CODE

string

None.

SCM_STMT_TYPE_CODE

string

None.

SCM_SHIPMENT_TYPE

string

None.

SCM_SHIPMENT_TYPE_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SCM_ID": 1,
  "SCM_STMT_TYPE": "sample string 1",
  "SCM_STMT_CODE": "sample string 2",
  "SCM_STMT_TITLE": "sample string 3",
  "SCM_STMT_DESC": "sample string 4",
  "SCM_STMT_MANDATORY": "sample string 5",
  "SCM_STMT_LVL": "sample string 6",
  "SCM_STATUS": "sample string 7",
  "SCM_CREATED_BY": 1,
  "SCM_STATUS_CODE": "sample string 8",
  "SCM_STMT_MANDATORY_CODE": "sample string 9",
  "SCM_STMT_LVL_CODE": "sample string 10",
  "SCM_STMT_TYPE_CODE": "sample string 11",
  "SCM_SHIPMENT_TYPE": "sample string 12",
  "SCM_SHIPMENT_TYPE_CODE": "sample string 13"
}

application/xml, text/xml

Sample:
<CHASTMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SCM_CREATED_BY>1</SCM_CREATED_BY>
  <SCM_ID>1</SCM_ID>
  <SCM_SHIPMENT_TYPE>sample string 12</SCM_SHIPMENT_TYPE>
  <SCM_SHIPMENT_TYPE_CODE>sample string 13</SCM_SHIPMENT_TYPE_CODE>
  <SCM_STATUS>sample string 7</SCM_STATUS>
  <SCM_STATUS_CODE>sample string 8</SCM_STATUS_CODE>
  <SCM_STMT_CODE>sample string 2</SCM_STMT_CODE>
  <SCM_STMT_DESC>sample string 4</SCM_STMT_DESC>
  <SCM_STMT_LVL>sample string 6</SCM_STMT_LVL>
  <SCM_STMT_LVL_CODE>sample string 10</SCM_STMT_LVL_CODE>
  <SCM_STMT_MANDATORY>sample string 5</SCM_STMT_MANDATORY>
  <SCM_STMT_MANDATORY_CODE>sample string 9</SCM_STMT_MANDATORY_CODE>
  <SCM_STMT_TITLE>sample string 3</SCM_STMT_TITLE>
  <SCM_STMT_TYPE>sample string 1</SCM_STMT_TYPE>
  <SCM_STMT_TYPE_CODE>sample string 11</SCM_STMT_TYPE_CODE>
</CHASTMaster>

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.