API Name
API Description
Request URL http://app.madepf.com/api/v1/notify/addNotify
Method Type POST
Result Code
0 Success -3 JWT Token expired
-1 Invalid request error -4 Param Error
-2 JWT Token Empty Error
Request Param
Name Type Necessary Description
title string Notify Title
content string Notify Content
contacts string Contact List Json String
site_name string Site Name
address string Address
made string Made Flag(Y:N)
push string Push Flag(Y:N)
isAuto string Auto Notification Flag(Y:N)
site_idx int Site Id
image_url string Image Url
isAutoEnable string Auto Notification Enable Flag(Y:N)
time string Auto Notification sent time
interval string Auto Notification interval
Response Data
Name Type Description
code Integer Response Result Code
msg String Response Result Message
data Json
Null
Response