diff --git a/api.yaml b/api.yaml index 50e85b7..d35982c 100644 --- a/api.yaml +++ b/api.yaml @@ -7059,6 +7059,64 @@ paths: - organizationId - transactionType - userId + - type: object + properties: + birthdate: + type: string + format: date-time + title: ISO Date String + country: + type: string + minLength: 1 + countryOfIncorporation: + type: string + minLength: 1 + dateOfIncorporation: + type: string + format: date-time + title: ISO Date String + debugFailureReason: + type: string + minLength: 1 + debugStatus: + type: string + minLength: 1 + enterpriseId: + type: string + minLength: 1 + enterpriseName: + type: string + minLength: 1 + isEntity: + type: boolean + nameFirst: + type: string + minLength: 1 + nameLast: + type: string + minLength: 1 + nameMiddle: + type: string + minLength: 1 + organizationId: + type: string + transactionType: + type: string + enum: + - unverifiedPayGoUser + userId: + type: string + minLength: 1 + required: + - birthdate + - country + - enterpriseId + - isEntity + - nameFirst + - nameLast + - organizationId + - transactionType + - userId - type: object properties: addressCity: