PUT {language}/companyAnnouncement/updateReadAndconfirmAnnouncement
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateReadAndConfirmAnnouncementRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
EmployeeId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
EmployeeAnnouncementId | globally unique identifier |
None. |
|
CompanyAnnouncementId | globally unique identifier |
None. |
|
ConfirmDate | date |
None. |
|
IsRead | boolean |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CompanyId": "b3107075-6d6e-43b9-81e9-799c73dfed60", "EmployeeId": "642e9891-a5a8-4e12-996a-a48b498b94c9", "UserName": "sample string 3", "EmployeeAnnouncementId": "6d20907f-72ed-4d31-b2f6-415a87c55efc", "CompanyAnnouncementId": "ee3706df-64f1-40b8-92f8-368be5fd9c75", "ConfirmDate": "2025-07-13T02:25:26.2725708+00:00", "IsRead": true, "RequestId": "ebc75e79-db91-4568-a8aa-4f403e36f1e9", "Language": "sample string 9", "LanguageLogin": "sample string 10", "AuthToken": "sample string 11", "ClientId": "sample string 12", "PageIndex": 13, "PageSize": 14 }
application/xml, text/xml
Sample:
<UpdateReadAndConfirmAnnouncementRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">ebc75e79-db91-4568-a8aa-4f403e36f1e9</RequestId> <CompanyAnnouncementId>ee3706df-64f1-40b8-92f8-368be5fd9c75</CompanyAnnouncementId> <CompanyId>b3107075-6d6e-43b9-81e9-799c73dfed60</CompanyId> <ConfirmDate>2025-07-13T02:25:26.2725708+00:00</ConfirmDate> <EmployeeAnnouncementId>6d20907f-72ed-4d31-b2f6-415a87c55efc</EmployeeAnnouncementId> <EmployeeId>642e9891-a5a8-4e12-996a-a48b498b94c9</EmployeeId> <IsRead>true</IsRead> <UserName>sample string 3</UserName> </UpdateReadAndConfirmAnnouncementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.