POST branches/all/priceLists

Request Information

URI Parameters

None.

Body Parameters

PriceListCreateDto
NameDescriptionTypeAdditional information
Name

string

Required

FileName

string

Required

FileId

string

Required

Date

date

None.

IsBranchTemplate

boolean

None.

ReplaceExisting

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "FileName": "sample string 2",
  "FileId": "sample string 3",
  "Date": "2025-05-06T01:46:59.2606548+01:00",
  "IsBranchTemplate": true,
  "ReplaceExisting": true
}

Response Information

Resource Description

boolean

Response Information

Response body formats

application/json, text/json

Sample:
true