submitCompanyOfficers
Overview
This mutation takes all existing company officer infomation on the current account and submits it. See Query - canSubmitCompanyOfficers.
Special Considerations
- Does not take any inputs.
Inputs
N/A
Returns
Promise<SuccessResult>
A promise containing a success message.
Example
Running this mutation:
mutation {
submitCompanyOfficers {
message
}
}
Gives us:
{
"data": {
"submitCompanyOfficers": {
"message": "Company Officer info submitted."
}
}
}
Common Errors
When running this mutation some of the common errors encountered include:
- Company officer IDs are still being processed. (I-4409)
- The ID verification for company officers on this account has not been completed. Try again later.