POST {language}/companyAnnouncement/insertEmployeeCompanyAnnouncementMobile
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertEmployeeCompanyAnnouncementMobileRequestName | Description | Type | Additional information |
---|---|---|---|
EmployeeId | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CompanyAnnouncementId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "EmployeeId": "dc368fd8-e822-45a0-a9c9-e7a10eb02b69", "CompanyId": "015a0851-47ff-4431-b437-64267fd4a405", "CompanyAnnouncementId": "349a1617-3ae7-4069-956e-31c08ad337f2" }
application/xml, text/xml
Sample:
<InsertEmployeeCompanyAnnouncementMobileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <CompanyAnnouncementId>349a1617-3ae7-4069-956e-31c08ad337f2</CompanyAnnouncementId> <CompanyId>015a0851-47ff-4431-b437-64267fd4a405</CompanyId> <EmployeeId>dc368fd8-e822-45a0-a9c9-e7a10eb02b69</EmployeeId> </InsertEmployeeCompanyAnnouncementMobileRequest>
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.