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": "3eb8bb58-a37b-4ad3-af66-0aff5a0147fa",
  "Result": true,
  "Message": "sample string 3",
  "Errors": {
    "$id": "2"
  }
}