Create a RequestAsk AIpost https://api.pactsafe.com/v1.1/sites/{site_id}/requestsPath Paramssite_idint32requiredThe ID (number) of the Site you're creating a Request in.Body ParamsnamestringThe name of the Request. We generally recommending ensure a name exists on a Request for more simple referencing within the PactSafe web app.descriptionstringThe description of the request.subjectstringThe subject line as part of the email sent when notifications are enabled.messagestringThe message included within the email.contractsarray of int32sThe IDs of contracts that need to be sent as part of the request. Before sending the request, ensure your contracts are published.contractsADD int32signersarray of objectsThe signers that will be a part of the Request.signersADD objectallow_commentsbooleanRequires "Comment mode" to be enabled within your account. Will allow signers and recipients to add comments to the contracts in your Request.truefalsesigning_orderbooleanWill enable signing order (requires an "order" parameter as specified in the "signers" object).truefalseforce_scrollbooleanWill force a Signer to scroll to the bottom of the Request before the "Agree" button is displayed.truefalsesmartpactbooleanWill set the Request to be a SmartPact. More info on SmartPacts can be found heretruefalseautomated_request_remindersbooleanDefaults to trueWhether to automatically notify the signer to sign the Request.truefalseredirect_urlstringURL to redirect the signer to after signing.expiration_timestringSet a time for the request to expire in ISO8601 timestamp format. (e.g., 2013-02-04T22:44:30.652Z)expiration_messagestringAn optional message regarding the expiration. Limit of 500 characters.Responses 200200 400400Updated 7 months ago