POST api/invoices/count
Reset the invoice received counts for a manual count, for multiple invoices
Request Information
URI Parameters
None.
Body Parameters
List of Invoice identifiers
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "3875d971-cebd-498e-8f88-9828383a609a", "05c2a2b4-edcd-45f0-8c5c-c7e6fc160336" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>3875d971-cebd-498e-8f88-9828383a609a</guid> <guid>05c2a2b4-edcd-45f0-8c5c-c7e6fc160336</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.