Marks the specified invoices exported.#
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request POST 'https://ws.integration.banyantechnology.com/api/v3/Invoices/MarkExported' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
]
}'
Responses
application/json Modified at 2024-09-16 11:42:17