Added preorderTrigger / added cif api docs

This commit is contained in:
Frank Schubert
2024-02-26 23:13:30 +01:00
parent 26d022441d
commit 2af51a2f57
7 changed files with 425 additions and 186 deletions

View File

@@ -1016,6 +1016,9 @@ class PreorderController extends mfBaseController {
"text" => $affected_preorder->status->name,
"bcode" => $affected_preorder->adb_hausnummer->status->code,
"btext" => $affected_preorder->adb_hausnummer->status->name,
"ciftoken" => $affected_preorder->ciftoken,
"cifurl" => $affected_preorder->cifurl,
"cifcableurl" => $affected_preorder->cifcableurl,
];
if($preorder->adb_wohneinheit_id) {
$up["ucode"] = $affected_preorder->adb_wohneinheit->status->code;