Api Documentation

Accountmanagers

Accountmanagers Information
Deletes the accountmanager from the customer. (The user won't be deleted.)
Json
XML
PUT https://api.bundeling.com/V2/accountmanagers

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify an accountmanagerstring

Body

NameDescriptionTypeNillable
customer_uuidA unique identifier used to identify a customer.stringfalse
user_uuidA unique identifier used to identify a user.stringfalse
external_referenceReference for linking to external systems.stringfalse

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Body

{
    "customer_uuid": "a59874dbcd72408fbc372e96a5ecf21f",
    "user_uuid": "0ac18d82e09a4af6a2b8aea4e2c55c9a",
    "external_reference": "123908"
}

Example response

{
    "uuid": "fcd46e8e32124c05a1cc9f831f166784",
    "customer_uuid": "a59874dbcd72408fbc372e96a5ecf21f",
    "user_uuid": "0ac18d82e09a4af6a2b8aea4e2c55c9a",
    "external_reference": "123908"
}