Skip to main content

Create new referrer

POST 

/referrers

Create new referrer with given parameters

Request

Body

required

    detections

    object[]

  • Array [

  • and boolean
    andMethod string
    andParameters string
    method string
    parameters string
  • ]

  • name stringrequired

    Name of the referrer

    priority int32

    Priority for the given referrer

    siteId int64

    Unique site identifier associated with the referrer

    tags string

    Tags associated with the given referrer

Responses

Created

Schema

    dateCreated date-time

    Date and time referred is created

    detections

    object[]

  • Array [

  • and boolean
    andMethod string
    andParameters string
    method string
    parameters string
  • ]

  • id int64

    Unique identifier of the given referrer

    index int32

    Index of the referrer

    modificationDate date-time

    Date and time referred is modified

    name stringrequired

    Name of the referrer

    priority int32

    Priority for the given referrer

    siteId int64

    Unique site identifier associated with the referrer

    tags string

    Tags associated with the given referrer

Loading...