POST api/SgaStateMapping/ChangeSGAMappingStatus
Request Information
URI Parameters
None.
Body Parameters
SgaStateMappingDTOName | 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. |
Request 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-14T00:40:35.5840779-07:00", "CreateDateString": "10/14/2025" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true