POST api/General/UpdatedBanners

Request Information

URI Parameters

None.

Body Parameters

Hub_BannerImage
NameDescriptionTypeAdditional information
Id

integer

None.

PicName1

string

None.

PicName2

string

None.

Notes1

string

None.

Notes2

string

None.

UpdatedDate

date

None.

EmpNo

string

None.

EntryDate

date

None.

heading1

string

None.

heading2

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PicName1": "sample string 2",
  "PicName2": "sample string 3",
  "Notes1": "sample string 4",
  "Notes2": "sample string 5",
  "UpdatedDate": "2025-01-10T21:45:29.5015389+04:00",
  "EmpNo": "sample string 6",
  "EntryDate": "2025-01-10T21:45:29.5015389+04:00",
  "heading1": "sample string 7",
  "heading2": "sample string 8"
}

application/xml, text/xml

Sample:
<Hub_BannerImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Models">
  <EmpNo>sample string 6</EmpNo>
  <EntryDate>2025-01-10T21:45:29.5015389+04:00</EntryDate>
  <Id>1</Id>
  <Notes1>sample string 4</Notes1>
  <Notes2>sample string 5</Notes2>
  <PicName1>sample string 2</PicName1>
  <PicName2>sample string 3</PicName2>
  <UpdatedDate>2025-01-10T21:45:29.5015389+04:00</UpdatedDate>
  <heading1>sample string 7</heading1>
  <heading2>sample string 8</heading2>
</Hub_BannerImage>

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.