POST api/coreplatformstate/platformissue
Allows business workflows to post system issues to the platform state service. Processes this core platform state API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
The platform state alert data contract supplied with the request.
PlatformStateAlertDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Title |
The title value. |
string |
None. |
| Description |
The description value. |
string |
None. |
| EstimatedClearingDate |
The estimated clearing date, expressed as a date and time. |
date |
None. |
| StateSetBy |
The state set by value. |
string |
None. |
| Reference |
The reference value. |
string |
None. |
| ResourceIdentifiers |
The resource identifiers value. |
string |
None. |
| AffectedSubsystemName |
The affected subsystem name value. |
string |
None. |
| AlertType |
The alert type value. |
string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"Title": "sample string 1",
"Description": "sample string 2",
"EstimatedClearingDate": "2026-07-23T08:10:52.1668952Z",
"StateSetBy": "sample string 3",
"Reference": "sample string 4",
"ResourceIdentifiers": "sample string 5",
"AffectedSubsystemName": "sample string 6",
"AlertType": "sample string 7"
}
Response Information
Resource Description
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.