POST AdditionalPriceList/Save

Saves the specified Additional Price List.

Request Information

URI Parameters

None.

Body Parameters

The Additional Price List.

Additional Price List
NameTypeAdditional informationDescription
ID integer

None.

Description string

Required

String length: inclusive between 0 and 100

IsDefault bool

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Description": "sample string 2",
  "IsDefault": true
}

Response Information

Resource Description

Additional Price List
NameTypeAdditional informationDescription
ID integer

None.

Description string

Required

String length: inclusive between 0 and 100

IsDefault bool

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Description": "sample string 2",
  "IsDefault": true
}