Create a new Supporting Document.
POST
/v1/SupportingDocuments
curl \
--request POST 'https://trusthub.twilio.com/v1/SupportingDocuments' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'FriendlyName=Business-profile-physical-address&Type=customer_profile_address&Attributes=%7B%7D'
Request example
{"FriendlyName" => "Business-profile-physical-address", "Type" => "customer_profile_address", "Attributes" => "{}"}
Response examples (201)
{
"status": "DRAFT",
"date_updated": "2021-02-11T17:23:00Z",
"friendly_name": "Business-profile-physical-address",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://trusthub.twilio.com/v1/SupportingDocuments/RDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2021-02-11T17:23:00Z",
"sid": "RDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"attributes": {
"address_sids": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
"type": "customer_profile_address",
"mime_type": null
}