Skill Level:
Advanced
Resource URI
POST http://events.unl.edu/api/location/create
Resource Properties
Property | Description |
---|---|
id (in URI) | ID: The ID of the location you'd like to get |
Returns
The created location object.
Request Example
curl https://events.unl.edu/api/location/13978?api_token=My_api_token
{"id":"13978",
"name":"Cool Location",
"streetaddress1":null,
"streetaddress2":null,
"room":null,
"city":null,
"state":null,
"zip":null,
"mapurl":null,
"webpageurl":null,
"hours":null,
"directions":null,
"additionalpublicinfo":null,
"type":null,
"phone":null,
"standard":"0",
"user_id":null,
"display_order":null}
Contributed By:
IIM
- Printer-friendly version
- Log in to post comments