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": [ "830427bf-6ffd-4db7-ab35-6a7b1533698f", "8dbc637f-f727-4bf3-896d-4af1a1c72510" ], "CompanyId": "971200cf-4f4e-4e2d-a007-53ffabbe059a", "CompanyAnnouncementId": "a63e8173-73b5-46df-8759-d9c8635664d8", "IsRead": true, "IsConfirmed": true, "RequestId": "f252250e-e692-4442-8f6b-ae8c80fdfaef", "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">f252250e-e692-4442-8f6b-ae8c80fdfaef</RequestId> <CompanyAnnouncementId>a63e8173-73b5-46df-8759-d9c8635664d8</CompanyAnnouncementId> <CompanyId>971200cf-4f4e-4e2d-a007-53ffabbe059a</CompanyId> <EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>830427bf-6ffd-4db7-ab35-6a7b1533698f</d2p1:guid> <d2p1:guid>8dbc637f-f727-4bf3-896d-4af1a1c72510</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.