Recipients
Edit information about a specific recipient
Update an existing recipient's information
post/recipient/{recipientId}
Path parameters
recipientIdstring uuid required
ID for a Mercury account.
Request body
Response
Example response
{
"attachments": [
{
"uploadedAt": "2016-07-22T00:00:00Z"
}
],
"dateLastPaid": "2016-07-22T00:00:00Z"
}Changes
Changed in 1 of the 45 revisions of this API.1
- ○
added the optional property
inviteIdto the response with the200statusresponse-optional-property-added
- ○