PUT api/weborder/{orderNo}/line/{lineId}/skipped
Updates the status of an order line to "Skipped", given an order number and a line id. If a line has a status of "Skipped", it cannot change further.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| orderNo | The web order number. | string | Required | 
| lineId | Id of the order line. | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
            Sample:
        true
application/xml, text/xml
            Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>