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": [ "0be928ce-375e-43e8-a635-c05f0ebd8830", "4bad9ed3-3ec3-4310-986d-4b293d85681d" ], "CompanyId": "4e220698-0ebb-4526-8229-10bac3dc7ec0", "CompanyAnnouncementId": "29f751b3-69e4-4649-b481-cbfbf886050a", "IsRead": true, "IsConfirmed": true, "RequestId": "55312720-923f-46fb-8f5b-78168abaf994", "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">55312720-923f-46fb-8f5b-78168abaf994</RequestId> <CompanyAnnouncementId>29f751b3-69e4-4649-b481-cbfbf886050a</CompanyAnnouncementId> <CompanyId>4e220698-0ebb-4526-8229-10bac3dc7ec0</CompanyId> <EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>0be928ce-375e-43e8-a635-c05f0ebd8830</d2p1:guid> <d2p1:guid>4bad9ed3-3ec3-4310-986d-4b293d85681d</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.