POST api/CHAImpMstrs/PostSWTypeMaster
Request Information
URI Parameters
None.
Body Parameters
CHASWTypeInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SWT_ID | integer |
None. |
|
| SWT_CP_ID | integer |
None. |
|
| SWT_TYP | string |
None. |
|
| SWT_DESC | string |
None. |
|
| SWT_STATUS | string |
None. |
|
| SWT_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SWT_ID": 1,
"SWT_CP_ID": 1,
"SWT_TYP": "sample string 1",
"SWT_DESC": "sample string 2",
"SWT_STATUS": "sample string 3",
"SWT_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<CHASWTypeInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <SWT_CP_ID>1</SWT_CP_ID> <SWT_CREATED_BY>1</SWT_CREATED_BY> <SWT_DESC>sample string 2</SWT_DESC> <SWT_ID>1</SWT_ID> <SWT_STATUS>sample string 3</SWT_STATUS> <SWT_TYP>sample string 1</SWT_TYP> </CHASWTypeInput>
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. |