PUT api/order/Order/{orderId}/party?partyId={partyId}
This API allows updating PartyID for given order.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId |
The identifier of order to be updated. |
integer |
Required |
| partyId |
The identifier of the partyID to be associated to the given order. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.