GET api/SgaStateMapping/GetSGAToStateData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SGAToStateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| SGAInformationList | Collection of SGAInformationDTO |
None. |
|
| SGAStateMappingList | Collection of SgaStateMappingDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"SGAInformationList": [
{
"Id": 1,
"SGACode": "sample string 2",
"CreateDate": "2025-10-14T05:11:57.6662126-07:00",
"Disabled": true,
"Name": "sample string 5",
"NameWithAgentCode": "sample string 5 - sample string 2",
"CreateDateString": "10/14/2025"
},
{
"Id": 1,
"SGACode": "sample string 2",
"CreateDate": "2025-10-14T05:11:57.6662126-07:00",
"Disabled": true,
"Name": "sample string 5",
"NameWithAgentCode": "sample string 5 - sample string 2",
"CreateDateString": "10/14/2025"
}
],
"SGAStateMappingList": [
{
"Id": 1,
"StateId": 2,
"StateName": "sample string 3",
"LeadCallTypeId": 4,
"LeadCallTypeName": "5A-WP",
"AssociateContractId": 5,
"SgaCode": "sample string 6",
"Disabled": true,
"CreateDate": "2025-10-14T05:11:57.6662126-07:00",
"CreateDateString": "10/14/2025"
},
{
"Id": 1,
"StateId": 2,
"StateName": "sample string 3",
"LeadCallTypeId": 4,
"LeadCallTypeName": "5A-WP",
"AssociateContractId": 5,
"SgaCode": "sample string 6",
"Disabled": true,
"CreateDate": "2025-10-14T05:11:57.6662126-07:00",
"CreateDateString": "10/14/2025"
}
]
}