Create a new Assigned Item
TODO: Resource-level docs
Create a new Assigned Item.
Path parameters
-
The unique string that we created to identify the CustomerProfile resource.
POST /v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments
curl \
-X POST https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'ObjectSid=string'
Request example
{
"ObjectSid": "string"
}
Request examples
{
"ObjectSid": "string"
}
Response examples (201)
{
"account_sid": "string",
"customer_profile_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"object_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (201)
{
"account_sid": "string",
"customer_profile_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"object_sid": "string",
"sid": "string",
"url": "https://example.com"
}