POST api/EmployeeMobilePhotoGalleryUpload
Request Information
URI Parameters
None.
Body Parameters
EmployeeMobilePhotoUploadAPIModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganisationID | integer |
None. |
|
| SchoolID | integer |
None. |
|
| StaffID | integer |
None. |
|
| PhotoGalleryID | integer |
None. |
|
| AlbumName | string |
None. |
|
| EventDate | date |
None. |
|
| FileName | string |
None. |
|
| base64str | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrganisationID": 1,
"SchoolID": 2,
"StaffID": 3,
"PhotoGalleryID": 4,
"AlbumName": "sample string 5",
"EventDate": "2026-02-10T15:09:20.2030469+05:30",
"FileName": "sample string 7",
"base64str": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |