[
{
"content": "string",
"datetime_sent": "2019-01-01T00:00:00",
"direction": 1,
"message_sid": "string",
"status": 1,
"text_message_conversation_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"attachments": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/TextMessages/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"content": "string",
"datetime_sent": "2019-01-01T00:00:00",
"direction": 1,
"message_sid": "string",
"status": 1,
"text_message_conversation_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"attachments": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}