GET api/SgaStateMapping/GetSGAStateMappingData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SgaStateMappingDTO
NameDescriptionTypeAdditional 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": "2025-10-14T04:46:21.815001-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-14T04:46:21.815001-07:00",
    "CreateDateString": "10/14/2025"
  }
]