GET api/FpPlan/{id}
Fast method to get FP plan by id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FpPlanOutputName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
date_from | date |
None. |
|
date_to | date |
None. |
|
is_executive_confirmed | boolean |
None. |
|
is_baf_confirmed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "date_from": "2024-11-16T04:33:42.8519418+00:00", "date_to": "2024-11-16T04:33:42.8519418+00:00", "is_executive_confirmed": true, "is_baf_confirmed": true }
application/xml, text/xml
Sample:
<FpPlanOutput xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>1</id> <date_from>2024-11-16T04:33:42.8519418+00:00</date_from> <date_to>2024-11-16T04:33:42.8519418+00:00</date_to> <is_executive_confirmed>true</is_executive_confirmed> <is_baf_confirmed>true</is_baf_confirmed> </FpPlanOutput>