v1

latestOpenAPI 3.0.02026-07-147249104.6 KB
apps : Find and modify apps

Adds a new app for this developer

  • This method is called on behalf of a developer.
  • Price is required if the model is 'single' or 'recurring'
  • Returns the newly created app
post/apps

Query parameters

developerIdstring required

The unique id of the developer that is adding this app

namestring required

The name of the app

typestring

The type for this app

modelstring

A JSON object representing the pricing model type for this app

customDatastring

A custom JSON object that you can create and attach to this record

attributesstring

A custom set of app attributes defined by the administrator and attached to this app

restrictstring

JSON object to restrict users from owning or viewing this app. Example: {'view':{'country':['Canada','Mexico']},'own':{'country':['Canada','Mexico']}} restricts users from canada and mexico from viewing or owning this app

allowstring

JSON object to restrict users from owning or viewing this app. Example: {'view':{'country':['Canada','Mexico']},'own':{'country':['Canada','Mexico']}} restricts users from canada and mexico from viewing or owning this app

accessstring

JSON array of data access requirements

Response

OK