GET api/Production/GetUserWeeklyProductionAndYTD
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Pair of string [key] and decimal number [value]Response Formats
application/json, text/json
Sample:
[
{
"Key": "sample string 1",
"Value": 2.0
},
{
"Key": "sample string 1",
"Value": 2.0
}
]