POST api/CHAImpMstrs/PostSWQfrMaster
Request Information
URI Parameters
None.
Body Parameters
CHASWQualInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SWQ_ID | integer |
None. |
|
| SWQ_CP_ID | integer |
None. |
|
| SWQ_TYP_CODE | string |
None. |
|
| SWQ_CODE | string |
None. |
|
| SWQ_DESC | string |
None. |
|
| SWQ_FIELD_TYP | string |
None. |
|
| SWQ_STATUS | string |
None. |
|
| SWQ_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SWQ_ID": 1,
"SWQ_CP_ID": 1,
"SWQ_TYP_CODE": "sample string 1",
"SWQ_CODE": "sample string 2",
"SWQ_DESC": "sample string 3",
"SWQ_FIELD_TYP": "sample string 4",
"SWQ_STATUS": "sample string 5",
"SWQ_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<CHASWQualInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <SWQ_CODE>sample string 2</SWQ_CODE> <SWQ_CP_ID>1</SWQ_CP_ID> <SWQ_CREATED_BY>1</SWQ_CREATED_BY> <SWQ_DESC>sample string 3</SWQ_DESC> <SWQ_FIELD_TYP>sample string 4</SWQ_FIELD_TYP> <SWQ_ID>1</SWQ_ID> <SWQ_STATUS>sample string 5</SWQ_STATUS> <SWQ_TYP_CODE>sample string 1</SWQ_TYP_CODE> </CHASWQualInput>
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. |