{
"email": "user01@pigeondocuments.com",
"phone": "+14842634627",
"delivery_methods": {
"email": true,
"sms": false
},
"first_name": "John",
"last_name": "Doe",
"company": "John Doe Inc.",
"job_title": "CTO",
"state": "Texas",
"street_address": "1313 Mockingbird Lane",
"city": "Austin",
"postal_code": "75001",
"verification_settings": {
"verification_place": "before_open",
"passcode_verification": {
"passcode": "SimpleCode1"
},
"phone_verification": {
"phone_number": "+1234567890"
}
},
"redirect": {
"is_enabled": true,
"url": "https://example.com"
}
}curl --location --request PATCH '/documents/BhVzRcxH9Z2LgfPPGXFUBa/recipients/recipient/tf5dGS3Tmu3cj228ao6fnc' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user01@pigeondocuments.com",
"phone": "+14842634627",
"delivery_methods": {
"email": true,
"sms": false
},
"first_name": "John",
"last_name": "Doe",
"company": "John Doe Inc.",
"job_title": "CTO",
"state": "Texas",
"street_address": "1313 Mockingbird Lane",
"city": "Austin",
"postal_code": "75001",
"verification_settings": {
"verification_place": "before_open",
"passcode_verification": {
"passcode": "SimpleCode1"
},
"phone_verification": {
"phone_number": "+1234567890"
}
},
"redirect": {
"is_enabled": true,
"url": "https://example.com"
}
}'{}