Update a Partner

This endpoint updates an existing Partner resource. It is not neccessary to include the complete replacement object in the API call; an object containing the properties that are to be changed will suffice.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 20

Partner id.

Query Params
string

The name of the partner.

string

A reference identifier for the partner.

string

Billing identifier associated with the partner.

string

Verification phrase for security purposes.

boolean

Indicates if the partner is active.

int32

Version number for the partner record.

int32

Identifier of the parent partner entity.

string

Name of the parent partner entity.

int32

Identifier of the contact person for the partner.

Body Params

Partner to be updated.

string
length ≤ 255

The Partner's name.

string
length ≤ 255

The Partner's reference string. This reference is used in to identify the Partner on the Decryption APIs. It equates to the Partner ID.

string
length ≤ 50

The Partner's billing identifier.

string

The verification phrase is a message that the Partner creates. It can be used as a mechanism to authorize a partner when they initiate communication over the phone.

boolean

This property indicates if the Parter account is active or disabled.

integer

The number of times that this resource has been updated.

parent
object

Reference to the associated Partner. When used for POST and PATCH API calls, the reference can contain either the ID or Name. With GET API calls, both properties are populated.

contact
object
Responses

401

Unauthorized

403

Forbidden

404

Not found

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json