PatchRelation

1

tests

0

failures

0

ignored

1.505s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_withoutAssumedRole_canPatchContactOfArbitraryRelation() 1.505s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_withoutAssumedRole_canPatchContactOfArbitraryRelation(): TOTAL OBJECT COUNT (initial): 210 -> 210
toCleanup(class net.hostsharing.hsadminng.hs.office.relation.HsOfficeRelationRealEntity, 869316a7-9317-44bf-8ec9-c625f7283d95
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 16:31:39 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "869316a7-9317-44bf-8ec9-c625f7283d95",
    "anchor": {
        "uuid": "084d91cc-e9ec-41a5-86bb-7081aa9b2e55",
        "personType": "UNINCORPORATED_FIRM",
        "tradeName": "Erben Bessler",
        "salutation": null,
        "title": null,
        "givenName": "Bessler",
        "familyName": "Mel"
    },
    "holder": {
        "uuid": "b368d8f4-3fbe-4d88-a549-db0a86f4b9c5",
        "personType": "NATURAL_PERSON",
        "tradeName": null,
        "salutation": null,
        "title": null,
        "givenName": "Paul",
        "familyName": "Winkler"
    },
    "type": "REPRESENTATIVE",
    "mark": null,
    "contact": {
        "uuid": "531cc4d8-b79c-43e7-9de4-6b3280157363",
        "caption": "fourth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@fourthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    }
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING temporary HsOfficeRelationRealEntity#869316a7-9317-44bf-8ec9-c625f7283d95 deleted 1 rows
globalAdmin_withoutAssumedRole_canPatchContactOfArbitraryRelation(): TOTAL OBJECT COUNT (after): 210 -> 210