Versions Compared
Version | Old Version 3 | New Version 4 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Excerpt |
---|
On this page, you can find an introduction to all the Asset Management Endpoints of the API V.3 that are available to White-Label Resellers (Free Edition & Standard Edition). You will also find explanations for each Asset Management EndpointEach endpoint is explained to help you understand its functionality. |
Note |
---|
The Asset Management Endpoints found on this page are applicable only to listed here are exclusively for White-Label Resellers (Free Edition & Standard Edition) and depend on the reseller’s edition. |
Asset Management Endpoints for White-Label Resellers
Status | ||||
---|---|---|---|---|
|
The following bullet points show Below are the available Asset Management Endpoints for the Free & and Standard Edition Resellers.:
GET /api/assets - Retrieves information from all the assets.
GET /api/assets/{assetId} - Retrieves information from a specific asset based on the given ID.
GET api/assets/{assetId}/pricing info - Retrieves the pricing info of a specific asset based on the given ID.
Info |
---|
The query parameter assetId reflects the specific ID of the asset. |
Tip |
---|
In future releases, more asset endpoints will become available! |
Expand | ||
---|---|---|
| ||
After |
submitting a request to |
retrieve pricing |
information, the |
response will include the following |
details:
|
true
when the asset's
|
true
|
|
|
Administrator Response (only)
Schema
The response is returned in JSON format and follows the schema below:
|
Example
Code Block | |
---|---|
{
"unit": {
"id": "Guid",
"name": "string"
},
"unitPrice": {
"value": "decimal",
"isUserDefined": "boolean"
},
"priceList": {
"id": "int",
"name": "string"
},
"volumeDiscount": {
"id": "int",
"name": "string"
},
"discount": {
"value": "decimal",
"type": "string",
"isUserDefined": "boolean"
},
"promotion": {
"id": "string",
"name": "string",
"discount": {
"value": "decimal",
"type": "string"
},
"endDate": "dateTime"
},
"finalUnitPrice": "decimal",
} |
Info |
---|
The query parameter assetId reflects the unique identifier of the asset. |
Tip |
---|
In future releases, more asset endpoints will become available! |
Table of Contents
Table of Contents | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|