Request Parameters:


Retrieve the information of customer avatar.


URL: ../Api/Client/GetCustomerAvatar


Header:

Content-Type:application/json


Required Parameters :  CustomerGUID


Case-1. Success Response :

Parameter:

{

  "ApiSecretKey": "h109c120l107f108j98v112z117u109",

  "CustomerGUID": "bb862cae-5462-4622-b3ee-602a6f4b7b62",

  "LanguageId":"1"

}


Response :
{

    "Status": 1,

    "Message": "Success.",

    "Data": {

        "AvatarUrl": "http://localhost:15536/images/thumbs/0000085_120.png"

    },

    "ValidationMessage": [],

    "ErrorMessage": null

}