List Buyers

Get the Buyers collection.

get
Responses
200
OK
application/json
get
GET /public/v1/accounts/buyers HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]",
        "activated": "[Circular Reference]",
        "unassigned": "[Circular Reference]",
        "disabled": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "contact": {
        "name": "text",
        "firstName": "text",
        "lastName": "text",
        "email": "text",
        "phone": {
          "prefix": "text",
          "number": "text"
        },
        "user": "[Circular Reference]"
      },
      "externalIds": {
        "erpCompanyContact": "text",
        "erpCustomer": "text",
        "accountExternalId": "text"
      },
      "status": "Active",
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "taxId": "text",
      "account": {
        "id": "text",
        "icon": "text",
        "type": "Client",
        "status": "Active",
        "name": "text"
      },
      "name": "text",
      "errors": [
        {
          "id": "text",
          "message": "text",
          "parameters": null
        }
      ],
      "sellers": [
        {
          "id": "text",
          "icon": "text",
          "externalId": "text",
          "name": "text",
          "erpLink": "[Circular Reference]"
        }
      ]
    }
  ]
}

Last updated

Was this helpful?