Update Platform Merchant Person

Update a sub-merchant person

SecurityLimepay-Token
Request
path Parameters
merchantId
required
string
personId
required
string

Id of person

Request Body schema: application/json
title
required
string
roles
required
Array of strings (PersonRole) non-empty

Roles of the person, a person can have one or more roles

Items Enum: "Executive" "Owner" "Director"
firstName
required
string
middleName
string
lastName
required
string
dob
required
string <date>

Date of birth, eg: 1970-01-01

required
object (LimeAddress)
email
required
string
phone
required
string

Phone number in E164 format, eg.+61400000000

object (Passport)
object (DriverLicence)
required
object (PersonVerificationDoc)
Responses
200
400
401
403
404
405
406
409
422
429
500
503
post/marketplaces/merchants/{merchantId}/person/{personId}
Request samples
application/json
{
  • "title": "string",
  • "roles": [
    ],
  • "firstName": "string",
  • "middleName": "string",
  • "lastName": "string",
  • "dob": "2019-08-24",
  • "address": {
    },
  • "email": "lucy.diamond@star.com",
  • "phone": "+61401234567",
  • "passport": {
    },
  • "driverLicence": {
    },
  • "verificationDocs": {
    }
}
Response samples
application/json
{
  • "statusCode": 0,
  • "errorCode": "string",
  • "message": "string",
  • "tracer": "string",
  • "detail": "string",
  • "errorTypeDescription": "string"
}
Copyright © April Solutions 2023. All right reserved.