PUT api/order/Order/{orderId}/partydistributiontype?distributiontypeId={distributiontypeId}

This API allows updating PartyID for given order.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.