GET api/SgaStateMapping/GetSGAStateMappingData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SgaStateMappingDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StateId | integer |
None. |
|
| StateName | string |
None. |
|
| LeadCallTypeId | integer |
None. |
|
| LeadCallTypeName | string |
None. |
|
| AssociateContractId | integer |
None. |
|
| SgaCode | string |
None. |
|
| Disabled | boolean |
None. |
|
| CreateDate | date |
None. |
|
| CreateDateString | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"StateId": 2,
"StateName": "sample string 3",
"LeadCallTypeId": 4,
"LeadCallTypeName": "5A-WP",
"AssociateContractId": 5,
"SgaCode": "sample string 6",
"Disabled": true,
"CreateDate": "2026-02-03T18:26:05.7628364-08:00",
"CreateDateString": "2/3/2026"
},
{
"Id": 1,
"StateId": 2,
"StateName": "sample string 3",
"LeadCallTypeId": 4,
"LeadCallTypeName": "5A-WP",
"AssociateContractId": 5,
"SgaCode": "sample string 6",
"Disabled": true,
"CreateDate": "2026-02-03T18:26:05.7628364-08:00",
"CreateDateString": "2/3/2026"
}
]