POST api/priceLists/duplicate

Request Information

URI Parameters

None.

Body Parameters

DuplicatePriceListData
NameDescriptionTypeAdditional information
IsIncrement

boolean

None.

IsPercetaje

boolean

None.

ApplyToNetPrice

boolean

None.

ValueToApply

decimal number

None.

Name

string

None.

DateFrom

date

None.

DateTo

date

None.

CurrencyCode

CurrencyCodeEnum

None.

AppBranchOfficeOwnerID

integer

None.

NumbersToRound

integer

None.

ModifiedOn

date

None.

Deleted

boolean

None.

NameAndCurrency

string

None.

FullDescription

string

None.

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IsIncrement": true,
  "IsPercetaje": true,
  "ApplyToNetPrice": true,
  "ValueToApply": 1.0,
  "Name": "sample string 4",
  "DateFrom": "2025-08-02T19:11:59.9143207+00:00",
  "DateTo": "2025-08-02T19:11:59.9143207+00:00",
  "CurrencyCode": 0,
  "AppBranchOfficeOwnerID": 1,
  "NumbersToRound": 1,
  "ModifiedOn": "2025-08-02T19:11:59.9143207+00:00",
  "Deleted": true,
  "NameAndCurrency": "sample string 4 (Pesos)",
  "FullDescription": "sample string 4 - 2/8/2025 - 2/8/2025 - Pesos",
  "ID": 1
}

text/xml

Sample:
<DuplicatePriceListData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
  <ID>1</ID>
  <AppBranchOfficeOwnerID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">1</AppBranchOfficeOwnerID>
  <CurrencyCode xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">ARS</CurrencyCode>
  <DateFrom xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">2025-08-02T19:11:59.9143207+00:00</DateFrom>
  <DateTo xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">2025-08-02T19:11:59.9143207+00:00</DateTo>
  <Deleted xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">true</Deleted>
  <ModifiedOn xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">2025-08-02T19:11:59.9143207+00:00</ModifiedOn>
  <Name xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">sample string 4</Name>
  <NumbersToRound xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">1</NumbersToRound>
  <ApplyToNetPrice>true</ApplyToNetPrice>
  <IsIncrement>true</IsIncrement>
  <IsPercetaje>true</IsPercetaje>
  <ValueToApply>1</ValueToApply>
</DuplicatePriceListData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PriceListDeepData
NameDescriptionTypeAdditional information
AppBranchOfficeList

Collection of ApplicationBranchOfficeData

None.

Name

string

None.

DateFrom

date

None.

DateTo

date

None.

CurrencyCode

CurrencyCodeEnum

None.

AppBranchOfficeOwnerID

integer

None.

NumbersToRound

integer

None.

ModifiedOn

date

None.

Deleted

boolean

None.

NameAndCurrency

string

None.

FullDescription

string

None.

ID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "AppBranchOfficeList": [
    {
      "AppID": "ee4f8b7c-f843-40d7-a234-122f31fe57ca",
      "Code": "sample string 1",
      "Name": "sample string 2",
      "CityID": 1,
      "CityName": "sample string 3",
      "DepartmentID": 1,
      "DepartmentName": "sample string 4",
      "ProvinceID": 1,
      "ProvinceName": "sample string 5",
      "CountryID": 1,
      "CountryName": "sample string 6",
      "StreetNameAndNumber": "sample string 7",
      "Phones": "sample string 8",
      "Email": "sample string 9",
      "ApplicationDataSelected": {
        "AppID": "f8bef9d4-2df8-4d34-87d2-e04188303651",
        "Name": "sample string 1",
        "SoftwareName": "sample string 2",
        "StreetNameAndNumber": "sample string 3",
        "CityName": "sample string 4",
        "Phone": "sample string 5",
        "Discount": 1.0,
        "DateFrom": "2025-08-02T19:11:59.9143207+00:00",
        "DateTo": "2025-08-02T19:11:59.9143207+00:00",
        "Status": "sample string 6",
        "RemainingDays": 7,
        "MonthlyAmount": 1.0,
        "MonthlyPayment": true,
        "HasEnabledCustomDomain": true,
        "BranchOfficeCount": 1,
        "TerminalsCount": 1,
        "Items": [
          {
            "ItemNumber": 1,
            "Description": "sample string 2",
            "UnitPrice": 1.0,
            "Quantity": 1.0,
            "TotalPrice": 1.0,
            "ByBranchOffice": true
          },
          {
            "ItemNumber": 1,
            "Description": "sample string 2",
            "UnitPrice": 1.0,
            "Quantity": 1.0,
            "TotalPrice": 1.0,
            "ByBranchOffice": true
          }
        ],
        "Settings": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4"
        },
        "ApplicationEnvironments": [
          {
            "ID": 1,
            "AppID": "ba9faa65-c73d-4fd7-8d9b-a99d2e95b04d",
            "EnvironmentID": 1,
            "Name": "sample string 1",
            "Type": 0,
            "Url": "sample string 2",
            "LastUpdate": "2025-08-02T19:11:59.9299468+00:00"
          },
          {
            "ID": 1,
            "AppID": "ba9faa65-c73d-4fd7-8d9b-a99d2e95b04d",
            "EnvironmentID": 1,
            "Name": "sample string 1",
            "Type": 0,
            "Url": "sample string 2",
            "LastUpdate": "2025-08-02T19:11:59.9299468+00:00"
          }
        ],
        "DisplayText": "sample string 2 - sample string 1",
        "TotalAmount": 2.0
      },
      "EnvironmentSelected": {
        "ID": 1,
        "SoftwareName": "sample string 1",
        "Name": "sample string 2",
        "Type": 0,
        "Url": "sample string 3"
      },
      "ID": 1
    },
    {
      "AppID": "ee4f8b7c-f843-40d7-a234-122f31fe57ca",
      "Code": "sample string 1",
      "Name": "sample string 2",
      "CityID": 1,
      "CityName": "sample string 3",
      "DepartmentID": 1,
      "DepartmentName": "sample string 4",
      "ProvinceID": 1,
      "ProvinceName": "sample string 5",
      "CountryID": 1,
      "CountryName": "sample string 6",
      "StreetNameAndNumber": "sample string 7",
      "Phones": "sample string 8",
      "Email": "sample string 9",
      "ApplicationDataSelected": {
        "AppID": "f8bef9d4-2df8-4d34-87d2-e04188303651",
        "Name": "sample string 1",
        "SoftwareName": "sample string 2",
        "StreetNameAndNumber": "sample string 3",
        "CityName": "sample string 4",
        "Phone": "sample string 5",
        "Discount": 1.0,
        "DateFrom": "2025-08-02T19:11:59.9143207+00:00",
        "DateTo": "2025-08-02T19:11:59.9143207+00:00",
        "Status": "sample string 6",
        "RemainingDays": 7,
        "MonthlyAmount": 1.0,
        "MonthlyPayment": true,
        "HasEnabledCustomDomain": true,
        "BranchOfficeCount": 1,
        "TerminalsCount": 1,
        "Items": [
          {
            "ItemNumber": 1,
            "Description": "sample string 2",
            "UnitPrice": 1.0,
            "Quantity": 1.0,
            "TotalPrice": 1.0,
            "ByBranchOffice": true
          },
          {
            "ItemNumber": 1,
            "Description": "sample string 2",
            "UnitPrice": 1.0,
            "Quantity": 1.0,
            "TotalPrice": 1.0,
            "ByBranchOffice": true
          }
        ],
        "Settings": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4"
        },
        "ApplicationEnvironments": [
          {
            "ID": 1,
            "AppID": "ba9faa65-c73d-4fd7-8d9b-a99d2e95b04d",
            "EnvironmentID": 1,
            "Name": "sample string 1",
            "Type": 0,
            "Url": "sample string 2",
            "LastUpdate": "2025-08-02T19:11:59.9299468+00:00"
          },
          {
            "ID": 1,
            "AppID": "ba9faa65-c73d-4fd7-8d9b-a99d2e95b04d",
            "EnvironmentID": 1,
            "Name": "sample string 1",
            "Type": 0,
            "Url": "sample string 2",
            "LastUpdate": "2025-08-02T19:11:59.9299468+00:00"
          }
        ],
        "DisplayText": "sample string 2 - sample string 1",
        "TotalAmount": 2.0
      },
      "EnvironmentSelected": {
        "ID": 1,
        "SoftwareName": "sample string 1",
        "Name": "sample string 2",
        "Type": 0,
        "Url": "sample string 3"
      },
      "ID": 1
    }
  ],
  "Name": "sample string 1",
  "DateFrom": "2025-08-02T19:11:59.9299468+00:00",
  "DateTo": "2025-08-02T19:11:59.9299468+00:00",
  "CurrencyCode": 0,
  "AppBranchOfficeOwnerID": 1,
  "NumbersToRound": 1,
  "ModifiedOn": "2025-08-02T19:11:59.9299468+00:00",
  "Deleted": true,
  "NameAndCurrency": "sample string 1 (Pesos)",
  "FullDescription": "sample string 1 - 2/8/2025 - 2/8/2025 - Pesos",
  "ID": 1
}

text/xml

Sample:
<PriceListDeepData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">
  <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID>
  <AppBranchOfficeOwnerID>1</AppBranchOfficeOwnerID>
  <CurrencyCode>ARS</CurrencyCode>
  <DateFrom>2025-08-02T19:11:59.9299468+00:00</DateFrom>
  <DateTo>2025-08-02T19:11:59.9299468+00:00</DateTo>
  <Deleted>true</Deleted>
  <ModifiedOn>2025-08-02T19:11:59.9299468+00:00</ModifiedOn>
  <Name>sample string 1</Name>
  <NumbersToRound>1</NumbersToRound>
  <AppBranchOfficeList xmlns:d2p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Administrator">
    <d2p1:ApplicationBranchOfficeData>
      <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID>
      <d2p1:AppID>ee4f8b7c-f843-40d7-a234-122f31fe57ca</d2p1:AppID>
      <d2p1:ApplicationDataSelected>
        <d2p1:AppID>f8bef9d4-2df8-4d34-87d2-e04188303651</d2p1:AppID>
        <d2p1:ApplicationEnvironments>
          <d2p1:ApplicationEnvironmentData>
            <d2p1:AppID>ba9faa65-c73d-4fd7-8d9b-a99d2e95b04d</d2p1:AppID>
            <d2p1:EnvironmentID>1</d2p1:EnvironmentID>
            <d2p1:ID>1</d2p1:ID>
            <d2p1:LastUpdate>2025-08-02T19:11:59.9299468+00:00</d2p1:LastUpdate>
            <d2p1:Name>sample string 1</d2p1:Name>
            <d2p1:Type>PROD</d2p1:Type>
            <d2p1:Url>sample string 2</d2p1:Url>
          </d2p1:ApplicationEnvironmentData>
          <d2p1:ApplicationEnvironmentData>
            <d2p1:AppID>ba9faa65-c73d-4fd7-8d9b-a99d2e95b04d</d2p1:AppID>
            <d2p1:EnvironmentID>1</d2p1:EnvironmentID>
            <d2p1:ID>1</d2p1:ID>
            <d2p1:LastUpdate>2025-08-02T19:11:59.9299468+00:00</d2p1:LastUpdate>
            <d2p1:Name>sample string 1</d2p1:Name>
            <d2p1:Type>PROD</d2p1:Type>
            <d2p1:Url>sample string 2</d2p1:Url>
          </d2p1:ApplicationEnvironmentData>
        </d2p1:ApplicationEnvironments>
        <d2p1:BranchOfficeCount>1</d2p1:BranchOfficeCount>
        <d2p1:CityName>sample string 4</d2p1:CityName>
        <d2p1:DateFrom>2025-08-02T19:11:59.9143207+00:00</d2p1:DateFrom>
        <d2p1:DateTo>2025-08-02T19:11:59.9143207+00:00</d2p1:DateTo>
        <d2p1:Discount>1</d2p1:Discount>
        <d2p1:HasEnabledCustomDomain>true</d2p1:HasEnabledCustomDomain>
        <d2p1:Items xmlns:d5p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.License">
          <d5p1:LicenseItemData>
            <d5p1:ByBranchOffice>true</d5p1:ByBranchOffice>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:ItemNumber>1</d5p1:ItemNumber>
            <d5p1:Quantity>1</d5p1:Quantity>
            <d5p1:TotalPrice>1</d5p1:TotalPrice>
            <d5p1:UnitPrice>1</d5p1:UnitPrice>
          </d5p1:LicenseItemData>
          <d5p1:LicenseItemData>
            <d5p1:ByBranchOffice>true</d5p1:ByBranchOffice>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:ItemNumber>1</d5p1:ItemNumber>
            <d5p1:Quantity>1</d5p1:Quantity>
            <d5p1:TotalPrice>1</d5p1:TotalPrice>
            <d5p1:UnitPrice>1</d5p1:UnitPrice>
          </d5p1:LicenseItemData>
        </d2p1:Items>
        <d2p1:MonthlyAmount>1</d2p1:MonthlyAmount>
        <d2p1:MonthlyPayment>true</d2p1:MonthlyPayment>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:Phone>sample string 5</d2p1:Phone>
        <d2p1:RemainingDays>7</d2p1:RemainingDays>
        <d2p1:Settings xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>sample string 2</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>sample string 4</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d2p1:Settings>
        <d2p1:SoftwareName>sample string 2</d2p1:SoftwareName>
        <d2p1:Status>sample string 6</d2p1:Status>
        <d2p1:StreetNameAndNumber>sample string 3</d2p1:StreetNameAndNumber>
        <d2p1:TerminalsCount>1</d2p1:TerminalsCount>
      </d2p1:ApplicationDataSelected>
      <d2p1:CityID>1</d2p1:CityID>
      <d2p1:CityName>sample string 3</d2p1:CityName>
      <d2p1:Code>sample string 1</d2p1:Code>
      <d2p1:CountryID>1</d2p1:CountryID>
      <d2p1:CountryName>sample string 6</d2p1:CountryName>
      <d2p1:DepartmentID>1</d2p1:DepartmentID>
      <d2p1:DepartmentName>sample string 4</d2p1:DepartmentName>
      <d2p1:Email>sample string 9</d2p1:Email>
      <d2p1:EnvironmentSelected>
        <d2p1:ID>1</d2p1:ID>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:SoftwareName>sample string 1</d2p1:SoftwareName>
        <d2p1:Type>PROD</d2p1:Type>
        <d2p1:Url>sample string 3</d2p1:Url>
      </d2p1:EnvironmentSelected>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:Phones>sample string 8</d2p1:Phones>
      <d2p1:ProvinceID>1</d2p1:ProvinceID>
      <d2p1:ProvinceName>sample string 5</d2p1:ProvinceName>
      <d2p1:StreetNameAndNumber>sample string 7</d2p1:StreetNameAndNumber>
    </d2p1:ApplicationBranchOfficeData>
    <d2p1:ApplicationBranchOfficeData>
      <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID>
      <d2p1:AppID>ee4f8b7c-f843-40d7-a234-122f31fe57ca</d2p1:AppID>
      <d2p1:ApplicationDataSelected>
        <d2p1:AppID>f8bef9d4-2df8-4d34-87d2-e04188303651</d2p1:AppID>
        <d2p1:ApplicationEnvironments>
          <d2p1:ApplicationEnvironmentData>
            <d2p1:AppID>ba9faa65-c73d-4fd7-8d9b-a99d2e95b04d</d2p1:AppID>
            <d2p1:EnvironmentID>1</d2p1:EnvironmentID>
            <d2p1:ID>1</d2p1:ID>
            <d2p1:LastUpdate>2025-08-02T19:11:59.9299468+00:00</d2p1:LastUpdate>
            <d2p1:Name>sample string 1</d2p1:Name>
            <d2p1:Type>PROD</d2p1:Type>
            <d2p1:Url>sample string 2</d2p1:Url>
          </d2p1:ApplicationEnvironmentData>
          <d2p1:ApplicationEnvironmentData>
            <d2p1:AppID>ba9faa65-c73d-4fd7-8d9b-a99d2e95b04d</d2p1:AppID>
            <d2p1:EnvironmentID>1</d2p1:EnvironmentID>
            <d2p1:ID>1</d2p1:ID>
            <d2p1:LastUpdate>2025-08-02T19:11:59.9299468+00:00</d2p1:LastUpdate>
            <d2p1:Name>sample string 1</d2p1:Name>
            <d2p1:Type>PROD</d2p1:Type>
            <d2p1:Url>sample string 2</d2p1:Url>
          </d2p1:ApplicationEnvironmentData>
        </d2p1:ApplicationEnvironments>
        <d2p1:BranchOfficeCount>1</d2p1:BranchOfficeCount>
        <d2p1:CityName>sample string 4</d2p1:CityName>
        <d2p1:DateFrom>2025-08-02T19:11:59.9143207+00:00</d2p1:DateFrom>
        <d2p1:DateTo>2025-08-02T19:11:59.9143207+00:00</d2p1:DateTo>
        <d2p1:Discount>1</d2p1:Discount>
        <d2p1:HasEnabledCustomDomain>true</d2p1:HasEnabledCustomDomain>
        <d2p1:Items xmlns:d5p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.License">
          <d5p1:LicenseItemData>
            <d5p1:ByBranchOffice>true</d5p1:ByBranchOffice>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:ItemNumber>1</d5p1:ItemNumber>
            <d5p1:Quantity>1</d5p1:Quantity>
            <d5p1:TotalPrice>1</d5p1:TotalPrice>
            <d5p1:UnitPrice>1</d5p1:UnitPrice>
          </d5p1:LicenseItemData>
          <d5p1:LicenseItemData>
            <d5p1:ByBranchOffice>true</d5p1:ByBranchOffice>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:ItemNumber>1</d5p1:ItemNumber>
            <d5p1:Quantity>1</d5p1:Quantity>
            <d5p1:TotalPrice>1</d5p1:TotalPrice>
            <d5p1:UnitPrice>1</d5p1:UnitPrice>
          </d5p1:LicenseItemData>
        </d2p1:Items>
        <d2p1:MonthlyAmount>1</d2p1:MonthlyAmount>
        <d2p1:MonthlyPayment>true</d2p1:MonthlyPayment>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:Phone>sample string 5</d2p1:Phone>
        <d2p1:RemainingDays>7</d2p1:RemainingDays>
        <d2p1:Settings xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>sample string 2</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>sample string 4</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d2p1:Settings>
        <d2p1:SoftwareName>sample string 2</d2p1:SoftwareName>
        <d2p1:Status>sample string 6</d2p1:Status>
        <d2p1:StreetNameAndNumber>sample string 3</d2p1:StreetNameAndNumber>
        <d2p1:TerminalsCount>1</d2p1:TerminalsCount>
      </d2p1:ApplicationDataSelected>
      <d2p1:CityID>1</d2p1:CityID>
      <d2p1:CityName>sample string 3</d2p1:CityName>
      <d2p1:Code>sample string 1</d2p1:Code>
      <d2p1:CountryID>1</d2p1:CountryID>
      <d2p1:CountryName>sample string 6</d2p1:CountryName>
      <d2p1:DepartmentID>1</d2p1:DepartmentID>
      <d2p1:DepartmentName>sample string 4</d2p1:DepartmentName>
      <d2p1:Email>sample string 9</d2p1:Email>
      <d2p1:EnvironmentSelected>
        <d2p1:ID>1</d2p1:ID>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:SoftwareName>sample string 1</d2p1:SoftwareName>
        <d2p1:Type>PROD</d2p1:Type>
        <d2p1:Url>sample string 3</d2p1:Url>
      </d2p1:EnvironmentSelected>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:Phones>sample string 8</d2p1:Phones>
      <d2p1:ProvinceID>1</d2p1:ProvinceID>
      <d2p1:ProvinceName>sample string 5</d2p1:ProvinceName>
      <d2p1:StreetNameAndNumber>sample string 7</d2p1:StreetNameAndNumber>
    </d2p1:ApplicationBranchOfficeData>
  </AppBranchOfficeList>
</PriceListDeepData>