POST jxc_api/ProductPriceInfo/Save

Request Information

URI Parameters

None.

Body Parameters

ProdPriceInfoSaveModel
NameDescriptionTypeAdditional information
Infos

Collection of ProductPriceInfoModel

None.

ConvertMultipleUnits

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Infos": [
    {
      "ProdId": 1,
      "ApId": 2,
      "UnitId": 3,
      "UseMultiUnits": true,
      "UseAp": true,
      "ProdName": "sample string 6",
      "ProdNo": "sample string 7",
      "ApName": "sample string 8",
      "UnitName": "sample string 9",
      "Spec": "sample string 10",
      "Location": "sample string 11",
      "Brand": "sample string 12",
      "ProdCatName": "sample string 13",
      "ProdCatId": 14,
      "CreatedID": 15,
      "CreatedByName": "sample string 16",
      "ModifiedTime": "sample string 17",
      "ModifiedDate": "2025-04-04 21:09:51",
      "PricePur": 19.0,
      "PriceRetail": 20.0,
      "PriceWholeSale": 21.0,
      "PriceVip": 22.0,
      "PriceMinSell": 23.0,
      "PriceNewestSell": 24.0,
      "PriceTaxNewestSell": 25.0,
      "SellBillId": 26,
      "SellBillType": 27,
      "SellBillDate": "sample string 28",
      "PriceMaxPur": 29.0,
      "PriceNewestPur": 30.0,
      "PriceTaxNewestPur": 31.0,
      "PurBillId": 32,
      "PurBillType": 33,
      "PurBillDate": "sample string 34",
      "SerialEnabled": true,
      "Prices": [
        {
          "ProdId": 1,
          "LevelId": 2,
          "LevelName": "sample string 3",
          "Price": "sample string 4",
          "UnitId": 5,
          "ApId": 6
        },
        {
          "ProdId": 1,
          "LevelId": 2,
          "LevelName": "sample string 3",
          "Price": "sample string 4",
          "UnitId": 5,
          "ApId": 6
        }
      ]
    },
    {
      "ProdId": 1,
      "ApId": 2,
      "UnitId": 3,
      "UseMultiUnits": true,
      "UseAp": true,
      "ProdName": "sample string 6",
      "ProdNo": "sample string 7",
      "ApName": "sample string 8",
      "UnitName": "sample string 9",
      "Spec": "sample string 10",
      "Location": "sample string 11",
      "Brand": "sample string 12",
      "ProdCatName": "sample string 13",
      "ProdCatId": 14,
      "CreatedID": 15,
      "CreatedByName": "sample string 16",
      "ModifiedTime": "sample string 17",
      "ModifiedDate": "2025-04-04 21:09:51",
      "PricePur": 19.0,
      "PriceRetail": 20.0,
      "PriceWholeSale": 21.0,
      "PriceVip": 22.0,
      "PriceMinSell": 23.0,
      "PriceNewestSell": 24.0,
      "PriceTaxNewestSell": 25.0,
      "SellBillId": 26,
      "SellBillType": 27,
      "SellBillDate": "sample string 28",
      "PriceMaxPur": 29.0,
      "PriceNewestPur": 30.0,
      "PriceTaxNewestPur": 31.0,
      "PurBillId": 32,
      "PurBillType": 33,
      "PurBillDate": "sample string 34",
      "SerialEnabled": true,
      "Prices": [
        {
          "ProdId": 1,
          "LevelId": 2,
          "LevelName": "sample string 3",
          "Price": "sample string 4",
          "UnitId": 5,
          "ApId": 6
        },
        {
          "ProdId": 1,
          "LevelId": 2,
          "LevelName": "sample string 3",
          "Price": "sample string 4",
          "UnitId": 5,
          "ApId": 6
        }
      ]
    }
  ],
  "ConvertMultipleUnits": true
}

application/xml, text/xml

Sample:
<ProdPriceInfoSaveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData.ProductPriceInfo">
  <ConvertMultipleUnits>true</ConvertMultipleUnits>
  <Infos>
    <ProductPriceInfoModel>
      <ApId>2</ApId>
      <ApName>sample string 8</ApName>
      <Brand>sample string 12</Brand>
      <CreatedByName>sample string 16</CreatedByName>
      <CreatedID>15</CreatedID>
      <Location>sample string 11</Location>
      <ModifiedDate>2025-04-04T21:09:51.261137+08:00</ModifiedDate>
      <ModifiedTime>sample string 17</ModifiedTime>
      <PriceMaxPur>29</PriceMaxPur>
      <PriceMinSell>23</PriceMinSell>
      <PriceNewestPur>30</PriceNewestPur>
      <PriceNewestSell>24</PriceNewestSell>
      <PricePur>19</PricePur>
      <PriceRetail>20</PriceRetail>
      <PriceTaxNewestPur>31</PriceTaxNewestPur>
      <PriceTaxNewestSell>25</PriceTaxNewestSell>
      <PriceVip>22</PriceVip>
      <PriceWholeSale>21</PriceWholeSale>
      <Prices xmlns:d4p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData.Product">
        <d4p1:ProductPriceSimpleModel>
          <d4p1:ApId>6</d4p1:ApId>
          <d4p1:LevelId>2</d4p1:LevelId>
          <d4p1:LevelName>sample string 3</d4p1:LevelName>
          <d4p1:Price>sample string 4</d4p1:Price>
          <d4p1:ProdId>1</d4p1:ProdId>
          <d4p1:UnitId>5</d4p1:UnitId>
        </d4p1:ProductPriceSimpleModel>
        <d4p1:ProductPriceSimpleModel>
          <d4p1:ApId>6</d4p1:ApId>
          <d4p1:LevelId>2</d4p1:LevelId>
          <d4p1:LevelName>sample string 3</d4p1:LevelName>
          <d4p1:Price>sample string 4</d4p1:Price>
          <d4p1:ProdId>1</d4p1:ProdId>
          <d4p1:UnitId>5</d4p1:UnitId>
        </d4p1:ProductPriceSimpleModel>
      </Prices>
      <ProdCatId>14</ProdCatId>
      <ProdCatName>sample string 13</ProdCatName>
      <ProdId>1</ProdId>
      <ProdName>sample string 6</ProdName>
      <ProdNo>sample string 7</ProdNo>
      <PurBillDate>sample string 34</PurBillDate>
      <PurBillId>32</PurBillId>
      <PurBillType>33</PurBillType>
      <SellBillDate>sample string 28</SellBillDate>
      <SellBillId>26</SellBillId>
      <SellBillType>27</SellBillType>
      <SerialEnabled>true</SerialEnabled>
      <Spec>sample string 10</Spec>
      <UnitId>3</UnitId>
      <UnitName>sample string 9</UnitName>
      <UseAp>true</UseAp>
      <UseMultiUnits>true</UseMultiUnits>
    </ProductPriceInfoModel>
    <ProductPriceInfoModel>
      <ApId>2</ApId>
      <ApName>sample string 8</ApName>
      <Brand>sample string 12</Brand>
      <CreatedByName>sample string 16</CreatedByName>
      <CreatedID>15</CreatedID>
      <Location>sample string 11</Location>
      <ModifiedDate>2025-04-04T21:09:51.261137+08:00</ModifiedDate>
      <ModifiedTime>sample string 17</ModifiedTime>
      <PriceMaxPur>29</PriceMaxPur>
      <PriceMinSell>23</PriceMinSell>
      <PriceNewestPur>30</PriceNewestPur>
      <PriceNewestSell>24</PriceNewestSell>
      <PricePur>19</PricePur>
      <PriceRetail>20</PriceRetail>
      <PriceTaxNewestPur>31</PriceTaxNewestPur>
      <PriceTaxNewestSell>25</PriceTaxNewestSell>
      <PriceVip>22</PriceVip>
      <PriceWholeSale>21</PriceWholeSale>
      <Prices xmlns:d4p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData.Product">
        <d4p1:ProductPriceSimpleModel>
          <d4p1:ApId>6</d4p1:ApId>
          <d4p1:LevelId>2</d4p1:LevelId>
          <d4p1:LevelName>sample string 3</d4p1:LevelName>
          <d4p1:Price>sample string 4</d4p1:Price>
          <d4p1:ProdId>1</d4p1:ProdId>
          <d4p1:UnitId>5</d4p1:UnitId>
        </d4p1:ProductPriceSimpleModel>
        <d4p1:ProductPriceSimpleModel>
          <d4p1:ApId>6</d4p1:ApId>
          <d4p1:LevelId>2</d4p1:LevelId>
          <d4p1:LevelName>sample string 3</d4p1:LevelName>
          <d4p1:Price>sample string 4</d4p1:Price>
          <d4p1:ProdId>1</d4p1:ProdId>
          <d4p1:UnitId>5</d4p1:UnitId>
        </d4p1:ProductPriceSimpleModel>
      </Prices>
      <ProdCatId>14</ProdCatId>
      <ProdCatName>sample string 13</ProdCatName>
      <ProdId>1</ProdId>
      <ProdName>sample string 6</ProdName>
      <ProdNo>sample string 7</ProdNo>
      <PurBillDate>sample string 34</PurBillDate>
      <PurBillId>32</PurBillId>
      <PurBillType>33</PurBillType>
      <SellBillDate>sample string 28</SellBillDate>
      <SellBillId>26</SellBillId>
      <SellBillType>27</SellBillType>
      <SerialEnabled>true</SerialEnabled>
      <Spec>sample string 10</Spec>
      <UnitId>3</UnitId>
      <UnitName>sample string 9</UnitName>
      <UseAp>true</UseAp>
      <UseMultiUnits>true</UseMultiUnits>
    </ProductPriceInfoModel>
  </Infos>
</ProdPriceInfoSaveModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MessageModel
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

Object

None.

StatusCode

StatusCode

None.

ErrorData

Object

None.

BusinessCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {},
  "StatusCode": 100,
  "ErrorData": {},
  "BusinessCode": 5
}

application/xml, text/xml

Sample:
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
  <_x003C_BusinessCode_x003E_k__BackingField>5</_x003C_BusinessCode_x003E_k__BackingField>
  <_x003C_Data_x003E_k__BackingField />
  <_x003C_ErrorData_x003E_k__BackingField />
  <_x003C_Message_x003E_k__BackingField>sample string 2</_x003C_Message_x003E_k__BackingField>
  <_x003C_StatusCode_x003E_k__BackingField>CONTINUE</_x003C_StatusCode_x003E_k__BackingField>
  <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField>
</MessageModel>