POST api/RandomImagesSetting/InsertRandomImagesSetting

Request Information

URI Parameters

None.

Body Parameters

RandomImagesSettingModel
Name Description Type Additional information
Id

integer

None.

ProductId

integer

None.

ProductName

string

None.

CreatedBy

string

None.

CreatedAt

date

None.

ModifiedBy

string

None.

ModifiedAt

date

None.

Quantity

integer

None.

ExpiryDate

date

None.

ProductNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProductId": 2,
  "ProductName": "sample string 3",
  "CreatedBy": "sample string 4",
  "CreatedAt": "2025-06-28T13:11:54.6807228Z",
  "ModifiedBy": "sample string 6",
  "ModifiedAt": "2025-06-28T13:11:54.6807228Z",
  "Quantity": 8,
  "ExpiryDate": "2025-06-28T13:11:54.6807228Z",
  "ProductNo": "sample string 10"
}

text/html

Sample:
{"Id":1,"ProductId":2,"ProductName":"sample string 3","CreatedBy":"sample string 4","CreatedAt":"2025-06-28T13:11:54.6807228Z","ModifiedBy":"sample string 6","ModifiedAt":"2025-06-28T13:11:54.6807228Z","Quantity":8,"ExpiryDate":"2025-06-28T13:11:54.6807228Z","ProductNo":"sample string 10"}

application/xml, text/xml

Sample:
<RandomImagesSettingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.RandomImages">
  <CreatedAt>2025-06-28T13:11:54.6807228Z</CreatedAt>
  <CreatedBy>sample string 4</CreatedBy>
  <ExpiryDate>2025-06-28T13:11:54.6807228Z</ExpiryDate>
  <Id>1</Id>
  <ModifiedAt>2025-06-28T13:11:54.6807228Z</ModifiedAt>
  <ModifiedBy>sample string 6</ModifiedBy>
  <ProductId>2</ProductId>
  <ProductName>sample string 3</ProductName>
  <ProductNo>sample string 10</ProductNo>
  <Quantity>8</Quantity>
</RandomImagesSettingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.