POST jxc_api/CustomerPriceInfo/Save

Request Information

URI Parameters

None.

Body Parameters

VCPriceInfoSaveModel
NameDescriptionTypeAdditional information
Infos

Collection of VCPriceInfoModel

None.

ConvertMultipleUnits

boolean

None.

UpdateExistData

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Infos": [
    {
      "Index": 1,
      "Id": 2,
      "PriceStatus": "sample string 3",
      "PriceStatusEnum": 0,
      "StartDate": "2025-04-04 21:02:23",
      "EndDate": "2025-04-04 21:02:23",
      "TimeTakeEffect": "sample string 6",
      "TimeExpiration": "sample string 7",
      "PriceType": "sample string 8",
      "InfoType": 9,
      "VcId": 10,
      "VcName": "sample string 11",
      "VcNo": "sample string 12",
      "VcTypeName": "sample string 13",
      "VcTypeNo": "sample string 14",
      "VcTypeId": 15,
      "ProdName": "sample string 16",
      "ProdNo": "sample string 17",
      "ProdId": 18,
      "ProdTypeName": "sample string 19",
      "ProdTypeId": 20,
      "Spec": "sample string 21",
      "Brand": "sample string 22",
      "UseMultiUnits": true,
      "UseAp": true,
      "SerialEnabled": true,
      "ApName": "sample string 26",
      "ApId": 27,
      "TradePrice": 28.0,
      "LimitPrice": 29.0,
      "Location": "sample string 30",
      "UnitName": "sample string 31",
      "UnitId": 32,
      "TradeStart": 33.0,
      "TradeEnd": 34.0,
      "Source": "sample string 35",
      "SourceId": 36,
      "CreatedBy": 37,
      "CheckedBy": 38,
      "CreatedByName": "sample string 39",
      "ModifiedDate": "sample string 40",
      "CheckedByName": "sample string 41",
      "Note": "sample string 42",
      "IsChecked": 43
    },
    {
      "Index": 1,
      "Id": 2,
      "PriceStatus": "sample string 3",
      "PriceStatusEnum": 0,
      "StartDate": "2025-04-04 21:02:23",
      "EndDate": "2025-04-04 21:02:23",
      "TimeTakeEffect": "sample string 6",
      "TimeExpiration": "sample string 7",
      "PriceType": "sample string 8",
      "InfoType": 9,
      "VcId": 10,
      "VcName": "sample string 11",
      "VcNo": "sample string 12",
      "VcTypeName": "sample string 13",
      "VcTypeNo": "sample string 14",
      "VcTypeId": 15,
      "ProdName": "sample string 16",
      "ProdNo": "sample string 17",
      "ProdId": 18,
      "ProdTypeName": "sample string 19",
      "ProdTypeId": 20,
      "Spec": "sample string 21",
      "Brand": "sample string 22",
      "UseMultiUnits": true,
      "UseAp": true,
      "SerialEnabled": true,
      "ApName": "sample string 26",
      "ApId": 27,
      "TradePrice": 28.0,
      "LimitPrice": 29.0,
      "Location": "sample string 30",
      "UnitName": "sample string 31",
      "UnitId": 32,
      "TradeStart": 33.0,
      "TradeEnd": 34.0,
      "Source": "sample string 35",
      "SourceId": 36,
      "CreatedBy": 37,
      "CheckedBy": 38,
      "CreatedByName": "sample string 39",
      "ModifiedDate": "sample string 40",
      "CheckedByName": "sample string 41",
      "Note": "sample string 42",
      "IsChecked": 43
    }
  ],
  "ConvertMultipleUnits": true,
  "UpdateExistData": true
}

application/xml, text/xml

Sample:
<VCPriceInfoSaveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData.CustomerPriceInfo">
  <ConvertMultipleUnits>true</ConvertMultipleUnits>
  <Infos>
    <VCPriceInfoModel>
      <ApId>27</ApId>
      <ApName>sample string 26</ApName>
      <Brand>sample string 22</Brand>
      <CheckedBy>38</CheckedBy>
      <CheckedByName>sample string 41</CheckedByName>
      <CreatedBy>37</CreatedBy>
      <CreatedByName>sample string 39</CreatedByName>
      <EndDate>2025-04-04T21:02:23.8866521+08:00</EndDate>
      <Id>2</Id>
      <Index>1</Index>
      <InfoType>9</InfoType>
      <IsChecked>43</IsChecked>
      <LimitPrice>29</LimitPrice>
      <Location>sample string 30</Location>
      <ModifiedDate>sample string 40</ModifiedDate>
      <Note>sample string 42</Note>
      <PriceStatus>sample string 3</PriceStatus>
      <PriceStatusEnum>Executed</PriceStatusEnum>
      <PriceType>sample string 8</PriceType>
      <ProdId>18</ProdId>
      <ProdName>sample string 16</ProdName>
      <ProdNo>sample string 17</ProdNo>
      <ProdTypeId>20</ProdTypeId>
      <ProdTypeName>sample string 19</ProdTypeName>
      <SerialEnabled>true</SerialEnabled>
      <Source>sample string 35</Source>
      <SourceId>36</SourceId>
      <Spec>sample string 21</Spec>
      <StartDate>2025-04-04T21:02:23.8866521+08:00</StartDate>
      <TimeExpiration>sample string 7</TimeExpiration>
      <TimeTakeEffect>sample string 6</TimeTakeEffect>
      <TradeEnd>34</TradeEnd>
      <TradePrice>28</TradePrice>
      <TradeStart>33</TradeStart>
      <UnitId>32</UnitId>
      <UnitName>sample string 31</UnitName>
      <UseAp>true</UseAp>
      <UseMultiUnits>true</UseMultiUnits>
      <VcId>10</VcId>
      <VcName>sample string 11</VcName>
      <VcNo>sample string 12</VcNo>
      <VcTypeId>15</VcTypeId>
      <VcTypeName>sample string 13</VcTypeName>
      <VcTypeNo>sample string 14</VcTypeNo>
    </VCPriceInfoModel>
    <VCPriceInfoModel>
      <ApId>27</ApId>
      <ApName>sample string 26</ApName>
      <Brand>sample string 22</Brand>
      <CheckedBy>38</CheckedBy>
      <CheckedByName>sample string 41</CheckedByName>
      <CreatedBy>37</CreatedBy>
      <CreatedByName>sample string 39</CreatedByName>
      <EndDate>2025-04-04T21:02:23.8866521+08:00</EndDate>
      <Id>2</Id>
      <Index>1</Index>
      <InfoType>9</InfoType>
      <IsChecked>43</IsChecked>
      <LimitPrice>29</LimitPrice>
      <Location>sample string 30</Location>
      <ModifiedDate>sample string 40</ModifiedDate>
      <Note>sample string 42</Note>
      <PriceStatus>sample string 3</PriceStatus>
      <PriceStatusEnum>Executed</PriceStatusEnum>
      <PriceType>sample string 8</PriceType>
      <ProdId>18</ProdId>
      <ProdName>sample string 16</ProdName>
      <ProdNo>sample string 17</ProdNo>
      <ProdTypeId>20</ProdTypeId>
      <ProdTypeName>sample string 19</ProdTypeName>
      <SerialEnabled>true</SerialEnabled>
      <Source>sample string 35</Source>
      <SourceId>36</SourceId>
      <Spec>sample string 21</Spec>
      <StartDate>2025-04-04T21:02:23.8866521+08:00</StartDate>
      <TimeExpiration>sample string 7</TimeExpiration>
      <TimeTakeEffect>sample string 6</TimeTakeEffect>
      <TradeEnd>34</TradeEnd>
      <TradePrice>28</TradePrice>
      <TradeStart>33</TradeStart>
      <UnitId>32</UnitId>
      <UnitName>sample string 31</UnitName>
      <UseAp>true</UseAp>
      <UseMultiUnits>true</UseMultiUnits>
      <VcId>10</VcId>
      <VcName>sample string 11</VcName>
      <VcNo>sample string 12</VcNo>
      <VcTypeId>15</VcTypeId>
      <VcTypeName>sample string 13</VcTypeName>
      <VcTypeNo>sample string 14</VcTypeNo>
    </VCPriceInfoModel>
  </Infos>
  <UpdateExistData>true</UpdateExistData>
</VCPriceInfoSaveModel>

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>