POST api/EmployeeMobilePhotoGallery
Request Information
URI Parameters
None.
Body Parameters
PhotoGalleryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoGalleryID | integer |
None. |
|
| SchoolID | integer |
Required |
|
| SchoolIDName | string |
None. |
|
| SchoolIDSelectList | Collection of Object |
None. |
|
| AlbumName | string |
Required String length: inclusive between 3 and 200 |
|
| EventDate | date |
Required |
|
| strEventDate | string |
Required |
|
| KendoEventDate | string |
None. |
|
| strEventDateFrom | string |
None. |
|
| strEventDateTo | string |
None. |
|
| ActiveStatus | byte |
None. |
|
| strActiveStatus | string |
None. |
|
| CreatedByID | string |
None. |
|
| CreateDate | date |
None. |
|
| ModifiedByID | string |
None. |
|
| ModifiedDate | date |
None. |
|
| Guids | globally unique identifier |
None. |
|
| strGuids | string |
None. |
|
| PhotoGalleryDetailData | Collection of PhotoGalleryDetailModel |
None. |
|
| PhotoGalleryDetailList | Collection of PhotoGalleryDetailModel |
None. |
|
| StaffID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhotoGalleryID": 1,
"SchoolID": 2,
"SchoolIDName": "sample string 3",
"SchoolIDSelectList": null,
"AlbumName": "sample string 4",
"EventDate": "2026-02-10T15:09:20.7505841+05:30",
"strEventDate": "sample string 6",
"KendoEventDate": "sample string 7",
"strEventDateFrom": "sample string 8",
"strEventDateTo": "sample string 9",
"ActiveStatus": 64,
"strActiveStatus": "sample string 11",
"CreatedByID": "sample string 12",
"CreateDate": "2026-02-10T15:09:20.7505841+05:30",
"ModifiedByID": "sample string 14",
"ModifiedDate": "2026-02-10T15:09:20.7505841+05:30",
"Guids": "6dc43974-68d2-40d3-99e0-45716f3093cd",
"strGuids": "sample string 16",
"PhotoGalleryDetailData": [
{
"PhotoGalleryDetailID": 1,
"PhotoGalleryID": 2,
"PhotoGalleryIDName": "sample string 3",
"PhotoGalleryIDSelectList": null,
"PhotoGalleryIDList": [
1,
2
],
"PhotoDetail": "sample string 4",
"PhotoFile": "sample string 5",
"ActiveStatus": 64,
"strActiveStatus": "sample string 7",
"CreatedByID": "sample string 8",
"CreateDate": "2026-02-10T15:09:20.7505841+05:30",
"ModifiedByID": "sample string 10",
"ModifiedDate": "2026-02-10T15:09:20.7505841+05:30",
"Guids": "56c7db19-c9b9-4601-a3e1-dd5dbe2c9f89",
"strGuids": "sample string 12"
},
{
"PhotoGalleryDetailID": 1,
"PhotoGalleryID": 2,
"PhotoGalleryIDName": "sample string 3",
"PhotoGalleryIDSelectList": null,
"PhotoGalleryIDList": [
1,
2
],
"PhotoDetail": "sample string 4",
"PhotoFile": "sample string 5",
"ActiveStatus": 64,
"strActiveStatus": "sample string 7",
"CreatedByID": "sample string 8",
"CreateDate": "2026-02-10T15:09:20.7505841+05:30",
"ModifiedByID": "sample string 10",
"ModifiedDate": "2026-02-10T15:09:20.7505841+05:30",
"Guids": "56c7db19-c9b9-4601-a3e1-dd5dbe2c9f89",
"strGuids": "sample string 12"
}
],
"PhotoGalleryDetailList": [
{
"PhotoGalleryDetailID": 1,
"PhotoGalleryID": 2,
"PhotoGalleryIDName": "sample string 3",
"PhotoGalleryIDSelectList": null,
"PhotoGalleryIDList": [
1,
2
],
"PhotoDetail": "sample string 4",
"PhotoFile": "sample string 5",
"ActiveStatus": 64,
"strActiveStatus": "sample string 7",
"CreatedByID": "sample string 8",
"CreateDate": "2026-02-10T15:09:20.7505841+05:30",
"ModifiedByID": "sample string 10",
"ModifiedDate": "2026-02-10T15:09:20.7505841+05:30",
"Guids": "56c7db19-c9b9-4601-a3e1-dd5dbe2c9f89",
"strGuids": "sample string 12"
},
{
"PhotoGalleryDetailID": 1,
"PhotoGalleryID": 2,
"PhotoGalleryIDName": "sample string 3",
"PhotoGalleryIDSelectList": null,
"PhotoGalleryIDList": [
1,
2
],
"PhotoDetail": "sample string 4",
"PhotoFile": "sample string 5",
"ActiveStatus": 64,
"strActiveStatus": "sample string 7",
"CreatedByID": "sample string 8",
"CreateDate": "2026-02-10T15:09:20.7505841+05:30",
"ModifiedByID": "sample string 10",
"ModifiedDate": "2026-02-10T15:09:20.7505841+05:30",
"Guids": "56c7db19-c9b9-4601-a3e1-dd5dbe2c9f89",
"strGuids": "sample string 12"
}
],
"StaffID": 17
}
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. |