Add a new ImportedPaymentTransactionGroup
Query parameters
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
POST
/api/invoice/imported_payment_transaction_group
curl \
--request POST 'https://replace-with-own-host.iw-erp.de/api/invoice/imported_payment_transaction_group' \
--header "x-session-token: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"data":{"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"}}}'
Request examples
{
"data": {
"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"
}
}
}
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"
}
}