POST {language}/companyAnnouncement/EmployeeCompanyAnnouncementConfirmMobile
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": "e62dabbc-8194-46eb-8ee1-1f90cd9db72b", "CompanyId": "93cf3e61-42ca-473e-a5d3-9f1e65898f80", "CompanyAnnouncementId": "bd206145-ce80-4502-acfc-a169ed6f9a75" }
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>bd206145-ce80-4502-acfc-a169ed6f9a75</CompanyAnnouncementId> <CompanyId>93cf3e61-42ca-473e-a5d3-9f1e65898f80</CompanyId> <EmployeeId>e62dabbc-8194-46eb-8ee1-1f90cd9db72b</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.