| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Adds upload_legal_representative_document to the onboardings manager
(PUT .../legal_representatives/{id}/documents/{slot_key}) and the
OnboardingLegalRepresentative resource, mapped from the onboarding's
new legal_representatives array. Onboarding create now takes
legal_representatives as an array, replacing the singular
legal_representative object.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Adds support for the new v2 legal representative document upload endpoint:
Also models the legal_representatives array that the API now returns on the onboarding object: new OnboardingLegalRepresentative resource, with its documents mapped to OnboardingDocument.
Requirements
None.
Additional changes
The onboarding create integration test now sends legal_representatives as an array, matching the API's current request shape (the singular legal_representative object no longer exists).