PUT VendorClaim

Acknowledge/Reset Claims for Vendor

Request Information

URI Parameters

NameDescriptionTypeAdditional information
action

Action to proces for Claims eg. "Reset" or "Acknowledge" "R" and "A" will also be accepted.

string

Required

userName

string

Required

password

string

Required

Body Parameters

Claim Numbers of the Claims to Update

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  22576171,
  22576172,
  22576173
]

application/xml, text/xml

Sample:
<ArrayOfInt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <int>22576171</int>
  <int>22576172</int>
  <int>22576173</int>
</ArrayOfInt>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>