PUT api/order/Order/{orderId}/partydistributiontype?distributiontypeId={distributiontypeId}
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 |
| distributiontypeId |
The identifier of the Party DistributionTypeID 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.