None.
Name | Description | Type | Additional 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. |
{ "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 21:01:24" }
<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-04T21:01:24.1549604+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>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
DeliveryBills | Collection of SellDeliveryModel |
None. |
|
BillIds | string |
None. |
|
Errors | Collection of string |
None. |
Sample not available.
Sample not available.
Sample not available.
Sample not available.