Skip to main content

Notice Ack

This API allows a user to acknowledge a specific notice by sending an acceptance or rejection along with their device MAC address. It updates the system with the user's response to the notice.

🔑Header Parameters

HeaderTypeRequiredDescriptionExample/ENUM
AuthorizationstringYesBearer token for user authorization{{access_token}}

📦Request Body Schema

FieldTypeRequiredDescriptionEnum / Example
notice_idstringYesUnique identifier of the notice"20"
accept_or_reject_actionstringYesAction taken by the userEnum: ["Accept", "Reject"]
client_mac_addressstringYesMAC address of the user's device"00:1B:44:11:3A:B7"

🟢Success Response - 200 Ok

FieldTypeDescriptionExample
statusstringStatus of the API call"success"
codestringResponse code for the user request"s-101"
messagestringMessage confirming the notice acknowledgement update"Status updated for notice ID 20"
post/nontransactional/v1/addendumAndNotice