POST api/CHAMasters/PutSCMMaster
Request Information
URI Parameters
None.
Body Parameters
CHASchemeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| SCM_ID | integer |
None. |
|
| SCM_EXIM_CODE | string |
None. |
|
| SCM_CP_ID | integer |
None. |
|
| SCM_SCHEME_NAME | string |
None. |
|
| SCM_APP_EXP_SCHEMES | string |
None. |
|
| SCM_REMARKS | string |
None. |
|
| SCM_DESC | string |
None. |
|
| SCM_EXP_LICENCE | string |
None. |
|
| SCM_EXP_EOU | string |
None. |
|
| SCM_EXP_DFIA_LICENCE | string |
None. |
|
| SCM_EXP_DRAWBACK | string |
None. |
|
| SCM_EXP_ROSL | string |
None. |
|
| SCM_STATUS | string |
None. |
|
| SCM_CREATED_BY | integer |
None. |
|
| SCM_STATUS_CODE | string |
None. |
|
| SCM_EXP_LICENCE_CODE | string |
None. |
|
| SCM_EXP_EOU_CODE | string |
None. |
|
| SCM_EXP_DFIA_LICENCE_CODE | string |
None. |
|
| SCM_EXP_DRAWBACK_CODE | string |
None. |
|
| SCM_EXP_ROSL_CODE | string |
None. |
|
| SCM_CP_CODE | string |
None. |
|
| SCM_IMP_SCHEME_NAME | string |
None. |
|
| SCM_IMP_LICENSE | string |
None. |
|
| SCM_LICENSE_DEPB | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SCM_ID": 1,
"SCM_EXIM_CODE": "sample string 1",
"SCM_CP_ID": 1,
"SCM_SCHEME_NAME": "sample string 2",
"SCM_APP_EXP_SCHEMES": "sample string 3",
"SCM_REMARKS": "sample string 4",
"SCM_DESC": "sample string 5",
"SCM_EXP_LICENCE": "sample string 6",
"SCM_EXP_EOU": "sample string 7",
"SCM_EXP_DFIA_LICENCE": "sample string 8",
"SCM_EXP_DRAWBACK": "sample string 9",
"SCM_EXP_ROSL": "sample string 10",
"SCM_STATUS": "sample string 11",
"SCM_CREATED_BY": 1,
"SCM_STATUS_CODE": "sample string 12",
"SCM_EXP_LICENCE_CODE": "sample string 13",
"SCM_EXP_EOU_CODE": "sample string 14",
"SCM_EXP_DFIA_LICENCE_CODE": "sample string 15",
"SCM_EXP_DRAWBACK_CODE": "sample string 16",
"SCM_EXP_ROSL_CODE": "sample string 17",
"SCM_CP_CODE": "sample string 18",
"SCM_IMP_SCHEME_NAME": "sample string 19",
"SCM_IMP_LICENSE": "sample string 20",
"SCM_LICENSE_DEPB": "sample string 21"
}
application/xml, text/xml
Sample:
<CHASchemeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <SCM_APP_EXP_SCHEMES>sample string 3</SCM_APP_EXP_SCHEMES> <SCM_CP_CODE>sample string 18</SCM_CP_CODE> <SCM_CP_ID>1</SCM_CP_ID> <SCM_CREATED_BY>1</SCM_CREATED_BY> <SCM_DESC>sample string 5</SCM_DESC> <SCM_EXIM_CODE>sample string 1</SCM_EXIM_CODE> <SCM_EXP_DFIA_LICENCE>sample string 8</SCM_EXP_DFIA_LICENCE> <SCM_EXP_DFIA_LICENCE_CODE>sample string 15</SCM_EXP_DFIA_LICENCE_CODE> <SCM_EXP_DRAWBACK>sample string 9</SCM_EXP_DRAWBACK> <SCM_EXP_DRAWBACK_CODE>sample string 16</SCM_EXP_DRAWBACK_CODE> <SCM_EXP_EOU>sample string 7</SCM_EXP_EOU> <SCM_EXP_EOU_CODE>sample string 14</SCM_EXP_EOU_CODE> <SCM_EXP_LICENCE>sample string 6</SCM_EXP_LICENCE> <SCM_EXP_LICENCE_CODE>sample string 13</SCM_EXP_LICENCE_CODE> <SCM_EXP_ROSL>sample string 10</SCM_EXP_ROSL> <SCM_EXP_ROSL_CODE>sample string 17</SCM_EXP_ROSL_CODE> <SCM_ID>1</SCM_ID> <SCM_IMP_LICENSE>sample string 20</SCM_IMP_LICENSE> <SCM_IMP_SCHEME_NAME>sample string 19</SCM_IMP_SCHEME_NAME> <SCM_LICENSE_DEPB>sample string 21</SCM_LICENSE_DEPB> <SCM_REMARKS>sample string 4</SCM_REMARKS> <SCM_SCHEME_NAME>sample string 2</SCM_SCHEME_NAME> <SCM_STATUS>sample string 11</SCM_STATUS> <SCM_STATUS_CODE>sample string 12</SCM_STATUS_CODE> </CHASchemeMaster>
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. |