POST customer/convertprospect

Convert a prospect to customer

Request Information

URI Parameters

None.

Body Parameters

Interprise.Web.Services.Models.ConvertProspectInput
NameDescriptionTypeAdditional information
ProspectName

Prospect name

string

None.

DocumentCode

Use Prospect code when prospect name is not unique.

string

None.

Request Formats

{
  "prospectName": "sample string 1",
  "documentCode": "sample string 2"
}
<ConvertProspectInput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProspectName>sample string 1</ProspectName>
  <DocumentCode>sample string 2</DocumentCode>
</ConvertProspectInput>

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'System.Web.Http.ModelBinding.JQueryMvcFormUrlEncodedFormatter' to write type 'ConvertProspectInput'.

Response Information

Resource Description

Interprise.Web.Services.Http.MetadataOfInterprise.Web.Services.Models.ConvertProspectInput
NameDescriptionTypeAdditional information
data

Interprise.Web.Services.Http.DataNodeOfInterprise.Web.Services.Models.ConvertProspectInput

None.

links

Interprise.Web.Services.Http.LinksNode

None.

Response Formats

Sample not available.