POST api/CRM/ManualSign

Used to sign manualy and then creating the invoices and updating prices in webcrm.

Request Information

URI Parameters

None.

Body Parameters

Id of the lead.

globally unique identifier

Request Formats

application/json, text/json

Sample:
"93596da7-6ada-4b2b-83fb-052466a63212"

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response object

Response
NameDescriptionTypeAdditional information
Result

boolean

None.

Message

string

None.

Errors

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "Errors": {
    "$id": "2"
  }
}