AssignProspect
Update the locations for a shipping zone.
Execute
EXEC AssignProspect ProspectId = 432, AssignmentType = 'user', AssignTo = 101 EXEC AssignProspect ProspectId = 432, AssignmentType = 'email', AssignTo = '[email protected]'
Input
Name | Type | Required | Description |
ProspectId | String | False | The ID of the prospect. |
AssignmentType | String | False | The type of the assignment. Can be one of: email, user, group. |
AssignTo | String | False | The value to assign to. If the type is user or group the value should be the respective id. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows a boolean indication of whether the operation was successful or not. |