POST api/leads/SendAcknos
Send the status of leads to the lead bank.
Request Information
URI Parameters
None.
Body Parameters
Collection of AcknosRequestName | Description | Type | Additional information |
---|---|---|---|
IDLeadBank | integer |
None. |
|
LeadEvents | Collection of LeadEvents |
None. |
Request Formats
application/json, text/json
Sample:
[ { "IDLeadBank": 1, "LeadEvents": [ { "IDstatus": 1, "IDreason": 1, "DateAction": "2025-04-04T06:46:23.2239058+02:00" }, { "IDstatus": 1, "IDreason": 1, "DateAction": "2025-04-04T06:46:23.2239058+02:00" } ] }, { "IDLeadBank": 1, "LeadEvents": [ { "IDstatus": 1, "IDreason": 1, "DateAction": "2025-04-04T06:46:23.2239058+02:00" }, { "IDstatus": 1, "IDreason": 1, "DateAction": "2025-04-04T06:46:23.2239058+02:00" } ] } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2" }