Skip to main content
POST
/
api
/
v1
/
gps_inventory
/
create
Crear un nuevo estado de inventario
curl --request POST \
  --url https://api.raul.ugps.io/api/v1/gps_inventory/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "gps_inventory_name": "<string>"
}
'
{
  "message": "<string>",
  "status": 123
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
gps_inventory_name
string
required

Nombre del estado de inventario

Response

201 - application/json

Estado de inventario creado exitosamente

message
string
required

Mensaje de respuesta

status
number

Código de estado