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": "73c3c764-bafe-4cc8-b41c-eaa0e546deb7",
"ImageName": "sample string 2",
"ServerPath": "sample string 3",
"RegistrationId": 4,
"Date": "2026-01-31T20:06:58.5429629+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:06:58.5429629+05:30</Date> <ImageName>sample string 2</ImageName> <ProfileImageId>73c3c764-bafe-4cc8-b41c-eaa0e546deb7</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. |