POST api/Inventory/SaveOrderCashVanPOS

Request Information

URI Parameters

None.

Body Parameters

Post_SaveCashVan
NameDescriptionTypeAdditional information
conn

string

None.

signature

string

None.

imgg

string

None.

InvoiceNo

integer

None.

TaxType

integer

None.

StoreId

integer

None.

SettelmentWayId

integer

None.

SettelmentWayName

string

None.

InvoiceTypeName

string

None.

CustomerId

integer

None.

CustomerName

string

None.

SalesManID

integer

None.

CashId

integer

None.

Notes

string

None.

TotalQty

decimal number

None.

LoginBranchID

integer

None.

LoginBranchName

string

None.

LoginStoreName

string

None.

LoginUserID

integer

None.

LoginUserName

string

None.

TotalBeforeTax

decimal number

None.

TotalTaxAmount

decimal number

None.

TotalAfterTax

decimal number

None.

TransType

integer

None.

Details

string

None.

DataSourceName

string

None.

TransNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "conn": "sample string 1",
  "signature": "sample string 2",
  "imgg": "sample string 3",
  "InvoiceNo": 4,
  "TaxType": 5,
  "StoreId": 6,
  "SettelmentWayId": 7,
  "SettelmentWayName": "sample string 8",
  "InvoiceTypeName": "sample string 9",
  "CustomerId": 10,
  "CustomerName": "sample string 11",
  "SalesManID": 12,
  "CashId": 13,
  "Notes": "sample string 14",
  "TotalQty": 15.1,
  "LoginBranchID": 16,
  "LoginBranchName": "sample string 17",
  "LoginStoreName": "sample string 18",
  "LoginUserID": 19,
  "LoginUserName": "sample string 20",
  "TotalBeforeTax": 21.1,
  "TotalTaxAmount": 22.1,
  "TotalAfterTax": 23.1,
  "TransType": 24,
  "Details": "sample string 25",
  "DataSourceName": "sample string 26",
  "TransNo": 27
}

application/xml, text/xml

Sample:
<Post_SaveCashVan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inventory.Models">
  <CashId>13</CashId>
  <CustomerId>10</CustomerId>
  <CustomerName>sample string 11</CustomerName>
  <DataSourceName>sample string 26</DataSourceName>
  <Details>sample string 25</Details>
  <InvoiceNo>4</InvoiceNo>
  <InvoiceTypeName>sample string 9</InvoiceTypeName>
  <LoginBranchID>16</LoginBranchID>
  <LoginBranchName>sample string 17</LoginBranchName>
  <LoginStoreName>sample string 18</LoginStoreName>
  <LoginUserID>19</LoginUserID>
  <LoginUserName>sample string 20</LoginUserName>
  <Notes>sample string 14</Notes>
  <SalesManID>12</SalesManID>
  <SettelmentWayId>7</SettelmentWayId>
  <SettelmentWayName>sample string 8</SettelmentWayName>
  <StoreId>6</StoreId>
  <TaxType>5</TaxType>
  <TotalAfterTax>23.1</TotalAfterTax>
  <TotalBeforeTax>21.1</TotalBeforeTax>
  <TotalQty>15.1</TotalQty>
  <TotalTaxAmount>22.1</TotalTaxAmount>
  <TransNo>27</TransNo>
  <TransType>24</TransType>
  <conn>sample string 1</conn>
  <imgg>sample string 3</imgg>
  <signature>sample string 2</signature>
</Post_SaveCashVan>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.