Skip to main content
PUT
/
api
/
v1
/
visit_cost
/
bulk-pay-with-expense
Bulk pay visits and create accounting expense
curl --request PUT \
  --url https://api.raul.ugps.io/api/v1/visit_cost/bulk-pay-with-expense \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

The body is of type object.

Response

Visits paid and expense created