PUT v1/Order/CheckRecipientNameEditEligibility
Checks if an order is eligible to edit the recipient name
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
RecipientId
No description available
Not available
OrderNumber
No description available
Not available
Response Information
Response body formats
application/json, text/json
Sample:
{ "isEligible": true }
application/xml, text/xml
Sample:
<RecipientNameEditEligibleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <IsEligible>true</IsEligible> </RecipientNameEditEligibleResponse>