PriceLevelDetail
Return customised price level names from Custom List and Field Names.
Date Released: Sep 2024 Date Updated: Sep 2024
Please note: While accessibility via the API is available to both AccountRight and new Essentials files. Not all features will be displayed in Product for new Essentials or the AccountRight Browser.
The elements list below details information for PriceLevelDetail. To view the descriptions for the elements you can either hover any attribute to reveal details or click here to show all details inline.
Items shown with are required when posting or puting data
Items shown with are read-only elements
Attribute Details
- ItemsArray
- Array of PriceLevel entities.
-
- NameString
- PriceLevelN, where N is the LevelIndex from the PriceLevel table.
- ValueString
- Name field from the PriceLevel table.
- RowVersionString
- Number value that changes upon a record update, can be used for change control but does does not preserve a date or a time.
Paging: default page size is set to 400 with a maximum of 1000 results.
Example json GET response
- {
- {
- "Name" : "PriceLevelA",
- "Value" : "My A Group",
- "RowVersion" : "-3710391048371961856",
- },
- {
- "Name" : "PriceLevelB",
- "Value" : "My B Group",
- "RowVersion" : "-3638333454334033920",
- },
- {
- "Name" : "PriceLevelC",
- "Value" : "My C Group",
- "RowVersion" : "-3566275860296105984",
- }
- {
- "Name" : "PriceLevelD",
- "Value" : "My D Group",
- "RowVersion" : "-3494218266258178048",
- }
- {
- "Name" : "PriceLevelE",
- "Value" : "My E Group",
- "RowVersion" : "-3422160672220250112",
- }
- {
- "Name" : "PriceLevelF",
- "Value" : "My F Group",
- "RowVersion" : "-3350103078182322176",
- }
- ],
- "NextPageLink" : null,
- "Count" : 6
- }