POST api/v1/SaleMarketShare
Request Information
URI Parameters
None.
Body Parameters
SpecialStockDayValueInput| Name | Description | Type | Additional 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:19:01.132723+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:19:01.132723+05:30</ReportDate> <TaxonomyID>4</TaxonomyID> <UserID>3</UserID> </SpecialStockDayValueInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |