Skip to main content

Create/Update Payment Customer


ApiScope: payment.paymentcustomer.write
API Scope Level: DepartmentScope
Path Parameters
    departmentUuid string required
    customerUuid string required
Request Body required
    firstName string
    middleName string
    lastName string
    company string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • paymentCustomer object
    customerUuid string
    firstName string
    middleName string
    lastName string
    company string
Loading...