API Name addCommunity
API Description Create New Community (Storyboard 18)
Request URL http://app.madepf.com/api/v1/community/addCommunity
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
type string Community Type(N: Notice, S: Find Site, W: Find Worker-Find Job, R: Report)
title string Notify Title
content string Notify Content
phone string Phone Number
made string Made Flag(Y:N)
push string Push Flag(Y:N)
anony string Anony Flag(Y:N)
image_url string Image Url
Response Data
Name Type Description
code Integer Response Result Code
msg String Response Result Message
data Json
Null
Response