POST api/v1/DashBoard

Request Information

URI Parameters

None.

Body Parameters

SpecialStockDayValueInput
NameDescriptionTypeAdditional information
LocID

integer

None.

CompID

integer

None.

UserID

integer

None.

ReportDate

date

None.

TaxonomyID

integer

None.

CategoryID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LocID": 1,
  "CompID": 2,
  "UserID": 3,
  "ReportDate": "2025-12-15T03:14:32.8473966+05:30",
  "TaxonomyID": 4,
  "CategoryID": 5
}

application/xml, text/xml

Sample:
<SpecialStockDayValueInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <CategoryID>5</CategoryID>
  <CompID>2</CompID>
  <LocID>1</LocID>
  <ReportDate>2025-12-15T03:14:32.8473966+05:30</ReportDate>
  <TaxonomyID>4</TaxonomyID>
  <UserID>3</UserID>
</SpecialStockDayValueInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SpecialStockDayValueInput'.

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.