POST MobSaveOrderDetailsPurtaxRev?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
MobSaveOrderDetailsPurtaxRevBO| Name | Description | Type | Additional information |
|---|---|---|---|
| Itemid | integer |
None. |
|
| SessionId | string |
None. |
|
| Vid | integer |
None. |
|
| User | string |
None. |
|
| OrderDate | string |
None. |
|
| Qty | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| Notes | string |
None. |
|
| ThisPoId | integer |
None. |
|
| VName | string |
None. |
|
| Address | string |
None. |
|
| SqlAction | string |
None. |
|
| ItemNo | string |
None. |
|
| ItemDesc | string |
None. |
|
| DiscPer | decimal number |
None. |
|
| Poid | integer |
None. |
|
| SeqId | integer |
None. |
|
| Paymode | string |
None. |
|
| Refno | string |
None. |
|
| Seqid | integer |
None. |
|
| taxPer | decimal number |
None. |
|
| taxType | string |
None. |
|
| subtotal | decimal number |
None. |
|
| taxTotal | decimal number |
None. |
|
| netAmount | decimal number |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Itemid": 1,
"SessionId": "sample string 2",
"Vid": 3,
"User": "sample string 4",
"OrderDate": "sample string 5",
"Qty": 6.0,
"Rate": 7.0,
"Amount": 8.0,
"Notes": "sample string 9",
"ThisPoId": 10,
"VName": "sample string 11",
"Address": "sample string 12",
"SqlAction": "sample string 13",
"ItemNo": "sample string 14",
"ItemDesc": "sample string 15",
"DiscPer": 16.0,
"Poid": 17,
"SeqId": 18,
"Paymode": "sample string 19",
"Refno": "sample string 20",
"Seqid": 21,
"taxPer": 22.0,
"taxType": "sample string 23",
"subtotal": 24.0,
"taxTotal": 25.0,
"netAmount": 26.0,
"Remarks": "sample string 27"
}
application/xml, text/xml
Sample:
<OnlineCreatePO_BO.MobSaveOrderDetailsPurtaxRevBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <Address>sample string 12</Address> <Amount>8</Amount> <DiscPer>16</DiscPer> <ItemDesc>sample string 15</ItemDesc> <ItemNo>sample string 14</ItemNo> <Itemid>1</Itemid> <Notes>sample string 9</Notes> <OrderDate>sample string 5</OrderDate> <Paymode>sample string 19</Paymode> <Poid>17</Poid> <Qty>6</Qty> <Rate>7</Rate> <Refno>sample string 20</Refno> <Remarks>sample string 27</Remarks> <SeqId>18</SeqId> <Seqid>21</Seqid> <SessionId>sample string 2</SessionId> <SqlAction>sample string 13</SqlAction> <ThisPoId>10</ThisPoId> <User>sample string 4</User> <VName>sample string 11</VName> <Vid>3</Vid> <netAmount>26</netAmount> <subtotal>24</subtotal> <taxPer>22</taxPer> <taxTotal>25</taxTotal> <taxType>sample string 23</taxType> </OnlineCreatePO_BO.MobSaveOrderDetailsPurtaxRevBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.