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:
[ "567089a7-b141-4873-a1b0-d8481cb595b1", "e2f2d2e3-4e81-4e8e-a110-2dbd28560c96" ]
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>567089a7-b141-4873-a1b0-d8481cb595b1</guid> <guid>e2f2d2e3-4e81-4e8e-a110-2dbd28560c96</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.