Skip to content

PushLead

Type: object

Lead record. Always contains id, but may have any number of other fields, depending on the fields available in the target instance.

Properties

Property Type Required Description Constraints
id integer (int32) No Unique integer id of a lead record
reason model: Reason No Reason object describing why an operation did not succeed for a record
status string No Status of the operation performed on the record

Generated example

{
  "id": 123,
  "reason": {
    "code": "string",
    "message": "string"
  },
  "status": "string"
}

Referenced models

Source

Generated from swagger-mapi.json.