Skip to main content

Update existing phone number

Updates existing phone number. Returns updated phoneNumber with id.
Use full Objectgraph like you get it from phone number/{id}!

Header Parameters
X-Tenant-ID REQUIRED
Request Body
editable boolean
fipDatCreated string
fipDate string
fipUser string
fipUserCreated string
fipVersion int64

The version of the object used for optimistic locking, must be not null for update, but null for insert.

id int64

The id of the object, must be not null for update, but null for insert.

phoneNumber string
usedForCorrespondence boolean
Responses
200

OK

Schema OPTIONAL
editable boolean OPTIONAL
fipDatCreated string OPTIONAL
fipDate string OPTIONAL
fipUser string OPTIONAL
fipUserCreated string OPTIONAL
fipVersion int64 OPTIONAL

The version of the object used for optimistic locking, must be not null for update, but null for insert.

id int64 OPTIONAL

The id of the object, must be not null for update, but null for insert.

phoneNumber string OPTIONAL
usedForCorrespondence boolean OPTIONAL
201

Created

401

Unauthorized

403

Forbidden

404

Not Found