Update details of a specific recipient by ID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The body is of type string
.
"\"{\\n \\\"name\\\":\\\"Jane Doe\\\",\\n \\\"address\\\":\\\"123 Main Street\\\",\\n \\\"address2\\\": \\\"Apartment 1\\\",\\n \\\"city\\\":\\\"Kansas City\\\",\\n \\\"province\\\":\\\"MO\\\",\\n \\\"postal_code\\\":\\\"64105\\\",\\n \\\"country\\\":\\\"US\\\",\\n \\\"dob\\\":\\\"04/23/1981\\\",\\n \\\"custom1\\\":\\\"Custom 1\\\",\\n \\\"custom2\\\":\\\"Custom 2\\\"\\n}\""
OK
The response is of type object
.