List Price List Types

post/fetch/PLTT

Retrieves a list of Price List Types.

Securitybasic or X-PriceFx-jwt
Responses
200

OK

Response Schema: application/json
object
status
integer
startRow
integer
node
string
Array of objects (PriceListType)
Array
version
integer
typedId
string
uniqueName
string
label
string
createdByName
string
lastUpdateByName
string
targetDate
string
object
buttonsConfiguration
object
headerFormulaName
string
dimensionType
string
calculationFormulaName
string
contextualActions
object
createDate
string
createdBy
integer
lastUpdateDate
string
lastUpdateBy
integer
id
integer
endRow
integer
Request samples
Response samples
application/json
{
  • "response": {
    • "status": 0,
    • "startRow": 0,
    • "data": [
      • {
        • "version": 0,
        • "typedId": "5.PLTT",
        • "uniqueName": "PLType1",
        • "label": "Price List Type 1",
        • "createdByName": "unity",
        • "lastUpdateByName": "unity",
        • "targetDate": "2024-11-15",
        • "typeConfiguration": {
          },
        • "buttonsConfiguration": { },
        • "headerFormulaName": "AttrBasedPricingLogicHeader",
        • "dimensionType": "SIMPLE",
        • "calculationFormulaName": "OptimizedPricingLogic",
        • "contextualActions": { },
        • "createDate": "2024-11-15T09:32:07",
        • "createdBy": 1302,
        • "lastUpdateDate": "2024-11-15T09:32:07",
        • "lastUpdateBy": 1302,
        • "id": 5
        },
      • {
        • "version": 0,
        • "typedId": "6.PLTT",
        • "uniqueName": "PLType2",
        • "label": "Price List Type 2",
        • "createdByName": "unity",
        • "lastUpdateByName": "unity",
        • "targetDate": "2024-11-15",
        • "typeConfiguration": {
          },
        • "buttonsConfiguration": { },
        • "dimensionType": "SIMPLE",
        • "calculationFormulaName": "CustomerNetPriceLogic",
        • "contextualActions": { },
        • "createDate": "2024-11-15T09:35:52",
        • "createdBy": 1302,
        • "lastUpdateDate": "2024-11-15T09:35:52",
        • "lastUpdateBy": 1302,
        • "id": 6
        }
      ],
    • "endRow": 2
    }
}