NATS5 REST API Site POST tour
From TMM Wiki
Jump to navigationJump to search
POST /site/tour
Description
- Add new tour
Resource URL
- http://domain/api/site/tour
- Replace domain with the nats domain
- POST
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- siteid
- type: digit
- required
- tour
- type: string
- required
- name
- type: string
- optional
- url
- type: string
- required
- linkdomain
- type: string
- required
- description
- type: string
- optional
- tour_type
- type: boolean_digit
- optional
- hidden
- type: boolean_digit
- optional