# \PortfolioAnalystApi
All URIs are relative to *https://localhost:5000/v1/portal*
[**pa_performance_post**](PortfolioAnalystApi.md#pa_performance_post) | **Post** /pa/performance | Account Performance
[**pa_summary_post**](PortfolioAnalystApi.md#pa_summary_post) | **Post** /pa/summary | Account Balance's Summary
# **pa_performance_post**
> ::models::Performance pa_performance_post(body)
Account Performance
Returns the performance (MTM) for the given accounts, if more than one account is passed, the result is consolidated.
### Required Parameters
**body** | [**Body2**](Body2.md)| an array of account ids |
### Return type
[**::models::Performance**](performance.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **pa_summary_post**
> ::models::Summary pa_summary_post(body)
Account Balance's Summary
Returns a summary of all account balances for the given accounts, if more than one account is passed, the result is consolidated.
### Required Parameters
**body** | [**Body3**](Body3.md)| an array of account ids |
### Return type
[**::models::Summary**](summary.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)