MEA price lists contain standalone selling prices for items sold in multiple-element arrangements. A company that provides multiple products and/or services to customers as part of a single arrangement needs to create one or more MEA price lists. A contract that contains multiple-element arrangements can be linked to an MEA price list.
Returns up to 100 MEA price lists from the collection with a key, ID, and link for each list. This operation is mostly for use in testing; use the query service to find MEA price lists that meet specific criteria and to specify the properties that you want in the response.
OK
Bad Request
{- "ia::result": [
- {
- "key": "30",
- "id": "CONMEA_FVPriceBand_Amount_USD",
- "href": "/objects/contracts/mea-price-list/30"
}, - {
- "key": "31",
- "id": "CONMEA_FVPriceBand_Amount_EUR",
- "href": "/objects/contracts/mea-price-list/31"
}, - {
- "key": "32",
- "id": "CONMEA_FVPriceBand_Amount_GBP",
- "href": "/objects/contracts/mea-price-list/32"
}, - {
- "key": "33",
- "id": "CONMEA_FVPriceBand_Amount_INR",
- "href": "/objects/contracts/mea-price-list/33"
}
], - "ia::meta": {
- "totalCount": 4,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new MEA price list.
MEA price list to create
id required | string Unique name or ID for the MEA price list. Example: "Subscription MEA price list" |
description | string Description of the MEA price list. Example: "Fair value for high-volume customers" |
isDefault | boolean Set to Example: false |
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" |
Created
Bad Request
{- "status": "active",
- "id": "CONMEA_FVPriceBand_Amount_USD_1",
- "description": "MEA NearestBoundary PriceBand Amount"
}
{- "ia::result": {
- "key": "39",
- "id": "CONMEA_FVPriceBand_Amount_USD_2",
- "href": "/objects/contracts/mea-price-list/39"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified MEA price list.
key required | string System-assigned key for the MEA price list. Example: 61 |
OK
Bad Request
{- "ia::result": {
- "key": "37",
- "audit": {
- "createdDateTime": "2023-06-08T06:06:15Z",
- "modifiedDateTime": "2023-06-08T06:06:15Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "/objects/company-config/user/1"
}, - "createdBy": "1",
- "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "/objects/company-config/user/1"
}, - "modifiedBy": "1"
}, - "status": "active",
- "id": "CONMEA_FVPriceBand_Amount_USD_2",
- "description": "MEA NearestBoundary PriceBand Amount",
- "isDefault": false,
- "href": "/objects/contracts/mea-price-list/37"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Update an existing MEA price list by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned key for the MEA price list. Example: 61 |
description | string Description of the MEA price list. Example: "Fair value for high-volume customers" |
isDefault | boolean Set to Example: false |
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" |
OK
Bad Request
{- "status": "active"
}
{- "ia::result": {
- "key": "38",
- "id": "CONMEA_FVPriceBand_Amount_USD",
- "href": "/objects/contracts/mea-price-list/38"
}, - "ia::meta": {
- "totalCount": 1
}
}
Deletes an MEA price list. You can delete an MEA price list if it has not been used by any contracts. Deleted price lists cannot be recovered. Alternatively, you can change the status to Inactive, which prevents it from being used but retains the price list for historical purposes.
key required | string System-assigned key for the MEA price list. Example: 61 |
No Content
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}