POST api/TaalkCampaign/PlayPause
Request Information
URI Parameters
None.
Body Parameters
TaalkCampaignDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CampaignName | string |
None. |
|
| CreateBy | integer |
None. |
|
| CreateByName | string |
None. |
|
| ChangeBy | integer |
None. |
|
| ChangeByName | string |
None. |
|
| TriggerTypeId | integer |
None. |
|
| CreateDate | date |
None. |
|
| ChangeDate | date |
None. |
|
| Disabled | boolean |
None. |
|
| StatusId | integer |
None. |
|
| StatusName | string |
None. |
|
| CampaignTriggerDetail | Collection of TaalkCampaignTriggerDetailDTO |
None. |
|
| CampaignActionStates | Collection of TaalkCampaignActionStatesDTO |
None. |
|
| TaalkCampaignDetail | Collection of TaalkCampaignDetailDTO |
None. |
|
| IsABTesting | boolean |
None. |
|
| CampaignA | string |
None. |
|
| CampaignB | string |
None. |
|
| GroupCode | string |
None. |
|
| MarketName | string |
None. |
|
| MarketId | integer |
None. |
|
| GroupId | integer |
None. |
|
| CreateDateString | string |
None. |
|
| ChangeDateString | string |
None. |
|
| TriggerTypeName | string |
None. |
|
| PlusLeadCollectedUser | string |
None. |
|
| PlusLeadCollectedGroups | Collection of GroupDTO |
None. |
|
| AssociateId | integer |
None. |
|
| isHierarchy | boolean |
None. |
|
| IncludeAssignedLeads | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CampaignName": "sample string 2",
"CreateBy": 1,
"CreateByName": "sample string 3",
"ChangeBy": 1,
"ChangeByName": "sample string 4",
"TriggerTypeId": 1,
"CreateDate": "2026-02-03T18:28:29.0356946-08:00",
"ChangeDate": "2026-02-03T18:28:29.0356946-08:00",
"Disabled": true,
"StatusId": 1,
"StatusName": "sample string 5",
"CampaignTriggerDetail": [
{
"TaalkCampaignId": 1,
"GroupId": 1,
"Id": 1,
"MarketId": 1,
"Group": {
"AnnualPremium": 1.0,
"C1Add": "sample string 1",
"C1Cadd": "sample string 2",
"C1Desc": "sample string 3",
"C1Sadd": "sample string 4",
"C2Add": "sample string 5",
"C2Cadd": "sample string 6",
"C2Sadd": "sample string 7",
"Comp": "sample string 8",
"DateTg13": "2026-02-03T18:28:29.0356946-08:00",
"Dgcoverage": 1.0,
"Dgpremium": 1.0,
"FromTbl": 1,
"GroupApproachVideoLink": "sample string 9",
"GroupCode": "sample string 10",
"GroupName": "sample string 11",
"GroupMarketPlaceId": 1,
"Held": true,
"Id": 12,
"Loc": "sample string 13",
"LpsDate": "2026-02-03T18:28:29.0356946-08:00",
"Notes": "sample string 14",
"PdtoDate": "2026-02-03T18:28:29.0356946-08:00",
"PortalDocumentId": 1,
"Prrec": "sample string 15",
"ReiDate": "2026-02-03T18:28:29.0356946-08:00",
"Reserved": true,
"SalesTipsVideoLink": "sample string 16",
"Sga": "sample string 17",
"SgaNumber": "sample string 18",
"State": "sample string 19",
"Type": "sample string 20",
"LeadCount": 21,
"HasLetter": true,
"HasDatasheet": true,
"IsImportGroup": true,
"OfficeList": [
{
"TotalGroupLeadCount": "sample string 1",
"groupName": "sample string 2",
"groupCode": "sample string 3",
"OfficeId": 4,
"AgencyId": 5,
"AgencyName": "sample string 6",
"OfficeName": "sample string 7",
"Phone": "sample string 8",
"FormattedPhone": "sample string 8",
"Address": "sample string 9",
"FullAddress": "sample string 9, sample string 14, sample string 12, sample string 15, sample string 17",
"StateId": 10,
"StateName": "sample string 11",
"StateCode": "sample string 12",
"CityId": 13,
"CityName": "sample string 14",
"Zip": "sample string 15",
"CountryId": 16,
"CountryName": "sample string 17",
"GeoAddress": "sample string 18",
"Lat": 19.1,
"Lng": 20.1,
"CreatedById": 21,
"UpdatedById": 22,
"isDisable": true,
"TotalLeadCount": 24,
"TotalAssignedLeadCount": 25,
"TotalLeadOnHandCount": 26,
"Default": true,
"RowIndex": 28,
"ClientTimeZone": 1,
"LeadAssigmentSummary": [
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
},
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
}
],
"IsPosCertificate": true,
"IsCertificate": true,
"IsFreshen": true,
"IsPreApproch": true,
"IsGroupDatasheet": true,
"IsCorporate": true,
"HasOfficeGeoCoded": true,
"SplittedOfficeName": "sample string 7",
"UserRoleDictionary": {
"1": 2,
"3": 4
},
"AgentList": [
1,
2
],
"IsAgentExistForCertificateAccess": true
},
{
"TotalGroupLeadCount": "sample string 1",
"groupName": "sample string 2",
"groupCode": "sample string 3",
"OfficeId": 4,
"AgencyId": 5,
"AgencyName": "sample string 6",
"OfficeName": "sample string 7",
"Phone": "sample string 8",
"FormattedPhone": "sample string 8",
"Address": "sample string 9",
"FullAddress": "sample string 9, sample string 14, sample string 12, sample string 15, sample string 17",
"StateId": 10,
"StateName": "sample string 11",
"StateCode": "sample string 12",
"CityId": 13,
"CityName": "sample string 14",
"Zip": "sample string 15",
"CountryId": 16,
"CountryName": "sample string 17",
"GeoAddress": "sample string 18",
"Lat": 19.1,
"Lng": 20.1,
"CreatedById": 21,
"UpdatedById": 22,
"isDisable": true,
"TotalLeadCount": 24,
"TotalAssignedLeadCount": 25,
"TotalLeadOnHandCount": 26,
"Default": true,
"RowIndex": 28,
"ClientTimeZone": 1,
"LeadAssigmentSummary": [
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
},
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
}
],
"IsPosCertificate": true,
"IsCertificate": true,
"IsFreshen": true,
"IsPreApproch": true,
"IsGroupDatasheet": true,
"IsCorporate": true,
"HasOfficeGeoCoded": true,
"SplittedOfficeName": "sample string 7",
"UserRoleDictionary": {
"1": 2,
"3": 4
},
"AgentList": [
1,
2
],
"IsAgentExistForCertificateAccess": true
}
],
"GroupLeadCount": "sample string 25",
"HoldStatus": "Hold",
"InfoVideoLink": "sample string 26",
"ApproachVideoLink": "sample string 27",
"isHeld": true,
"isReserved": true,
"isRegular": false,
"GroupCodeAndName": "sample string 10 - sample string 11",
"GroupCertAccessWithType": {
"InfoCert": 1,
"FreshCert": 2,
"PolicyCert": 3,
"PreAppCert": 4,
"GroupDatasheet": 5,
"GroupType": 6,
"GroupId": 7,
"ApplicationId": 1
},
"HeaderS3Image": "sample string 30",
"FooterS3Image": "sample string 31",
"HeaderS3ImageUrl": "sample string 32",
"FooterS3ImageUrl": "sample string 33",
"IsLapseGroup": true,
"HowToVideoLink": "sample string 35",
"IsWhiteList": true,
"IsBlackList": true,
"TenureMonth": 38,
"AutoListDisabled": true,
"WhiteBlackListActionTypeId": 39,
"BlockForTaalk": true
},
"GroupCode": "sample string 2",
"MarketName": "sample string 3",
"AssociateId": 1,
"IsHierarchy": true,
"AssociateName": "sample string 5"
},
{
"TaalkCampaignId": 1,
"GroupId": 1,
"Id": 1,
"MarketId": 1,
"Group": {
"AnnualPremium": 1.0,
"C1Add": "sample string 1",
"C1Cadd": "sample string 2",
"C1Desc": "sample string 3",
"C1Sadd": "sample string 4",
"C2Add": "sample string 5",
"C2Cadd": "sample string 6",
"C2Sadd": "sample string 7",
"Comp": "sample string 8",
"DateTg13": "2026-02-03T18:28:29.0356946-08:00",
"Dgcoverage": 1.0,
"Dgpremium": 1.0,
"FromTbl": 1,
"GroupApproachVideoLink": "sample string 9",
"GroupCode": "sample string 10",
"GroupName": "sample string 11",
"GroupMarketPlaceId": 1,
"Held": true,
"Id": 12,
"Loc": "sample string 13",
"LpsDate": "2026-02-03T18:28:29.0356946-08:00",
"Notes": "sample string 14",
"PdtoDate": "2026-02-03T18:28:29.0356946-08:00",
"PortalDocumentId": 1,
"Prrec": "sample string 15",
"ReiDate": "2026-02-03T18:28:29.0356946-08:00",
"Reserved": true,
"SalesTipsVideoLink": "sample string 16",
"Sga": "sample string 17",
"SgaNumber": "sample string 18",
"State": "sample string 19",
"Type": "sample string 20",
"LeadCount": 21,
"HasLetter": true,
"HasDatasheet": true,
"IsImportGroup": true,
"OfficeList": [
{
"TotalGroupLeadCount": "sample string 1",
"groupName": "sample string 2",
"groupCode": "sample string 3",
"OfficeId": 4,
"AgencyId": 5,
"AgencyName": "sample string 6",
"OfficeName": "sample string 7",
"Phone": "sample string 8",
"FormattedPhone": "sample string 8",
"Address": "sample string 9",
"FullAddress": "sample string 9, sample string 14, sample string 12, sample string 15, sample string 17",
"StateId": 10,
"StateName": "sample string 11",
"StateCode": "sample string 12",
"CityId": 13,
"CityName": "sample string 14",
"Zip": "sample string 15",
"CountryId": 16,
"CountryName": "sample string 17",
"GeoAddress": "sample string 18",
"Lat": 19.1,
"Lng": 20.1,
"CreatedById": 21,
"UpdatedById": 22,
"isDisable": true,
"TotalLeadCount": 24,
"TotalAssignedLeadCount": 25,
"TotalLeadOnHandCount": 26,
"Default": true,
"RowIndex": 28,
"ClientTimeZone": 1,
"LeadAssigmentSummary": [
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
},
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
}
],
"IsPosCertificate": true,
"IsCertificate": true,
"IsFreshen": true,
"IsPreApproch": true,
"IsGroupDatasheet": true,
"IsCorporate": true,
"HasOfficeGeoCoded": true,
"SplittedOfficeName": "sample string 7",
"UserRoleDictionary": {
"1": 2,
"3": 4
},
"AgentList": [
1,
2
],
"IsAgentExistForCertificateAccess": true
},
{
"TotalGroupLeadCount": "sample string 1",
"groupName": "sample string 2",
"groupCode": "sample string 3",
"OfficeId": 4,
"AgencyId": 5,
"AgencyName": "sample string 6",
"OfficeName": "sample string 7",
"Phone": "sample string 8",
"FormattedPhone": "sample string 8",
"Address": "sample string 9",
"FullAddress": "sample string 9, sample string 14, sample string 12, sample string 15, sample string 17",
"StateId": 10,
"StateName": "sample string 11",
"StateCode": "sample string 12",
"CityId": 13,
"CityName": "sample string 14",
"Zip": "sample string 15",
"CountryId": 16,
"CountryName": "sample string 17",
"GeoAddress": "sample string 18",
"Lat": 19.1,
"Lng": 20.1,
"CreatedById": 21,
"UpdatedById": 22,
"isDisable": true,
"TotalLeadCount": 24,
"TotalAssignedLeadCount": 25,
"TotalLeadOnHandCount": 26,
"Default": true,
"RowIndex": 28,
"ClientTimeZone": 1,
"LeadAssigmentSummary": [
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
},
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
}
],
"IsPosCertificate": true,
"IsCertificate": true,
"IsFreshen": true,
"IsPreApproch": true,
"IsGroupDatasheet": true,
"IsCorporate": true,
"HasOfficeGeoCoded": true,
"SplittedOfficeName": "sample string 7",
"UserRoleDictionary": {
"1": 2,
"3": 4
},
"AgentList": [
1,
2
],
"IsAgentExistForCertificateAccess": true
}
],
"GroupLeadCount": "sample string 25",
"HoldStatus": "Hold",
"InfoVideoLink": "sample string 26",
"ApproachVideoLink": "sample string 27",
"isHeld": true,
"isReserved": true,
"isRegular": false,
"GroupCodeAndName": "sample string 10 - sample string 11",
"GroupCertAccessWithType": {
"InfoCert": 1,
"FreshCert": 2,
"PolicyCert": 3,
"PreAppCert": 4,
"GroupDatasheet": 5,
"GroupType": 6,
"GroupId": 7,
"ApplicationId": 1
},
"HeaderS3Image": "sample string 30",
"FooterS3Image": "sample string 31",
"HeaderS3ImageUrl": "sample string 32",
"FooterS3ImageUrl": "sample string 33",
"IsLapseGroup": true,
"HowToVideoLink": "sample string 35",
"IsWhiteList": true,
"IsBlackList": true,
"TenureMonth": 38,
"AutoListDisabled": true,
"WhiteBlackListActionTypeId": 39,
"BlockForTaalk": true
},
"GroupCode": "sample string 2",
"MarketName": "sample string 3",
"AssociateId": 1,
"IsHierarchy": true,
"AssociateName": "sample string 5"
}
],
"CampaignActionStates": [
{
"TaalkCampaignId": 1,
"CountryId": 1,
"Id": 1,
"IsDisabled": true,
"StateId": 1
},
{
"TaalkCampaignId": 1,
"CountryId": 1,
"Id": 1,
"IsDisabled": true,
"StateId": 1
}
],
"TaalkCampaignDetail": [
{
"TaalkCampaignId": 1,
"CampaignGuidByTaalk": "sample string 1",
"Id": 2,
"ABTestCampaignGuid": "sample string 3"
},
{
"TaalkCampaignId": 1,
"CampaignGuidByTaalk": "sample string 1",
"Id": 2,
"ABTestCampaignGuid": "sample string 3"
}
],
"IsABTesting": true,
"CampaignA": "sample string 6",
"CampaignB": "sample string 7",
"GroupCode": "sample string 8",
"MarketName": "sample string 9",
"MarketId": 1,
"GroupId": 1,
"CreateDateString": "02/03/2026 6:28:29 PM",
"ChangeDateString": "02/03/2026 6:28:29 PM",
"TriggerTypeName": "sample string 10",
"PlusLeadCollectedUser": "sample string 11",
"PlusLeadCollectedGroups": [
{
"AnnualPremium": 1.0,
"C1Add": "sample string 1",
"C1Cadd": "sample string 2",
"C1Desc": "sample string 3",
"C1Sadd": "sample string 4",
"C2Add": "sample string 5",
"C2Cadd": "sample string 6",
"C2Sadd": "sample string 7",
"Comp": "sample string 8",
"DateTg13": "2026-02-03T18:28:29.0356946-08:00",
"Dgcoverage": 1.0,
"Dgpremium": 1.0,
"FromTbl": 1,
"GroupApproachVideoLink": "sample string 9",
"GroupCode": "sample string 10",
"GroupName": "sample string 11",
"GroupMarketPlaceId": 1,
"Held": true,
"Id": 12,
"Loc": "sample string 13",
"LpsDate": "2026-02-03T18:28:29.0356946-08:00",
"Notes": "sample string 14",
"PdtoDate": "2026-02-03T18:28:29.0356946-08:00",
"PortalDocumentId": 1,
"Prrec": "sample string 15",
"ReiDate": "2026-02-03T18:28:29.0356946-08:00",
"Reserved": true,
"SalesTipsVideoLink": "sample string 16",
"Sga": "sample string 17",
"SgaNumber": "sample string 18",
"State": "sample string 19",
"Type": "sample string 20",
"LeadCount": 21,
"HasLetter": true,
"HasDatasheet": true,
"IsImportGroup": true,
"OfficeList": [
{
"TotalGroupLeadCount": "sample string 1",
"groupName": "sample string 2",
"groupCode": "sample string 3",
"OfficeId": 4,
"AgencyId": 5,
"AgencyName": "sample string 6",
"OfficeName": "sample string 7",
"Phone": "sample string 8",
"FormattedPhone": "sample string 8",
"Address": "sample string 9",
"FullAddress": "sample string 9, sample string 14, sample string 12, sample string 15, sample string 17",
"StateId": 10,
"StateName": "sample string 11",
"StateCode": "sample string 12",
"CityId": 13,
"CityName": "sample string 14",
"Zip": "sample string 15",
"CountryId": 16,
"CountryName": "sample string 17",
"GeoAddress": "sample string 18",
"Lat": 19.1,
"Lng": 20.1,
"CreatedById": 21,
"UpdatedById": 22,
"isDisable": true,
"TotalLeadCount": 24,
"TotalAssignedLeadCount": 25,
"TotalLeadOnHandCount": 26,
"Default": true,
"RowIndex": 28,
"ClientTimeZone": 1,
"LeadAssigmentSummary": [
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
},
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
}
],
"IsPosCertificate": true,
"IsCertificate": true,
"IsFreshen": true,
"IsPreApproch": true,
"IsGroupDatasheet": true,
"IsCorporate": true,
"HasOfficeGeoCoded": true,
"SplittedOfficeName": "sample string 7",
"UserRoleDictionary": {
"1": 2,
"3": 4
},
"AgentList": [
1,
2
],
"IsAgentExistForCertificateAccess": true
},
{
"TotalGroupLeadCount": "sample string 1",
"groupName": "sample string 2",
"groupCode": "sample string 3",
"OfficeId": 4,
"AgencyId": 5,
"AgencyName": "sample string 6",
"OfficeName": "sample string 7",
"Phone": "sample string 8",
"FormattedPhone": "sample string 8",
"Address": "sample string 9",
"FullAddress": "sample string 9, sample string 14, sample string 12, sample string 15, sample string 17",
"StateId": 10,
"StateName": "sample string 11",
"StateCode": "sample string 12",
"CityId": 13,
"CityName": "sample string 14",
"Zip": "sample string 15",
"CountryId": 16,
"CountryName": "sample string 17",
"GeoAddress": "sample string 18",
"Lat": 19.1,
"Lng": 20.1,
"CreatedById": 21,
"UpdatedById": 22,
"isDisable": true,
"TotalLeadCount": 24,
"TotalAssignedLeadCount": 25,
"TotalLeadOnHandCount": 26,
"Default": true,
"RowIndex": 28,
"ClientTimeZone": 1,
"LeadAssigmentSummary": [
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
},
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
}
],
"IsPosCertificate": true,
"IsCertificate": true,
"IsFreshen": true,
"IsPreApproch": true,
"IsGroupDatasheet": true,
"IsCorporate": true,
"HasOfficeGeoCoded": true,
"SplittedOfficeName": "sample string 7",
"UserRoleDictionary": {
"1": 2,
"3": 4
},
"AgentList": [
1,
2
],
"IsAgentExistForCertificateAccess": true
}
],
"GroupLeadCount": "sample string 25",
"HoldStatus": "Hold",
"InfoVideoLink": "sample string 26",
"ApproachVideoLink": "sample string 27",
"isHeld": true,
"isReserved": true,
"isRegular": false,
"GroupCodeAndName": "sample string 10 - sample string 11",
"GroupCertAccessWithType": {
"InfoCert": 1,
"FreshCert": 2,
"PolicyCert": 3,
"PreAppCert": 4,
"GroupDatasheet": 5,
"GroupType": 6,
"GroupId": 7,
"ApplicationId": 1
},
"HeaderS3Image": "sample string 30",
"FooterS3Image": "sample string 31",
"HeaderS3ImageUrl": "sample string 32",
"FooterS3ImageUrl": "sample string 33",
"IsLapseGroup": true,
"HowToVideoLink": "sample string 35",
"IsWhiteList": true,
"IsBlackList": true,
"TenureMonth": 38,
"AutoListDisabled": true,
"WhiteBlackListActionTypeId": 39,
"BlockForTaalk": true
},
{
"AnnualPremium": 1.0,
"C1Add": "sample string 1",
"C1Cadd": "sample string 2",
"C1Desc": "sample string 3",
"C1Sadd": "sample string 4",
"C2Add": "sample string 5",
"C2Cadd": "sample string 6",
"C2Sadd": "sample string 7",
"Comp": "sample string 8",
"DateTg13": "2026-02-03T18:28:29.0356946-08:00",
"Dgcoverage": 1.0,
"Dgpremium": 1.0,
"FromTbl": 1,
"GroupApproachVideoLink": "sample string 9",
"GroupCode": "sample string 10",
"GroupName": "sample string 11",
"GroupMarketPlaceId": 1,
"Held": true,
"Id": 12,
"Loc": "sample string 13",
"LpsDate": "2026-02-03T18:28:29.0356946-08:00",
"Notes": "sample string 14",
"PdtoDate": "2026-02-03T18:28:29.0356946-08:00",
"PortalDocumentId": 1,
"Prrec": "sample string 15",
"ReiDate": "2026-02-03T18:28:29.0356946-08:00",
"Reserved": true,
"SalesTipsVideoLink": "sample string 16",
"Sga": "sample string 17",
"SgaNumber": "sample string 18",
"State": "sample string 19",
"Type": "sample string 20",
"LeadCount": 21,
"HasLetter": true,
"HasDatasheet": true,
"IsImportGroup": true,
"OfficeList": [
{
"TotalGroupLeadCount": "sample string 1",
"groupName": "sample string 2",
"groupCode": "sample string 3",
"OfficeId": 4,
"AgencyId": 5,
"AgencyName": "sample string 6",
"OfficeName": "sample string 7",
"Phone": "sample string 8",
"FormattedPhone": "sample string 8",
"Address": "sample string 9",
"FullAddress": "sample string 9, sample string 14, sample string 12, sample string 15, sample string 17",
"StateId": 10,
"StateName": "sample string 11",
"StateCode": "sample string 12",
"CityId": 13,
"CityName": "sample string 14",
"Zip": "sample string 15",
"CountryId": 16,
"CountryName": "sample string 17",
"GeoAddress": "sample string 18",
"Lat": 19.1,
"Lng": 20.1,
"CreatedById": 21,
"UpdatedById": 22,
"isDisable": true,
"TotalLeadCount": 24,
"TotalAssignedLeadCount": 25,
"TotalLeadOnHandCount": 26,
"Default": true,
"RowIndex": 28,
"ClientTimeZone": 1,
"LeadAssigmentSummary": [
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
},
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
}
],
"IsPosCertificate": true,
"IsCertificate": true,
"IsFreshen": true,
"IsPreApproch": true,
"IsGroupDatasheet": true,
"IsCorporate": true,
"HasOfficeGeoCoded": true,
"SplittedOfficeName": "sample string 7",
"UserRoleDictionary": {
"1": 2,
"3": 4
},
"AgentList": [
1,
2
],
"IsAgentExistForCertificateAccess": true
},
{
"TotalGroupLeadCount": "sample string 1",
"groupName": "sample string 2",
"groupCode": "sample string 3",
"OfficeId": 4,
"AgencyId": 5,
"AgencyName": "sample string 6",
"OfficeName": "sample string 7",
"Phone": "sample string 8",
"FormattedPhone": "sample string 8",
"Address": "sample string 9",
"FullAddress": "sample string 9, sample string 14, sample string 12, sample string 15, sample string 17",
"StateId": 10,
"StateName": "sample string 11",
"StateCode": "sample string 12",
"CityId": 13,
"CityName": "sample string 14",
"Zip": "sample string 15",
"CountryId": 16,
"CountryName": "sample string 17",
"GeoAddress": "sample string 18",
"Lat": 19.1,
"Lng": 20.1,
"CreatedById": 21,
"UpdatedById": 22,
"isDisable": true,
"TotalLeadCount": 24,
"TotalAssignedLeadCount": 25,
"TotalLeadOnHandCount": 26,
"Default": true,
"RowIndex": 28,
"ClientTimeZone": 1,
"LeadAssigmentSummary": [
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
},
{
"AssociateContractId": 1,
"AssociateId": 2,
"AssociateName": "sample string 3",
"TotalLeadsAssigned": 4,
"NumberOfLeadsToAssign": 5,
"Zip": "sample string 6",
"CityName": "sample string 7",
"LeadBankCharge": {
"InTown": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"RoadTrip": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"LapsePool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
},
"ListPool": {
"ChargeableCount": 1,
"NonChargeableCount": 2
}
},
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
},
"AssignedLeadsDetail": [
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"Zip": "sample string 1",
"CityName": "sample string 2",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]
}
],
"IsPosCertificate": true,
"IsCertificate": true,
"IsFreshen": true,
"IsPreApproch": true,
"IsGroupDatasheet": true,
"IsCorporate": true,
"HasOfficeGeoCoded": true,
"SplittedOfficeName": "sample string 7",
"UserRoleDictionary": {
"1": 2,
"3": 4
},
"AgentList": [
1,
2
],
"IsAgentExistForCertificateAccess": true
}
],
"GroupLeadCount": "sample string 25",
"HoldStatus": "Hold",
"InfoVideoLink": "sample string 26",
"ApproachVideoLink": "sample string 27",
"isHeld": true,
"isReserved": true,
"isRegular": false,
"GroupCodeAndName": "sample string 10 - sample string 11",
"GroupCertAccessWithType": {
"InfoCert": 1,
"FreshCert": 2,
"PolicyCert": 3,
"PreAppCert": 4,
"GroupDatasheet": 5,
"GroupType": 6,
"GroupId": 7,
"ApplicationId": 1
},
"HeaderS3Image": "sample string 30",
"FooterS3Image": "sample string 31",
"HeaderS3ImageUrl": "sample string 32",
"FooterS3ImageUrl": "sample string 33",
"IsLapseGroup": true,
"HowToVideoLink": "sample string 35",
"IsWhiteList": true,
"IsBlackList": true,
"TenureMonth": 38,
"AutoListDisabled": true,
"WhiteBlackListActionTypeId": 39,
"BlockForTaalk": true
}
],
"AssociateId": 1,
"isHierarchy": true,
"IncludeAssignedLeads": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true