Profile image upload

profile image upload

POST {{base-url}}/Customers/profileimageupload

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Content-Type

string

x-api-access

string

x-api-secret

string

x-customer-token

string

Request Body

Name
Type
Description

customer_id

integer

image

string

upload image here

{
    "success": true,
    "msg": "Image Upload successfully.",
    "data": {
        "Customer_id": "720",
        "cust_profilepic_url": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/customer/customer_profile/720/CGkwNRgnutVk4pFLgNKDRj.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIY3CGKUZE7RXE2SA%2F20200417%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20200417T071605Z&X-Amz-Expires=180&X-Amz-Signature=39cc4976c5cc95a2f1dc796f533b8635c2784c7b7425729db49f2c2f38eed78e&X-Amz-SignedHeaders=host"
    }
}

Last updated