Skip to main content
API

Add a new payer

x-ms-visibility: "important"

Send a request to add a payer details specified in the request body. A payer can be connected to one or several drivers and/or sites.

Request Body required

Payer object to be added

    name string
    email string
    invoiceReference string
    invoiceMessage string
    streetAddress string
    city string
    postalCode string
    country string
    driverIds int64[]
    siteIds int64[]
    language string
Responses

Returns the new payer that was added succesfully


Schema
    id int64
    name string
    email string
    invoiceReference string
    invoiceMessage string
    streetAddress string
    city string
    postalCode string
    country string
    lastUpdated date-time
    drivers object[]
  • Array [
  • id int64
    name string
  • ]
  • sites object[]
  • Array [
  • id int64
    groupName string
  • ]
  • language string
Loading...