POST api/ProfileImage
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": "f9e0fc9c-0ffd-4051-b09c-b82ffb9e5405",
"ImageName": "sample string 2",
"ServerPath": "sample string 3",
"RegistrationId": 4,
"Date": "2026-05-31T18:00:49.5653818+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-05-31T18:00:49.5653818+05:30</Date> <ImageName>sample string 2</ImageName> <ProfileImageId>f9e0fc9c-0ffd-4051-b09c-b82ffb9e5405</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. |