POST ClaimFormMapping/UpdateMapping

Request Information

URI Parameters

None.

Body Parameters

ClaimFormMapping
NameDescriptionTypeAdditional information
ClaimFormHeaderKey

integer

None.

ClaimFormDetailKey

integer

None.

ClaimFormName

string

None.

ClaimFormWhoLastChanged

string

None.

Username

string

None.

ClaimFormLastModifed

date

None.

LastModifed

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClaimFormHeaderKey": 1,
  "ClaimFormDetailKey": 2,
  "ClaimFormName": "sample string 3",
  "ClaimFormWhoLastChanged": "sample string 4",
  "Username": "sample string 5",
  "ClaimFormLastModifed": "2025-01-09T13:20:24.7902841-06:00",
  "LastModifed": "sample string 7"
}

application/xml, text/xml

Sample:
<ClaimFormMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
  <ClaimFormDetailKey>2</ClaimFormDetailKey>
  <ClaimFormHeaderKey>1</ClaimFormHeaderKey>
  <ClaimFormLastModifed>2025-01-09T13:20:24.7902841-06:00</ClaimFormLastModifed>
  <ClaimFormName>sample string 3</ClaimFormName>
  <ClaimFormWhoLastChanged>sample string 4</ClaimFormWhoLastChanged>
  <LastModifed>sample string 7</LastModifed>
  <Username>sample string 5</Username>
</ClaimFormMapping>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClaimFormMapping'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.