POST Skyways/SKW_SaveProductLinePartBulk
Request Information
URI Parameters
None.
Body Parameters
Collection of XS.CoreApi.Pentagon.Model.SKW_ProductLinePartMapping_Bulk| Name | Description | Type | Additional information |
|---|---|---|---|
| PARTNUMBER | string |
None. |
|
| PRODUCT_LINE_CODE | string |
None. |
|
| MFG_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"PARTNUMBER": "sample string 1",
"PRODUCT_LINE_CODE": "sample string 2",
"MFG_NAME": "sample string 3"
},
{
"PARTNUMBER": "sample string 1",
"PRODUCT_LINE_CODE": "sample string 2",
"MFG_NAME": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfSKW_ProductLinePartMapping_Bulk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
<SKW_ProductLinePartMapping_Bulk>
<MFG_NAME>sample string 3</MFG_NAME>
<PARTNUMBER>sample string 1</PARTNUMBER>
<PRODUCT_LINE_CODE>sample string 2</PRODUCT_LINE_CODE>
</SKW_ProductLinePartMapping_Bulk>
<SKW_ProductLinePartMapping_Bulk>
<MFG_NAME>sample string 3</MFG_NAME>
<PARTNUMBER>sample string 1</PARTNUMBER>
<PRODUCT_LINE_CODE>sample string 2</PRODUCT_LINE_CODE>
</SKW_ProductLinePartMapping_Bulk>
</ArrayOfSKW_ProductLinePartMapping_Bulk>
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. |