POST api/FPY/GetFPYData
Request Information
URI Parameters
None.
Body Parameters
FPYModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of FPYModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"From_Date": "2026-05-29T02:33:56.1259404+05:30",
"To_Date": "2026-05-29T02:33:56.1259404+05:30",
"Model_Code": "sample string 3"
},
{
"From_Date": "2026-05-29T02:33:56.1259404+05:30",
"To_Date": "2026-05-29T02:33:56.1259404+05:30",
"Model_Code": "sample string 3"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.