Bulk
Bulk Documentation
Bulk [BULK DELETE]
Bulk [BULK DELETE]
Request
Endpoint
DELETE /api/v2/appeals/appeal_contacts/bulk
Content-Type: application/vnd.api+jsonBody
{
"data": [
{
"data": {
"type": "appeal_contacts",
"id": "5cb2413f-66bd-4fbe-ae78-d365f6da3f8e"
}
}
]
}Response
Headers
Body
Bulk [BULK POST]
Bulk [BULK POST]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Last updated