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 identifier

Request Formats

application/json, text/json

Sample:
[
  "e403b2b5-7b23-45a6-85ef-96de27dbda3a",
  "b7cafd9f-d01f-4f6b-bdb5-4048299c515c"
]

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>e403b2b5-7b23-45a6-85ef-96de27dbda3a</guid>
  <guid>b7cafd9f-d01f-4f6b-bdb5-4048299c515c</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.