POST api/Store/EditOrderVerificationAddress
Request Information
URI Parameters
None.
Body Parameters
EditOrderVerificationAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| Businessid | integer |
None. |
|
| Loginuserid | integer |
None. |
|
| OrderID | integer |
None. |
|
| landmark | string |
None. |
|
| flatPlotStreet | string |
None. |
|
| location | string |
None. |
|
| latitude | string |
None. |
|
| longitude | string |
None. |
|
| stateId | integer |
None. |
|
| cityId | integer |
None. |
|
| customerID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Businessid": 1,
"Loginuserid": 2,
"OrderID": 3,
"landmark": "sample string 4",
"flatPlotStreet": "sample string 5",
"location": "sample string 6",
"latitude": "sample string 7",
"longitude": "sample string 8",
"stateId": 9,
"cityId": 10,
"customerID": 11
}
application/xml, text/xml
Sample:
<EditOrderVerificationAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <Businessid>1</Businessid> <Loginuserid>2</Loginuserid> <OrderID>3</OrderID> <cityId>10</cityId> <customerID>11</customerID> <flatPlotStreet>sample string 5</flatPlotStreet> <landmark>sample string 4</landmark> <latitude>sample string 7</latitude> <location>sample string 6</location> <longitude>sample string 8</longitude> <stateId>9</stateId> </EditOrderVerificationAddress>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/11/01 22:49:14",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>