POST api/SgaStateMapping/ChangeSGAStatus
Request Information
URI Parameters
None.
Body Parameters
SGAInformationDTOName | 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": "2025-10-14T05:02:57.2856784-07:00", "Disabled": true, "Name": "sample string 5", "NameWithAgentCode": "sample string 5 - sample string 2", "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