POST api/Gallery/palbum
Request Information
URI Parameters
None.
Body Parameters
Photo_GalleryName | Description | Type | Additional information |
---|---|---|---|
ALU_ID | integer |
None. |
|
ANAME | string |
None. |
|
ADETAIL | string |
None. |
|
ADATE | date |
None. |
|
APICS | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ALU_ID": 1, "ANAME": "sample string 2", "ADETAIL": "sample string 3", "ADATE": "2024-11-21T15:10:07.9780785+05:30", "APICS": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.