POST {language}/companyAnnouncement/insertEmployeeCompanyAnnouncement
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertEmployeeCompanyAnnouncementRequestName | Description | Type | Additional information |
---|---|---|---|
EmployeeIds | Collection of 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:
{ "EmployeeIds": [ "81d0fccc-9324-456f-8684-f6f8771c6f72", "239ddf1d-1990-4263-ab30-5a915acee21b" ], "CompanyId": "b726ca38-4dea-43b5-a72d-4641cf406bb7", "CompanyAnnouncementId": "8d67fdbf-d8da-48d7-bfb1-0c40ce19bff3", "IsRead": true, "IsConfirmed": true, "RequestId": "21dfc846-902f-4d6a-9fa2-c43b333d565f", "Language": "sample string 6", "LanguageLogin": "sample string 7", "AuthToken": "sample string 8", "ClientId": "sample string 9", "PageIndex": 10, "PageSize": 11 }
application/xml, text/xml
Sample:
<InsertEmployeeCompanyAnnouncementRequest 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 8</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 6</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">10</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">21dfc846-902f-4d6a-9fa2-c43b333d565f</RequestId> <CompanyAnnouncementId>8d67fdbf-d8da-48d7-bfb1-0c40ce19bff3</CompanyAnnouncementId> <CompanyId>b726ca38-4dea-43b5-a72d-4641cf406bb7</CompanyId> <EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>81d0fccc-9324-456f-8684-f6f8771c6f72</d2p1:guid> <d2p1:guid>239ddf1d-1990-4263-ab30-5a915acee21b</d2p1:guid> </EmployeeIds> <IsConfirmed>true</IsConfirmed> <IsRead>true</IsRead> </InsertEmployeeCompanyAnnouncementRequest>
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.