POST api/GalleryList/InsertGalleryListDetail
Request Information
URI Parameters
None.
Body Parameters
GalleryListEntityName | Description | Type | Additional information |
---|---|---|---|
PK_GalleryList_Id | integer |
None. |
|
FK_Gallery_Id | integer |
None. |
|
Name | string |
None. |
|
Status | integer |
None. |
|
Created_Date | date |
None. |
|
Modified_Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "pK_GalleryList_Id": 1, "fK_Gallery_Id": 2, "name": "sample string 3", "status": 4, "created_Date": "2025-04-04T11:53:13.5346583+05:30", "modified_Date": "2025-04-04T11:53:13.5346583+05:30" }
text/xml
Sample:
<GalleryListEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <Created_Date>2025-04-04T11:53:13.5346583+05:30</Created_Date> <FK_Gallery_Id>2</FK_Gallery_Id> <Modified_Date>2025-04-04T11:53:13.5346583+05:30</Modified_Date> <Name>sample string 3</Name> <PK_GalleryList_Id>1</PK_GalleryList_Id> <Status>4</Status> </GalleryListEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |