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:
[ "d665ebd7-689c-4d78-b44f-d4888876e45f", "a47aaa59-42db-4fed-af11-bc90de446417" ]
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>d665ebd7-689c-4d78-b44f-d4888876e45f</guid> <guid>a47aaa59-42db-4fed-af11-bc90de446417</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.