Creates a new Announcement
Success
Unauthorized
{- "announcement_Key": 0,
- "announcement_Body": "string",
- "announcement_Date": "2019-08-24T14:15:22Z",
- "announcement_End": "2019-08-24T14:15:22Z",
- "announcement_Source": "string",
- "announcement_Source_UserId": "755b1d2e-1274-4e07-a2be-cb4c2b7f67b4",
- "announcement_Status": "string",
- "announcement_Title": "string",
- "announcement_Type": "string"
}
{- "data": {
- "announcement_Key": 0,
- "announcement_Body": "string",
- "announcement_Date": "2019-08-24T14:15:22Z",
- "announcement_End": "2019-08-24T14:15:22Z",
- "announcement_Source": "string",
- "announcement_Source_UserId": "755b1d2e-1274-4e07-a2be-cb4c2b7f67b4",
- "announcement_Status": "string",
- "announcement_Title": "string",
- "announcement_Type": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all Announcement
Success
Unauthorized
Updates a specific Announcement.
Success
Unauthorized
{- "announcement_Key": 0,
- "announcement_Body": "string",
- "announcement_Date": "2019-08-24T14:15:22Z",
- "announcement_End": "2019-08-24T14:15:22Z",
- "announcement_Source": "string",
- "announcement_Source_UserId": "755b1d2e-1274-4e07-a2be-cb4c2b7f67b4",
- "announcement_Status": "string",
- "announcement_Title": "string",
- "announcement_Type": "string"
}
{- "data": {
- "announcement_Key": 0,
- "announcement_Body": "string",
- "announcement_Date": "2019-08-24T14:15:22Z",
- "announcement_End": "2019-08-24T14:15:22Z",
- "announcement_Source": "string",
- "announcement_Source_UserId": "755b1d2e-1274-4e07-a2be-cb4c2b7f67b4",
- "announcement_Status": "string",
- "announcement_Title": "string",
- "announcement_Type": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple Announcement at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "announcement_Key": 0,
- "announcement_Body": "string",
- "announcement_Date": "2019-08-24T14:15:22Z",
- "announcement_End": "2019-08-24T14:15:22Z",
- "announcement_Source": "string",
- "announcement_Source_UserId": "755b1d2e-1274-4e07-a2be-cb4c2b7f67b4",
- "announcement_Status": "string",
- "announcement_Title": "string",
- "announcement_Type": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}