POST api/Values/SaveTrackTraceFavorites?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
TSiemensTrackTraceFavorites| Name | Description | Type | Additional information |
|---|---|---|---|
| PowerAutomateID | integer |
None. |
|
| ServiceOrder | string |
None. |
|
| OwnerEmail | string |
None. |
|
| CreateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PowerAutomateID": 1,
"ServiceOrder": "sample string 2",
"OwnerEmail": "sample string 3",
"CreateTime": "2026-08-18 09:59:02"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultValue| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Error | string |
None. |
|
| Message | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Error": "sample string 2",
"Message": [
{},
{}
]
}