cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/visit_type \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "visit_type_name": "<string>", "visit_category_type_id": 123 } '
{ "visit_type_id": 123, "visit_type_name": "<string>", "visit_category_type_id": {}, "created_at": {}, "updated_at": {} }
Operacion: Create a new visit type.
Bearer token authentication
Visit type name
Visit category type ID
Visit type created
Visit type ID
Created at
Updated at