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
ids
array[integer <int32>]
requiredThe ids of objects that should be updated.
Request 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