POST api/TRC/GetTRCDataByYrMnth
Request Information
URI Parameters
None.
Body Parameters
TRCDataModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of TRCDataModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"Section": "sample string 1",
"Year": 2,
"Month": 3,
"Model": "sample string 4"
},
{
"Section": "sample string 1",
"Year": 2,
"Month": 3,
"Model": "sample string 4"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.