PUT /crm/prospects/create
Creates a new RowCustomer record for the given Customer data.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| prospect |
|
body of type: application/xml application/json
|
|
RowCustomer
|
Result
RowCustomer
of type:
application/xml
application/json
the created RowCustomer record.
Additional attributes:
__prospectTypeDescr This value represents the description of the prospect type, found in the customer.prospect_type_id field.
__salesStatusDescr This value represents the description of the sales status, found in the customer.sales_status_id field.
__categoryDescr This value represents the description of the category code, found in the customer.category field.
__bridgeName This value represents the name of the bridge customer, found in the customer.bridge_id field.
__marketPlanDescr This value represents the description of the market plan, found in the customer.mark+plan_id field.
Child Elements:
RowSalesperson This element represent the salesperson associated with the prospect, by the customer.salesperson_id field. The element contains a __name attribute with the value salesperson.
RowSalesperson This element represent the sales manager associated with the prospect by the customer.sales_manager_id field. The element contains a __name attribute with the value salesManager.
RowUsers This element represent the operations user associated with the prospect by the customer.operations_user field. The element contains a __name attribute with the value operationsUser.
Try It Out
Request