Get a single ImportedPaymentTransactionGroup
GET
/api/invoice/imported_payment_transaction_group/{identifier}
curl \
--request GET 'https://replace-with-own-host.iw-erp.de/api/invoice/imported_payment_transaction_group/{identifier}' \
--header "x-session-token: $API_KEY"
Response examples (200)
{
"linked": true,
"auto_linked": true,
"deleted": true,
"name": "string",
"created": "2025-05-04T09:42:00Z",
"updated": "2025-05-04T09:42:00Z",
"billing_payment_profile": {
"id": 42,
"payout_type": "string",
"auto_mode": true,
"is_default": true,
"is_event_default": true,
"execution_day": "string",
"next_execution_date": "2025-05-04T09:42:00Z",
"booking_day": "string",
"next_booking_date": "2025-05-04T09:42:00Z",
"force_billing_due_date_to_next_booking_date": true,
"deleted": true,
"created": "2025-05-04T09:42:00Z",
"updated": "2025-05-04T09:42:00Z",
"name": "string"
}
}