Proceed an illustration to account opening application
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
illustration_uuid
string Required The uuid of the illustration to proceed with
POST
/api/v1/illustration/{illustration_uuid}/proceed
curl \
--request POST 'https://api.plannrcrm.com/api/v1/illustration/illustration_uuid/proceed' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"