Profile
This endpoint retrieves the customer's profile information.
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Successfully retrieved customer profile
Bad Request
Internal Server Error
GET /backend/api/customer/get-profile HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully Get the Profile.</message>
</object>
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Successfully got settings
Bad request
Internal server error
POST /backend/api/my-profile HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got settings</message>
</object>
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Successful response
Bad request
Internal server error
GET /backend/api/customer-address HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully Get the customer Address</message>
</object>
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Address added successfully
Invalid request data
Server error
POST /backend/api/customer-address HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 200
"addressType=1&address1='text'&address2='text'&city='text'&landmark='text'&phoneNumber='text'&postcode='text'&countryId=1&zoneId=1&isDefault=1&firstName='text'&lastName='text'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Address added</message>
</object>
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Profile updated successfully
Bad request
Internal server error
POST /backend/api/customer/edit-profile HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 186
"firstName='text'&lastName='text'&emailId='text'&phoneNumber='text'&address='text'&address2='text'&landmark='text'&city='text'&pincode='text'&stateId=1&countryId=1"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>The Customer details have been updated successfully</message>
</object>
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Default address updated successfully
Bad request
Internal server error
PUT /backend/api/customer-address/update-default/{id} HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 17
"addressType=1"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Default Address updated Successfully</message>
</object>
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Successfully retrieved address detail
Invalid request
Server error
GET /backend/api/customer-address/{id} HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully get the address detail.</message>
</object>
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Customer address updated successfully
Invalid request data
Server error
PUT /backend/api/customer-address/{id} HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 215
"addressType=1&address1='text'&address2='text'&city='text'&landmark='text'&phoneNumber='text'&postcode='text'&countryId=1&zoneId=1&state='text'&isDefault=1&firstName='text'&lastName='text'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>The Customer Detail have been updated Successfully</message>
</object>
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Password changed successfully
Invalid password data
Server error
POST /backend/api/customer/change-password HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 43
"oldPassword='text'&newPassword='text'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Your password has been change successfully</message>
</object>
Last updated