Get ERP Link

Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
get
GET /public/v1/accounts/erp-links/{id} HTTP/1.1
Host: api.s1.today
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-08-12T22:21:16.141Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-08-12T22:21:16.141Z",
      "by": "[Circular Reference]"
    },
    "blocked": {
      "at": "2025-08-12T22:21:16.141Z",
      "by": "[Circular Reference]"
    },
    "unblocked": {
      "at": "2025-08-12T22:21:16.141Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "buyer": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text"
  },
  "name": "text",
  "companyName": "text",
  "status": "Active",
  "note": "text",
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  }
}

Last updated

Was this helpful?