Manage venue template.
Venue Service API & Model Documentation (0.2.8)
- Generated server urlhttp://localhost/templates/venues/{venueTemplateId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "id": "string", "name": "string", "description": "string", "address": { "country": "string", "countryCode": "string", "city": "string", "addressLine": "string", "latitude": 0.1, "longitude": 0.1, "timezone": "string", "notes": "string" }, "tags": [ "string" ], "isTemplate": true, "templateVersion": 0 }
- Generated server urlhttp://localhost/templates/venues/{venueTemplateId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "name": "string", "description": "string", "address": { "country": "string", "countryCode": "string", "city": "string", "addressLine": "string", "latitude": 0.1, "longitude": 0.1, "timezone": "string", "notes": "string" }, "tags": [ "string" ], "isTemplate": true, "templateVersion": 0 }
Response
{ "requestId": "string", "response": { "id": "string", "name": "string", "description": "string", "address": { … }, "tags": [ … ], "isTemplate": true } }
- Generated server urlhttp://localhost/templates/venues/{venueTemplateId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "requestId": "string", "response": {} }
- Generated server urlhttp://localhost/templates/venues
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "name": "string", "description": "string", "address": { "country": "string", "countryCode": "string", "city": "string", "addressLine": "string", "latitude": 0.1, "longitude": 0.1, "timezone": "string", "notes": "string" }, "tags": [ "string" ], "isTemplate": true, "templateVersion": 0 }
Response
{ "requestId": "string", "response": { "id": "string", "name": "string", "description": "string", "address": { … }, "tags": [ … ], "isTemplate": true } }