POST api/CHAMasters/UploadSTMaster
Request Information
URI Parameters
None.
Body Parameters
UploadCHASTMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| SCM_DETAILS | Collection of CHASTMaster |
None. |
Request Formats
application/json, text/json
Sample:
{
"SCM_DETAILS": [
{
"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",
"SCM_INV_SL_NO": "sample string 14",
"SCM_ITEM_SL_NO": "sample string 15"
},
{
"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",
"SCM_INV_SL_NO": "sample string 14",
"SCM_ITEM_SL_NO": "sample string 15"
}
]
}
application/xml, text/xml
Sample:
<UploadCHASTMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<SCM_DETAILS>
<CHASTMaster>
<SCM_CREATED_BY>1</SCM_CREATED_BY>
<SCM_ID>1</SCM_ID>
<SCM_INV_SL_NO>sample string 14</SCM_INV_SL_NO>
<SCM_ITEM_SL_NO>sample string 15</SCM_ITEM_SL_NO>
<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>
<CHASTMaster>
<SCM_CREATED_BY>1</SCM_CREATED_BY>
<SCM_ID>1</SCM_ID>
<SCM_INV_SL_NO>sample string 14</SCM_INV_SL_NO>
<SCM_ITEM_SL_NO>sample string 15</SCM_ITEM_SL_NO>
<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>
</SCM_DETAILS>
</UploadCHASTMaster>
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. |