POST jxc_api/CustomerPriceInfo/Deactivate

Request Information

URI Parameters

None.

Body Parameters

Collection of InfoIdWithIndexModel
NameDescriptionTypeAdditional information
InfoId

integer

None.

Index

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "InfoId": 1,
    "Index": 2
  },
  {
    "InfoId": 1,
    "Index": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfInfoIdWithIndexModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData.CustomerPriceInfo">
  <InfoIdWithIndexModel>
    <Index>2</Index>
    <InfoId>1</InfoId>
  </InfoIdWithIndexModel>
  <InfoIdWithIndexModel>
    <Index>2</Index>
    <InfoId>1</InfoId>
  </InfoIdWithIndexModel>
</ArrayOfInfoIdWithIndexModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.