importSiteJibestreamInfo

POST https://{{host}}/api/v1/sites/:site_id/maps/:map_id/wayfinding/import

This imports the vendor map meta data into the Map JSON. This is required by the SDK and App in order to access/render the vendor Map properly.

#### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: vendorname|string|the vendor ‘jibestream’ venueid|int|the venue or organization id mapid|string|the jibestream map id ppm|float|pixel per meter, same as the map JSON value. clientid|int|the client id clientsecret|string|the client secret customerid|string|the jibestream customer record id endpoint_url_url|string|the map contents endpoint host mmpp|float|millimeter per pixel

Request Body

{"vendor_name"=>"jibestream", "venue_id"=>123, "map_id"=>"123", "ppm"=>4.479186910505666, "client_id"=>"199d6770-0f6f-407a-9bd5-fc33c7840194", "client_secret"=>"/9Nog3yDzcYj0bY91XJZQLCt+m9DXaIVhx+Ghk3ddd", "customer_id"=>123, "endpoint_url"=>"https://api.jibestream.com", "mmpp"=>223.2548049411735}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring