POST api/getDailyProduction
Request Information
URI Parameters
None.
Body Parameters
QuarryOperations| Name | Description | Type | Additional information |
|---|---|---|---|
| COMPANY | string |
None. |
|
| YEARCODE | string |
None. |
|
| DOCNO | string |
None. |
|
| DOCTYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"COMPANY": "sample string 1",
"YEARCODE": "sample string 2",
"DOCNO": "sample string 3",
"DOCTYPE": "sample string 4"
}
application/xml, text/xml
Sample:
<QuarryOperations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BEAMS_DAL"> <COMPANY>sample string 1</COMPANY> <DOCNO>sample string 3</DOCNO> <DOCTYPE>sample string 4</DOCTYPE> <YEARCODE>sample string 2</YEARCODE> </QuarryOperations>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Dictionary of string [key] and Collection of Object [value]Response Formats
application/json, text/json
Sample:
[
{
"sample string 1": [
{},
{}
],
"sample string 2": [
{},
{}
]
},
{
"sample string 1": [
{},
{}
],
"sample string 2": [
{},
{}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>
<KeyValueOfstringArrayOfanyTypety7Ep6D1>
<Key>sample string 1</Key>
<Value>
<anyType />
<anyType />
</Value>
</KeyValueOfstringArrayOfanyTypety7Ep6D1>
<KeyValueOfstringArrayOfanyTypety7Ep6D1>
<Key>sample string 2</Key>
<Value>
<anyType />
<anyType />
</Value>
</KeyValueOfstringArrayOfanyTypety7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>
<ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>
<KeyValueOfstringArrayOfanyTypety7Ep6D1>
<Key>sample string 1</Key>
<Value>
<anyType />
<anyType />
</Value>
</KeyValueOfstringArrayOfanyTypety7Ep6D1>
<KeyValueOfstringArrayOfanyTypety7Ep6D1>
<Key>sample string 2</Key>
<Value>
<anyType />
<anyType />
</Value>
</KeyValueOfstringArrayOfanyTypety7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>
</ArrayOfArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>