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:
[
  "9449293c-eccc-4a0f-b462-cfff570c3f56",
  "0fb8ba7b-2bce-49fd-a8bb-b610b3cce937"
]

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>9449293c-eccc-4a0f-b462-cfff570c3f56</guid>
  <guid>0fb8ba7b-2bce-49fd-a8bb-b610b3cce937</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.