POST api/Group/CreateGroup
Request Information
URI Parameters
None.
Body Parameters
LeadGroupInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| GroupName | string |
None. |
|
| GroupCode | string |
None. |
|
| GroupTypeId | integer |
None. |
|
| Comp | string |
None. |
|
| State | string |
None. |
|
| C1Add | string |
None. |
|
| DGPremium | decimal number |
None. |
|
| AnnualPremium | decimal number |
None. |
|
| DGcoverage | decimal number |
None. |
|
| HeaderFileName | string |
None. |
|
| HeaderFileBytes | Collection of byte |
None. |
|
| FooterFileName | string |
None. |
|
| FooterFileBytes | Collection of byte |
None. |
|
| TenureMonth | integer |
None. |
|
| AutoListDisabled | boolean |
None. |
|
| WhiteBlackListActionTypeId | integer |
None. |
|
| BlockForTaalk | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"GroupName": "sample string 2",
"GroupCode": "sample string 3",
"GroupTypeId": 4,
"Comp": "sample string 5",
"State": "sample string 6",
"C1Add": "sample string 7",
"DGPremium": 1.0,
"AnnualPremium": 1.0,
"DGcoverage": 1.0,
"HeaderFileName": "sample string 8",
"HeaderFileBytes": "QEA=",
"FooterFileName": "sample string 9",
"FooterFileBytes": "QEA=",
"TenureMonth": 10,
"AutoListDisabled": true,
"WhiteBlackListActionTypeId": 12,
"BlockForTaalk": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1