BookerRole
Modelo BookerRole
{
"id": 2,
"name": "Casting director",
"created_at": "2022-11-30T18:00:19.000000Z",
"updated_at": "2022-11-30T18:00:19.000000Z",
"deleted_at": null
}
Insertar BookerRole
URI |
Cabeceras |
POST /booker-roles |
Auth |
Carga Ăștil
{
"name": "Casting director"
}
Atributos
-
name
string
obligatorio
max: 40
Listar BookerRole
URI |
Cabeceras |
GET /booker-roles |
Guest |
Atributos
-
per_page
integer
opcional
min: 1
max: 60
-
page
integer
opcional
min: 1
Listar All BookerRole
URI |
Cabeceras |
GET /booker-roles/all |
Guest |
Mostrar BookerRole
URI |
Cabeceras |
GET /booker-roles/{bookerRole} |
Guest |
Actualizar BookerRole
URI |
Cabeceras |
PATCH /booker-roles/{bookerRole} |
Auth |
Carga Ăștil
{
"name": "Casting director"
}
Atributos
-
name
string
opcional
max: 40
Eliminar BookerRole
URI |
Cabeceras |
DELETE /booker-roles/{bookerRole} |
Auth |
Restaurar BookerRole
URI |
Cabeceras |
POST /booker-roles/{bookerRoleId}/restore |
Auth |
Enlaces de BookerRole