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": "cd69661e-b87e-4b8d-91c8-a10c7e95382c", "EmployeeId": "f1f4f0f8-3c4e-450d-8bb5-d0431a5045eb", "UserName": "sample string 3", "EmployeeAnnouncementId": "f8ee41f9-7b80-49e1-bd88-1d7f6d560050", "CompanyAnnouncementId": "e83c035d-f5b8-4160-bc44-b39ef15f9016", "ConfirmDate": "2025-04-28T18:34:26.9204984+00:00", "IsRead": true, "RequestId": "8683c4ef-38c8-48ee-a353-448f8169dcec", "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">8683c4ef-38c8-48ee-a353-448f8169dcec</RequestId> <CompanyAnnouncementId>e83c035d-f5b8-4160-bc44-b39ef15f9016</CompanyAnnouncementId> <CompanyId>cd69661e-b87e-4b8d-91c8-a10c7e95382c</CompanyId> <ConfirmDate>2025-04-28T18:34:26.9204984+00:00</ConfirmDate> <EmployeeAnnouncementId>f8ee41f9-7b80-49e1-bd88-1d7f6d560050</EmployeeAnnouncementId> <EmployeeId>f1f4f0f8-3c4e-450d-8bb5-d0431a5045eb</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.