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.
stringRequest 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | globally unique identifier |
None. |
|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": "8ed696e6-4111-4b19-b932-3ff24496fe18",
"Result": true,
"Message": "sample string 3",
"Errors": {
"$id": "2"
}
}