POST api/CRM/ConfirmStartupByPhone

Used to confirm startup manually by using customer's/lead's phone number

Request Information

URI Parameters

None.

Body Parameters

Phone number of customer/lead.

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response object

ResponseOfGuid
NameDescriptionTypeAdditional information
Data

globally unique identifier

None.

Result

boolean

None.

Message

string

None.

Errors

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": "24975667-eacf-4b61-b4ce-b8100432a3a4",
  "Result": true,
  "Message": "sample string 3",
  "Errors": {
    "$id": "2"
  }
}