ErpInfoDataModel
Represents all the possible data sent as a part of the provisioning post.
Only send required fields for the given connector.
Optional Fields
authCode
string, nullable
The authorization code returned from the first step of the OAuth2 flow
https://oauth.net/2/grant-types/authorization-code/
realmId
string, nullable
The realm id of the account being granted permissions to access
redirectUri
string, nullable
The redirect uri used for step one of the OAuth2.0 flow.
Updated 12 months ago