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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Businessid>1</Businessid> <Loginuserid>2</Loginuserid> <OrderID>3</OrderID> <landmark>sample string 4</landmark> <flatPlotStreet>sample string 5</flatPlotStreet> <location>sample string 6</location> <latitude>sample string 7</latitude> <longitude>sample string 8</longitude> <stateId>9</stateId> <cityId>10</cityId> <customerID>11</customerID> </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/10/31 15:36:35",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>