POST api/Store/AddCustomerDeliveryAddress

Request Information

URI Parameters

None.

Body Parameters

AddCustomerDeliveryAddress
NameDescriptionTypeAdditional information
BusinessId

integer

None.

LoginUserid

integer

None.

AddressTitle

string

None.

AddressID

integer

None.

Fulladdress

string

None.

Flag

integer

None.

State

string

None.

Lga

string

None.

Street

string

None.

Landmark

string

None.

Latitude

string

None.

Longitude

string

None.

IsActive

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BusinessId": 1,
  "LoginUserid": 2,
  "AddressTitle": "sample string 3",
  "AddressID": 4,
  "Fulladdress": "sample string 5",
  "Flag": 6,
  "State": "sample string 7",
  "Lga": "sample string 8",
  "Street": "sample string 9",
  "Landmark": "sample string 10",
  "Latitude": "sample string 11",
  "Longitude": "sample string 12",
  "IsActive": 13
}

application/xml, text/xml

Sample:
<AddCustomerDeliveryAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <AddressID>4</AddressID>
  <AddressTitle>sample string 3</AddressTitle>
  <BusinessId>1</BusinessId>
  <Flag>6</Flag>
  <Fulladdress>sample string 5</Fulladdress>
  <IsActive>13</IsActive>
  <Landmark>sample string 10</Landmark>
  <Latitude>sample string 11</Latitude>
  <Lga>sample string 8</Lga>
  <LoginUserid>2</LoginUserid>
  <Longitude>sample string 12</Longitude>
  <State>sample string 7</State>
  <Street>sample string 9</Street>
</AddCustomerDeliveryAddress>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional 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": "2024/09/19 17:24:57",
  "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>