POST {language}/companyAnnouncement/insertEmployeeAnnouncementList
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": [ "453683f2-6bf1-44ab-bf1a-d339df61d8a1", "e70bc59a-b328-4420-aebf-fa354e816e08" ], "CompanyId": "c44c2466-5cf0-470e-8d23-aa8011d20e08", "CompanyAnnouncementId": "6b2ee013-09a4-4be2-9136-93159990a925", "IsRead": true, "IsConfirmed": true, "RequestId": "9a661d33-4b3b-49a0-bd15-5457551a2211", "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">9a661d33-4b3b-49a0-bd15-5457551a2211</RequestId> <CompanyAnnouncementId>6b2ee013-09a4-4be2-9136-93159990a925</CompanyAnnouncementId> <CompanyId>c44c2466-5cf0-470e-8d23-aa8011d20e08</CompanyId> <EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>453683f2-6bf1-44ab-bf1a-d339df61d8a1</d2p1:guid> <d2p1:guid>e70bc59a-b328-4420-aebf-fa354e816e08</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.