Skip to main content
POST
Update Party

Authorizations

Authorization
string
header
required

Auth token returned from the login endpoint. Send as: Authorization: <token> (no Bearer prefix)

Body

application/json
user
object
required
method
string
required
Example:

"Update"

action
string
required
Example:

"Update Parties"

apiVersion
string
required
Example:

"v2"

Response

200 - application/json

Party updated, or a validation error

success
boolean
data
object
message
statusCode
integer
error
null | object[]