PUT api/st/masterWBS
Request Information
URI Parameters
None.
Body Parameters
Collection of T_OMS_Components| Name | Description | Type | Additional information |
|---|---|---|---|
| CompId | integer |
None. |
|
| Component | string |
None. |
|
| Specification | string |
None. |
|
| IsActive | boolean |
None. |
|
| PC_OrderID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CompId": 1,
"Component": "sample string 2",
"Specification": "sample string 3",
"IsActive": true,
"PC_OrderID": 5
},
{
"CompId": 1,
"Component": "sample string 2",
"Specification": "sample string 3",
"IsActive": true,
"PC_OrderID": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfT_OMS_Components xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Login.Controllers.OMS">
<T_OMS_Components>
<CompId>1</CompId>
<Component>sample string 2</Component>
<IsActive>true</IsActive>
<PC_OrderID>5</PC_OrderID>
<Specification>sample string 3</Specification>
</T_OMS_Components>
<T_OMS_Components>
<CompId>1</CompId>
<Component>sample string 2</Component>
<IsActive>true</IsActive>
<PC_OrderID>5</PC_OrderID>
<Specification>sample string 3</Specification>
</T_OMS_Components>
</ArrayOfT_OMS_Components>
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. |