Create a new Supporting Document.
Create a new Supporting Document.
POST
/v2/RegulatoryCompliance/SupportingDocuments
curl \
--request POST 'https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocuments' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Type=type&Attributes=%7B%7D&FriendlyName=friendly_name'
Request example
{"Type"=>"type", "Attributes"=>"{}", "FriendlyName"=>"friendly_name"}
Response examples (201)
{
"sid": "RDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocuments/RDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "type",
"errors": null,
"status": "draft",
"mime_type": "mime_type",
"attributes": {
"last_name": "bar",
"first_name": "foo"
},
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2019-07-31T02:11:52Z",
"date_updated": "2019-07-31T02:11:52Z",
"friendly_name": "friendly_name",
"failure_reason": null
}