POST api/admin/departments/v1/edit_claims

Request Information

URI Parameters

None.

Body Parameters

Access
NameDescriptionTypeAdditional information
Id

integer

None.

GroupId

integer

None.

Sector

string

None.

CoverageId

integer

None.

Type

integer

None.

Other

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "GroupId": 2,
  "Sector": "sample string 3",
  "CoverageId": 4,
  "Type": 5,
  "Other": "sample string 6"
}

application/xml, text/xml

Sample:
<Access xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vouvher_sales_api.Models.Tables">
  <CoverageId>4</CoverageId>
  <GroupId>2</GroupId>
  <Id>1</Id>
  <Other>sample string 6</Other>
  <Sector>sample string 3</Sector>
  <Type>5</Type>
</Access>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.