Call to Action
Web => me/promotions/{post_hash}
API => api/post/{post_hash}/call-to-action
#
Get Call to Action Data:Method GET
Response Data:
#
Create Call to Action:Method POST
Request Parameters:
- title:
required|max:70
- description:
required|max:280
- button_link:
required|max:100
- button_title:
required|max:40
- button_color:
hex_color
Response Data:
#
Update Call to Action:Method PUT
Request Parameters:
- title:
required|max:70
- description:
required|max:280
- button_link:
required|max:100
- button_title:
required|max:40
- button_color:
hex_color
- enable:
boolean
Response Data:
#
Delete Call to Action:Method DELETE
Response Data: