PUT {language}/companyAnnouncement/updateEmployeeCompanyAnnouncement
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateEmployeeCompanyAnnouncementRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
EmployeeId | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CompanyAnnouncementId | globally unique identifier |
None. |
|
IsRead | boolean |
None. |
|
IsConfirmed | 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:
{ "Id": "676e2ca5-fd8c-4729-9887-884a9194806b", "EmployeeId": "f5cd5f76-0ebc-4b14-a5a2-c827f7eafaa1", "CompanyId": "0ea018d2-5ec7-4ee6-a02e-32fd5fb58828", "CompanyAnnouncementId": "73c233b9-38e2-4520-bdd9-a6968a47454f", "IsRead": true, "IsConfirmed": true, "RequestId": "5a8e410c-d0ec-4418-822c-5bd9b6ba1b1b", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }
application/xml, text/xml
Sample:
<UpdateEmployeeCompanyAnnouncementRequest 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 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">5a8e410c-d0ec-4418-822c-5bd9b6ba1b1b</RequestId> <CompanyAnnouncementId>73c233b9-38e2-4520-bdd9-a6968a47454f</CompanyAnnouncementId> <CompanyId>0ea018d2-5ec7-4ee6-a02e-32fd5fb58828</CompanyId> <EmployeeId>f5cd5f76-0ebc-4b14-a5a2-c827f7eafaa1</EmployeeId> <Id>676e2ca5-fd8c-4729-9887-884a9194806b</Id> <IsConfirmed>true</IsConfirmed> <IsRead>true</IsRead> </UpdateEmployeeCompanyAnnouncementRequest>
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.