POST ClaimFormMapping/SaveClaimMapping
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cfm | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ClaimFormHeaderKey": 1,
"ClaimFormDetailKey": 2,
"ClaimFormName": "sample string 3",
"ClaimFormWhoLastChanged": "sample string 4",
"Username": "sample string 5",
"ClaimFormLastModifed": "2026-02-03T19:29:35.5459768-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>2026-02-03T19:29:35.5459768-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:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.