returns MappedTrialBalance
Trial balance rolled up to reporting concepts via mapping associations.
| Name | Type | Description |
|---|---|---|
| mappingId | String! | The mapping whose associations roll accounts up to reporting concepts. Omit for the active mapping. |
| startDate | Date | Start of the posting window (inclusive). |
| endDate | Date | End of the posting window (inclusive). |
Trial balance rolled up to reporting concepts via mapping associations.
| Field | Type | Description |
|---|---|---|
| mappingId | String! | — |
| rows | [MappedTrialBalanceRow!]! | — |
{ mappedTrialBalance(mappingId: "...") { mappingId } }curl -X POST "https://api.robosystems.ai/extensions/$GRAPH_ID/graphql" \
-H "X-API-Key: $ROBOSYSTEMS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "{ mappedTrialBalance(mappingId: \"...\") { mappingId } }"}'