Profile
This endpoint retrieves the customer's profile information.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully retrieved customer profile
1Successfully Get the 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.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully got settings
1Successfully got settingsBad 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.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successful response
1Successfully Get the customer AddressBad 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.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Address added successfully
1Address addedInvalid 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.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Profile updated successfully
1The Customer details have been updated successfullyBad 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.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Default address updated successfully
1Default Address updated SuccessfullyBad 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.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully retrieved address detail
1Successfully get the 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.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Customer address updated successfully
1The Customer Detail have been updated SuccessfullyInvalid 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.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Password changed successfully
1Your password has been change successfullyInvalid 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

