Submit expenses for approval

POST /api-v1/my-expenses/batch/submit-for-approval

Headers

Body Required

ids

array[integer] array[integer]

Responses

POST /api-v1/my-expenses/batch/submit-for-approval
curl \
 -X POST http://wyzio.app/api-v1/my-expenses/batch/submit-for-approval \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string" \
 -d '[42]'
Request example
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
[
  42
]