curl --location 'https://stg-gateway.invora.app/api/billing/v2/integrations//collection-mappings/list' \
--header 'Content-Type: application/json' \
--data '{
"integrationId": "string",
"filter": {
"part": {
"mappingType": "MAPPING_TYPE_ENUM_UNSPECIFIED"
}
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
}
}'{
"items": [
{
"billingEntityId": "string",
"currencies": [
{
"currency": "CURRENCY_ENUM_UNSPECIFIED",
"externalId": "string",
"externalName": "string"
}
],
"externalAccountCode": "string",
"externalId": "string",
"externalName": "string",
"id": "string",
"integrationId": "string",
"mappingType": "MAPPING_TYPE_ENUM_UNSPECIFIED",
"taxCode": "string",
"taxNexus": "string",
"taxType": "string"
}
],
"totalCount": "string",
"nextPageCursor": "string"
}