Preview Sla Deadline
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/sla/preview-deadline" \ -H "Content-Type: application/json" \ -d '{ "business_hours_id": "string", "duration_minutes": 0, "start_at": "2019-08-24T14:15:22Z" }'{
"due_at": "string",
"start_at": "string",
"timezone": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}