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": "42e516b7-ee3a-4027-a545-1eeba916c778", "CompanyId": "7fa9edc6-992c-44e5-b46a-49386dece905", "CompanyAnnouncementId": "21e7d757-dd68-494c-b05f-669c6d1c8aa6" }
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>21e7d757-dd68-494c-b05f-669c6d1c8aa6</CompanyAnnouncementId> <CompanyId>7fa9edc6-992c-44e5-b46a-49386dece905</CompanyId> <EmployeeId>42e516b7-ee3a-4027-a545-1eeba916c778</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.