POST MobpurTaxCreateorderlist?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
MobpurTaxCreateorderlistBO| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | string |
None. |
|
| Vid | integer |
None. |
|
| User | string |
None. |
|
| OrderDate | string |
None. |
|
| Phone | string |
None. |
|
| VName | string |
None. |
|
| Address | string |
None. |
|
| amountPaid | decimal number |
None. |
|
| Paymode | string |
None. |
|
| Refno | string |
None. |
|
| GdId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "sample string 1",
"Vid": 2,
"User": "sample string 3",
"OrderDate": "sample string 4",
"Phone": "sample string 5",
"VName": "sample string 6",
"Address": "sample string 7",
"amountPaid": 8.0,
"Paymode": "sample string 9",
"Refno": "sample string 10",
"GdId": 11
}
application/xml, text/xml
Sample:
<OnlineCreatePO_BO.MobpurTaxCreateorderlistBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <Address>sample string 7</Address> <GdId>11</GdId> <OrderDate>sample string 4</OrderDate> <Paymode>sample string 9</Paymode> <Phone>sample string 5</Phone> <Refno>sample string 10</Refno> <SessionId>sample string 1</SessionId> <User>sample string 3</User> <VName>sample string 6</VName> <Vid>2</Vid> <amountPaid>8</amountPaid> </OnlineCreatePO_BO.MobpurTaxCreateorderlistBO>
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.