Create billing address (02/02)
Fire this api to create a new billing address for logged in user.
GET
https://castleindia.in/emart/public /api/create-billing-address /api/create-billing-address
Headers
Name
Type
Description
Accept
String
application/json
Authentication
String
Bearer { bearer token without brackets }
Request Body
Name
Type
Description
type
String
Eg: Office,Work,Home or it can be set as blank.
city_id
String
City id from the city list.
state_id
String
State id from the state list.
country_id
String
Country id from the list of country.
pincode
String
Pincode eg: 110011
phone
String
Phone no. of the user.
address
String
Billing address of the user.
String
Email of the user.
name
String
Name of the user
IF response fail
Last updated