POST MobupdateorderlistTaxAPI?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
MobupdateorderlistTaxBO| Name | Description | Type | Additional information |
|---|---|---|---|
| Poid | integer |
None. |
|
| Address | string |
None. |
|
| MobileNo | string |
None. |
|
| Deliverydate | string |
None. |
|
| User | string |
None. |
|
| amountPaid | decimal number |
None. |
|
| Paymode | string |
None. |
|
| Refno | string |
None. |
|
| SubTypecode | string |
None. |
|
| subtypename | string |
None. |
|
| Mode | string |
None. |
|
| HolderName | string |
None. |
|
| Bankid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"HolderName": "sample string 2",
"Bankid": 3,
"Poid": 1,
"Address": "sample string 2",
"MobileNo": "sample string 3",
"Deliverydate": "sample string 4",
"User": "sample string 5",
"amountPaid": 6.0,
"Paymode": "sample string 7",
"Refno": "sample string 8",
"SubTypecode": "sample string 9",
"subtypename": "sample string 10"
}
application/xml, text/xml
Sample:
<OnlineCreatePO_BO.MobupdateorderlistTaxBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <Address>sample string 2</Address> <Bankid>3</Bankid> <Deliverydate>sample string 4</Deliverydate> <HolderName>sample string 2</HolderName> <MobileNo>sample string 3</MobileNo> <Mode>sample string 1</Mode> <Paymode>sample string 7</Paymode> <Poid>1</Poid> <Refno>sample string 8</Refno> <SubTypecode>sample string 9</SubTypecode> <User>sample string 5</User> <amountPaid>6</amountPaid> <subtypename>sample string 10</subtypename> </OnlineCreatePO_BO.MobupdateorderlistTaxBO>
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.