POST api/leads/SendAcknos

Send the status of leads to the lead bank.

Request Information

URI Parameters

None.

Body Parameters

Collection of AcknosRequest
NameDescriptionTypeAdditional information
IDLeadBank

integer

None.

LeadEvents

Collection of LeadEvents

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "IDLeadBank": 1,
    "LeadEvents": [
      {
        "IDstatus": 1,
        "IDreason": 1,
        "DateAction": "2024-10-15T05:30:49.6389527+02:00"
      },
      {
        "IDstatus": 1,
        "IDreason": 1,
        "DateAction": "2024-10-15T05:30:49.6389527+02:00"
      }
    ]
  },
  {
    "IDLeadBank": 1,
    "LeadEvents": [
      {
        "IDstatus": 1,
        "IDreason": 1,
        "DateAction": "2024-10-15T05:30:49.6389527+02:00"
      },
      {
        "IDstatus": 1,
        "IDreason": 1,
        "DateAction": "2024-10-15T05:30:49.6389527+02:00"
      }
    ]
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2"
}