POST jxc_api/SellDelivery/CreateSdWithMultiWhs

Request Information

URI Parameters

None.

Body Parameters

CreateBillRequest
NameDescriptionTypeAdditional information
RIds

Collection of integer

None.

RDetails

Collection of integer

None.

RBType

Collection of integer

None.

VcId

integer

None.

Salesman

integer

None.

Recvr

string

None.

RecvMobile

string

None.

RecvAddress

string

None.

Purchaser

integer

None.

ForcePassCredit

boolean

None.

BillDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RIds": [
    1,
    2
  ],
  "RDetails": [
    1,
    2
  ],
  "RBType": [
    1,
    2
  ],
  "VcId": 1,
  "Salesman": 2,
  "Recvr": "sample string 3",
  "RecvMobile": "sample string 4",
  "RecvAddress": "sample string 5",
  "Purchaser": 6,
  "ForcePassCredit": true,
  "BillDate": "2025-04-04 20:56:42"
}

application/xml, text/xml

Sample:
<CreateBillRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Sell.Models">
  <BillDate>2025-04-04T20:56:42.63261+08:00</BillDate>
  <ForcePassCredit>true</ForcePassCredit>
  <Purchaser>6</Purchaser>
  <RBType xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </RBType>
  <RDetails xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </RDetails>
  <RIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </RIds>
  <RecvAddress>sample string 5</RecvAddress>
  <RecvMobile>sample string 4</RecvMobile>
  <Recvr>sample string 3</Recvr>
  <Salesman>2</Salesman>
  <VcId>1</VcId>
</CreateBillRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SellDeliveryModel
NameDescriptionTypeAdditional information
AsId

integer

None.

Date

date

None.

DateFmt

string

None.

BType

BillType

None.

CustId

integer

None.

CustName

string

None.

Id

integer

None.

No

string

None.

QTY

decimal number

None.

Sales

integer

None.

SalesName

string

None.

DiscRate

decimal number

None.

DiscAmount

decimal number

None.

Amount

decimal number

None.

Expense

decimal number

None.

AmountFirst

decimal number

None.

CustPayment

decimal number

None.

AcId

integer

None.

AcName

string

None.

EditRecvAddr

boolean

None.

Recvr

string

None.

RecvMobile

string

None.

RecvAddress

string

None.

PrintCount

integer

None.

Note

string

None.

RecStatus

integer

None.

IsChecked

integer

None.

AccountingItemId

integer

None.

AccountingItemName

string

None.

DepartmentId

integer

None.

DepartmentName

string

None.

CheckedByName

string

None.

CheckedDate

date

None.

CreatedByName

string

None.

CreatedDate

date

None.

ModifiedByName

string

None.

ModifiedDate

date

None.

SettlePeriodName

string

None.

SettlePeriodType

integer

None.

SettlePeriodValue

string

None.

SettlePeriodId

integer

None.

SettlePeriodDate

date

None.

BillOrigin

BillOriginEnum

None.

Items

Collection of SellDeliveryEntryModel

None.

ExpenseItems

Collection of ExpenseModel

None.

CustPaymentItems

Collection of ExpenseModel

None.

PayInfoItems

Collection of PayModel

None.

RelaBills

Collection of IdNoPair

None.

CanCreateRelaBills

boolean

None.

RelaSo

IdNoPair

None.

RelaSos

Collection of IdNoPair

None.

RelaSd

IdNoPair

None.

RelaSds

Collection of IdNoPair

None.

RelatedBills

Collection of IdNoPair

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.