Response [200 Ok]
| Uri | /api/v2/pricelist |
|---|---|
| UriDescription | Base URI for pricelist related operations |
| EndpointType | PricelistRoot |
Uris
PricelistKey
/api/v2/pricelist/:pricelistkey
| Uri | /api/v2/pricelist/:pricelistkey |
|---|---|
| UriDescription | Pricelist by PricelistKey |
| EndpointType | PricelistKey |
| Locator | PricelistKey |
| LocatorType | Object |
Request
| Uri | /api/v2/pricelist |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/pricelist"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
]
},
"Response": {
"Uri": "/api/v2/pricelist",
"Uris": {
"PricelistKey": {
"Uri": "/api/v2/pricelist/:pricelistkey",
"Locator": "PricelistKey",
"LocatorType": "Object",
"UriDescription": "Pricelist by PricelistKey",
"EndpointType": "PricelistKey"
}
},
"UriDescription": "Base URI for pricelist related operations",
"EndpointType": "PricelistRoot",
"Timing": {
"Total": {
"time": 0.01968,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}