reusable_form_id=c26b8a16784a872da37ea946b9ddec7c1e11dff6
subject=Purchase Order
message=Glad we could come to an agreement.
signers[Client][name]=George
signers[Client][email_address]=george@example.com
ccs[Accounting][email_address]=accounting@hellosign.com
custom_fields[Cost]=$20,000
curl -u 'me@hellosign.com:password' 'https://api.hellosign.com/v3/signature_request/send_with_reusable_form' \ -F 'reusable_form_id=c26b8a16784a872da37ea946b9ddec7c1e11dff6' \ -F 'subject=Purchase Order' \ -F 'message=Glad we could come to an agreement.' \ -F 'signers[Client][name]=George' \ -F 'signers[Client][email_address]=george@example.com' \ -F 'ccs[Accounting][email_address]=accounting@hellosign.com' \ -F 'custom_fields[Cost]=$20,000'
{ "signature_request": { "signature_request_id": "17d163069282df5eb63857d31ff4a3bffa9e46c0", "title": "Purchase Order", "subject": "Purchase Order", "message": "Glad we could come to an agreement.", "is_complete": false, "has_error": false, "custom_fields": [ { "name": "Cost", "value": "$20,000", "type": "text" } ], "response_data": [ ], "signing_url": "https:\/\/www.hellosign.com\/editor\/sign?guid=17d163069282df5eb63857d31ff4a3bffa9e46c0", "details_url": "https:\/\/www.hellosign.com\/home\/manage?locate=17d163069282df5eb63857d31ff4a3bffa9e46c0", "requester_email_address": "me@hellosign.com", "signatures": [ { "signer_email_address": "george@example.com", "signer_name": "George", "order": null, "status_code": "awaiting_signature", "signed_at": null, "last_viewed_at": null, "last_reminded_at": null } ], "cc_email_addresses": [ "accounting@hellosign.com" ] } }