POST api/Image/updateHeaderImage

Request Information

URI Parameters

None.

Body Parameters

HeaderImage
NameDescriptionTypeAdditional information
ID

integer

None.

CompanyID

integer

None.

ImageURL

string

None.

Description

string

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

IsDeleted

boolean

None.

ScreenName

string

None.

ScreenURL

string

None.

Address

string

None.

ScreenTitle

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CompanyID": 1,
  "ImageURL": "sample string 1",
  "Description": "sample string 2",
  "CreatedBy": 1,
  "CreatedOn": "2024-11-21T12:43:33.3299954+03:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2024-11-21T12:43:33.3299954+03:00",
  "IsDeleted": true,
  "ScreenName": "sample string 3",
  "ScreenURL": "sample string 4",
  "Address": "sample string 5",
  "ScreenTitle": "sample string 6"
}

application/xml, text/xml

Sample:
<HeaderImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MODEL.Models">
  <Address>sample string 5</Address>
  <CompanyID>1</CompanyID>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2024-11-21T12:43:33.3299954+03:00</CreatedOn>
  <Description>sample string 2</Description>
  <ID>1</ID>
  <ImageURL>sample string 1</ImageURL>
  <IsDeleted>true</IsDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2024-11-21T12:43:33.3299954+03:00</ModifiedOn>
  <ScreenName>sample string 3</ScreenName>
  <ScreenTitle>sample string 6</ScreenTitle>
  <ScreenURL>sample string 4</ScreenURL>
</HeaderImage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.