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