documentv2
shareDocumentFile
Internal documentv2/shareDocumentFile operation. Authentication requirements are derived from the active route allowlist.
post/documentv2/shareDocumentFile
Request body
Example request
{
"custom_message": "Hey i am sending you the invoice u asked for",
"emails": [
"abrar.ahmed.andpercent@gmail.com"
],
"file_name": "example_file_name",
"file_pdf": "example_file_pdf",
"id": 244334,
"include_details": true,
"is_sharing": true,
"send_over": "email"
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.