POST api/order/{id}/detail/{pluGuid}/status
Set the order detail status of a detail line in an order
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Order identifier |
globally unique identifier |
Required |
pluGuid |
Identifier of product line to be changed |
globally unique identifier |
Required |
Body Parameters
OrderDetailStatus to be set
OrderDetailStatusRequest Formats
application/json, text/json
Sample:
0
application/xml, text/xml
Sample:
<OrderDetailStatus xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Orders">Available</OrderDetailStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.