POST api/GalleryList/UpdateGalleryListDetail

Request Information

URI Parameters

None.

Body Parameters

GalleryListEntity
NameDescriptionTypeAdditional 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": "2024-09-20T09:04:03.9277598+05:30",
  "modified_Date": "2024-09-20T09:04:03.9277598+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>2024-09-20T09:04:03.9277598+05:30</Created_Date>
  <FK_Gallery_Id>2</FK_Gallery_Id>
  <Modified_Date>2024-09-20T09:04:03.9277598+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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.