POST api/ProfileImage/saveProfileImage
Request Information
URI Parameters
None.
Body Parameters
clsProfileImageDAL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileImageId | globally unique identifier |
None. |
|
| ImageName | string |
None. |
|
| ServerPath | string |
None. |
|
| RegistrationId | integer |
None. |
|
| Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProfileImageId": "910b2304-b672-4131-bbae-ea695bb70906",
"ImageName": "sample string 2",
"ServerPath": "sample string 3",
"RegistrationId": 4,
"Date": "2026-01-31T20:08:35.5453754+05:30"
}
application/xml, text/xml
Sample:
<clsProfileImageDAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccessLayer"> <Date>2026-01-31T20:08:35.5453754+05:30</Date> <ImageName>sample string 2</ImageName> <ProfileImageId>910b2304-b672-4131-bbae-ea695bb70906</ProfileImageId> <RegistrationId>4</RegistrationId> <ServerPath>sample string 3</ServerPath> </clsProfileImageDAL>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |