AddApplicationToProspect
Create a new application for an existing prospect.
Input
| Name | Type | Required | Description |
| Id | Int64 | True | Propsect ID. |
| JobId# | Int64 | True | Job Id to consider this propspect for. |
| SourceId | Int64 | False | The id of the source to be credited for this application. |
| ReferrerType | String | False | A string representing the type of referrer: 'id�, 'email�, or 'outside�. |
| ReferrerValue | String | False | The id of the user who made the referral (not the referrer id). |
| ProspectPoolId | Int64 | False | Prospect Pool ID. |
| ProspectPoolStageId | Int64 | False | Prospect Pool Stage ID (must belong to the given prospect pool). |
| ProspectOwnerId | Int64 | False | User ID of the prospect owner. |
| ProspectDepartmentId | Int64 | False | Department ID to consider this prospect for. |
| ProspectOfficeId | Int64 | False | Office ID to consider this prospect for. |
Result Set Columns
| Name | Type | Description |
| Success | Bool | Outputs true if the procedure succeeded. |