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