POST jxc_api/CustomerCode/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of CustomerCodeDeleteModel
NameDescriptionTypeAdditional information
CustomerId

integer

None.

CustId

integer

None.

ProdId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CustomerId": 1,
    "CustId": 2,
    "ProdId": 3
  },
  {
    "CustomerId": 1,
    "CustId": 2,
    "ProdId": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomerCodeDeleteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models">
  <CustomerCodeDeleteModel>
    <CustId>2</CustId>
    <CustomerId>1</CustomerId>
    <ProdId>3</ProdId>
  </CustomerCodeDeleteModel>
  <CustomerCodeDeleteModel>
    <CustId>2</CustId>
    <CustomerId>1</CustomerId>
    <ProdId>3</ProdId>
  </CustomerCodeDeleteModel>
</ArrayOfCustomerCodeDeleteModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.