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": "2aef75f8-43f6-4f62-a36a-9df5f93d27ae",
"ImageName": "sample string 2",
"ServerPath": "sample string 3",
"RegistrationId": 4,
"Date": "2025-12-10T07:08:21.8604345+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-10T07:08:21.8604345+05:30</Date> <ImageName>sample string 2</ImageName> <ProfileImageId>2aef75f8-43f6-4f62-a36a-9df5f93d27ae</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. |