Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 765 Bytes

BulkSendJobResponse.md

File metadata and controls

14 lines (10 loc) · 765 Bytes

# BulkSendJobResponse

Contains information about the BulkSendJob such as when it was created and how many signature requests are queued.

Properties

Name Type Description Notes
bulkSendJobId string The id of the BulkSendJob.
total number The total amount of Signature Requests queued for sending.
isCreator boolean True if you are the owner of this BulkSendJob, false if it's been shared with you by a team member.
createdAt number Time that the BulkSendJob was created.

[Back to Model list] [Back to API list] [Back to README]