GET api/AppraiserAddScope

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
value
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "key": "sample string 1",
  "category": "sample string 2",
  "title": "sample string 3",
  "value": 4,
  "isHours": true,
  "hValue": "sample string 6"
}

application/xml, text/xml

Sample:
<WorkSheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimMart_Web_API">
  <category>sample string 2</category>
  <hValue>sample string 6</hValue>
  <isHours>true</isHours>
  <key>sample string 1</key>
  <title>sample string 3</title>
  <value>4</value>
</WorkSheet>

application/x-www-form-urlencoded

Sample:

Sample not available.