post https://acmecompany.bizmerlin.net/rm/api/announcement/create
Example cURL request to create announcement
curl --request POST \
--url 'https://acmecompany.bizmerlin.net/rm/api/announcement/create?title=Announcement%203&desciption=Test%20Description&url=www.somewebsite.com&status=A&cid=1' \
--header 'Accept: */*' \
--header 'userid: YOUR-USER-ID' \
--header 'x-api-key: YOUR-API-KEY'
Information: Grab userId and x-api-key from BizMerlinHR application. For more detail please visit the knowledge base article
Body Params
title:
required
string
Title of the announcement.
description:
required
string
Description of the announcement.
url:
string
Any link associated/brief of the announcement.
status:
string
A (Active), D (Delete)
cid:
string
Customer Identifier.