POST api/CRM/ManualSignByPhone

Used to sign manually by using customer's/lead's phone number and then creating the invoices and updating prices in webcrm.

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": "536533da-e9f6-4d55-938c-8f3d3bab877a",
  "Result": true,
  "Message": "sample string 3",
  "Errors": {
    "$id": "2"
  }
}