Creates a new article price label

Request Information

URI Parameters :

None.

Body Parameters :

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

Request Formats :

application/json, text/json

Sample:
{
  "id": "358f1960-0f7a-404f-b5f5-1ab12a7cd1be",
  "name": "sample string 2",
  "code": "sample string 3",
  "modified_dateutc": "2023-03-21T14:59:40.0912887+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.