POST api/SgaStateMapping/ChangeSGAStatus
Request Information
URI Parameters
None.
Body Parameters
SGAInformationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SGACode | string |
None. |
|
| CreateDate | date |
None. |
|
| Disabled | boolean |
None. |
|
| Name | string |
None. |
|
| NameWithAgentCode | string |
None. |
|
| CreateDateString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SGACode": "sample string 2",
"CreateDate": "2026-02-03T18:27:35.1756506-08:00",
"Disabled": true,
"Name": "sample string 5",
"NameWithAgentCode": "sample string 5 - sample string 2",
"CreateDateString": "2/3/2026"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true