POST v1/application/cache/{environment}/{orgId}/{venue}/{appId}/{type}
Use this method to upload a cached sqlite database file so you can create a new entry in the list of resources for your application, or update an existing entry. When uploading a database, the system automatically increments the version of the resource, and updates the sqlite database internal version to match the new value.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| environment |
MaaS Environment where the organization originated. |
string |
Required |
| orgId |
MaaS Organization Id |
integer |
Required |
| venue |
Venue (App Framework Property, not to be confused with MaaS Map Venues) |
string |
Required |
| appId |
MaaS Application Id |
integer |
Required |
| type |
Cached resource type (db type) |
DatabaseType |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a regular HTTP Header and optionally information related to any exception / validation.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
