POST api/profileImage/saveProfileImage
Request Information
URI Parameters
None.
Body Parameters
clsProfileImageDAL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileImageId | integer |
None. |
|
| ImageName | string |
None. |
|
| ServerPath | string |
None. |
|
| RegistrationId | integer |
None. |
|
| Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"profileImageId": 1,
"imageName": "sample string 2",
"serverPath": "sample string 3",
"registrationId": 4,
"date": "2025-12-08T09:33:23.6094585+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>2025-12-08T09:33:23.6094585+05:30</Date> <ImageName>sample string 2</ImageName> <ProfileImageId>1</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. |