Retrieves all the article price label

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

article_price_label
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

name

Name of article price label

string

Required

code

Code of article price label

string
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "b6dba3e7-1b6f-466b-b1bf-208a8cf07cfb",
  "name": "sample string 2",
  "code": "sample string 3",
  "modified_dateutc": "2023-03-31T22:35:58.8666146+00:00"
}