POST Skyways/SKW_RemoveComponent?docLog={docLog}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| docLog | string |
Required |
Body Parameters
XS.CoreApi.Pentagon.Model.SKW_RemoveComponent_Params| Name | Description | Type | Additional information |
|---|---|---|---|
| DOC_NO | integer |
None. |
|
| QA_STATUS | string |
None. |
|
| BOM_DOC_NO | integer |
None. |
|
| PARTNUMBER | string |
None. |
|
| SUBP | string |
None. |
|
| REMOVED_COND | string |
None. |
|
| ADDED_BY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DOC_NO": 1,
"QA_STATUS": "sample string 2",
"BOM_DOC_NO": 3,
"PARTNUMBER": "sample string 4",
"SUBP": "sample string 5",
"REMOVED_COND": "sample string 6",
"ADDED_BY": "sample string 7"
}
application/xml, text/xml
Sample:
<SKW_RemoveComponent_Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <ADDED_BY>sample string 7</ADDED_BY> <BOM_DOC_NO>3</BOM_DOC_NO> <DOC_NO>1</DOC_NO> <PARTNUMBER>sample string 4</PARTNUMBER> <QA_STATUS>sample string 2</QA_STATUS> <REMOVED_COND>sample string 6</REMOVED_COND> <SUBP>sample string 5</SUBP> </SKW_RemoveComponent_Params>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |