BSS API data model
A resource is an individual data entity with a unique identifier. The BSS API follows the conventions detailed below:
- All APIs are written in lower case.
- For a given resource, the API will reference the plural form of the word. For example, for resource Account, all APIs will reference it as accounts.
- The date value arguments will expect value in ISO 8601 format i.e., YYYY-mm-ddTHH:mm:ss.[mmm]TZ. Please refer the following document http://www.w3.org/TR/NOTE-datetime
Comments