Document.prototype.remote Send
POST {{baseUrl}}/v1/Documents/:id/send?l=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
l | string | Language flag |
Request Body
[{"name"=>"recipients", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"message", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"subject", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"sendCopy", "value"=>"<boolean>", "datatype"=>"string"}, {"name"=>"associateEmail", "value"=>"<boolean>", "datatype"=>"string"}, {"name"=>"excludedAttachmentIds", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"sendEslogAttachment", "value"=>"<boolean>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e"}