POST insurance-category-mapping/toggle
Request Information
URI Parameters
None.
Body Parameters
InsuranceCategoryMappingVm| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuranceTypeId | string |
None. |
|
| InsuranceTypeDesc | string |
None. |
|
| EnrolmentCategoryId | string |
None. |
|
| EnrolmentCategoryDesc | string |
None. |
|
| Amount | decimal number |
None. |
|
| AmountDisplay | string |
None. |
|
| Token | string |
None. |
|
| Id | string |
None. |
|
| IsActive | boolean |
None. |
|
| Company | string |
None. |
|
| Search | string |
None. |
|
| CurrentPage | integer |
None. |
|
| TotalPage | integer |
None. |
|
| SizePerPage | integer |
None. |
|
| SortBy | string |
None. |
|
| searchFilter | Collection of ColFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"InsuranceTypeId": "sample string 1",
"InsuranceTypeDesc": "sample string 2",
"EnrolmentCategoryId": "sample string 3",
"EnrolmentCategoryDesc": "sample string 4",
"Amount": 5.1,
"AmountDisplay": "sample string 6",
"Token": "sample string 7",
"Id": "sample string 8",
"IsActive": true,
"Company": "sample string 10",
"Search": "sample string 11",
"CurrentPage": 12,
"TotalPage": 13,
"SizePerPage": 14,
"SortBy": "sample string 15",
"searchFilter": [
{
"name": "sample string 1",
"val": [
"sample string 1",
"sample string 2"
]
},
{
"name": "sample string 1",
"val": [
"sample string 1",
"sample string 2"
]
}
]
}
application/xml, text/xml
Sample:
<InsuranceCategoryMappingVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoardRoom.ViewModels">
<Company>sample string 10</Company>
<CurrentPage>12</CurrentPage>
<Id>sample string 8</Id>
<IsActive>true</IsActive>
<Search>sample string 11</Search>
<SizePerPage>14</SizePerPage>
<SortBy>sample string 15</SortBy>
<Token>sample string 7</Token>
<TotalPage>13</TotalPage>
<searchFilter>
<ColFilter>
<name>sample string 1</name>
<val xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</val>
</ColFilter>
<ColFilter>
<name>sample string 1</name>
<val xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</val>
</ColFilter>
</searchFilter>
<Amount>5.1</Amount>
<AmountDisplay>sample string 6</AmountDisplay>
<EnrolmentCategoryDesc>sample string 4</EnrolmentCategoryDesc>
<EnrolmentCategoryId>sample string 3</EnrolmentCategoryId>
<InsuranceTypeDesc>sample string 2</InsuranceTypeDesc>
<InsuranceTypeId>sample string 1</InsuranceTypeId>
</InsuranceCategoryMappingVm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |