POST api/InstantLeadDistributionGroupAssociate/InsertAndUpdateGroupWithAssociateAndState
Request Information
URI Parameters
None.
Body Parameters
InstantLeadGroupAssociateAndStateDTOName | Description | Type | Additional information |
---|---|---|---|
InstantLeadDistributionGroupId | integer |
None. |
|
InstantLeadDistributionGroupStateId | integer |
None. |
|
AssociateId | integer |
None. |
|
FullName | string |
None. |
|
MaxLeads | integer |
None. |
|
States | string |
None. |
|
StateIds | Collection of integer |
None. |
|
BankList | string |
None. |
|
BankIds | Collection of integer |
None. |
|
SGAs | string |
None. |
|
SGAIds | Collection of integer |
None. |
|
GroupCode | string |
None. |
|
GroupId | integer |
None. |
|
GroupName | string |
None. |
|
Language | string |
None. |
|
GroupIdAgentAdd | integer |
None. |
|
LanguageId | integer |
None. |
|
MarketId | integer |
None. |
|
MarketName | string |
None. |
|
IsAssociatePaused | boolean |
None. |
|
IsAssociateGlobalPaused | boolean |
None. |
|
CreateBy | string |
None. |
|
CreateDate | string |
None. |
|
UpdateBy | string |
None. |
|
UpdateDate | string |
None. |
|
AgtInstantLicensedStates | integer |
None. |
|
IsAgtInstantLicensedStates | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "InstantLeadDistributionGroupId": 1, "InstantLeadDistributionGroupStateId": 2, "AssociateId": 3, "FullName": "sample string 4", "MaxLeads": 5, "States": "sample string 6", "StateIds": [ 1, 2 ], "BankList": "sample string 7", "BankIds": [ 1, 2 ], "SGAs": "sample string 8", "SGAIds": [ 1, 2 ], "GroupCode": "sample string 9", "GroupId": 10, "GroupName": "sample string 11", "Language": "sample string 12", "GroupIdAgentAdd": 13, "LanguageId": 1, "MarketId": 1, "MarketName": "sample string 14", "IsAssociatePaused": true, "IsAssociateGlobalPaused": true, "CreateBy": "sample string 17", "CreateDate": "sample string 18", "UpdateBy": "sample string 19", "UpdateDate": "sample string 20", "AgtInstantLicensedStates": 1, "IsAgtInstantLicensedStates": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dictionary of integer [key] and boolean [value]Response Formats
application/json, text/json
Sample:
{ "1": true, "3": true }