Create a new Supporting Document
TODO: Resource-level docs
Create a new Supporting Document.
Body
-
The set of parameters that are the attributes of the Supporting Documents resource which are derived Supporting Document Types.
-
The string that you assigned to describe the resource.
-
The type of the Supporting Document.
POST /v2/RegulatoryCompliance/SupportingDocuments
curl \
-X POST https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocuments \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'FriendlyName=string&Type=string'
Request example
{
"FriendlyName": "string",
"Type": "string"
}
Request examples
{
"FriendlyName": "string",
"Type": "string"
}
Response examples (201)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"failure_reason": "string",
"friendly_name": "string",
"mime_type": "string",
"sid": "string",
"status": "draft",
"type": "string",
"url": "https://example.com"
}
Response examples (201)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"failure_reason": "string",
"friendly_name": "string",
"mime_type": "string",
"sid": "string",
"status": "draft",
"type": "string",
"url": "https://example.com"
}