GET /api/v1/location_picture_xrefs/:id.json
Get info about a single lpx

Supported Formats

json

Params

Param name Description
id
required

LPX id

Validations:

  • Must be a Integer


POST /api/v1/location_picture_xrefs.json
Add a picture for a location

Supported Formats

json

Params

Param name Description
location_id
required

Location ID to add picture to

Validations:

  • Must be a Integer

photo
required

The picture to add

Validations:

  • Must be a File


DESTROY /api/v1/location_picture_xrefs/:id.json
Remove a picture from a location

Supported Formats

json

Params

Param name Description
id
required

LPX id

Validations:

  • Must be a Integer