POST jxc_api/SellDeliveryList/UnEnroll

Request Information

URI Parameters

None.

Body Parameters

UnEnrollPara
NameDescriptionTypeAdditional information
BillType

BillType

None.

Id

integer

None.

EntityId

integer

None.

InvoiceIds

Collection of integer

None.

EntryIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BillType": 1010,
  "Id": 1,
  "EntityId": 1,
  "InvoiceIds": [
    1,
    2
  ],
  "EntryIds": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<UnEnrollPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Purchase.Models">
  <BillType>Purchase</BillType>
  <EntityId>1</EntityId>
  <EntryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </EntryIds>
  <Id>1</Id>
  <InvoiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </InvoiceIds>
</UnEnrollPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.