Block ERP Link

post
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall of | nullableOptional
namestringOptional
iconstring | nullableOptional
revisioninteger · int32Optional
buyerall ofOptional
sellerall ofOptional
companyNamestring | nullableOptional
statusall ofOptional
string · enumOptionalPossible values:
notestring | nullableOptional
externalIdsall of | nullableOptional
addressall of | nullableOptional
Responses
200

OK

application/json
post
POST /public/v1/accounts/erp-links/{id}/block HTTP/1.1
Host: api.s1.today
Content-Type: application/json
Accept: */*
Content-Length: 922

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-09-23T20:00:32.386Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "updated": {
      "at": "2025-09-23T20:00:32.386Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "blocked": {
      "at": "2025-09-23T20:00:32.386Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "unblocked": {
      "at": "2025-09-23T20:00:32.386Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "icon": "text",
  "revision": 1,
  "buyer": {
    "id": "text",
    "name": "text",
    "icon": "text",
    "revision": 1
  },
  "seller": {
    "id": "text",
    "name": "text",
    "icon": "text",
    "revision": 1,
    "externalId": "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"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-09-23T20:00:32.386Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "updated": {
      "at": "2025-09-23T20:00:32.386Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "blocked": {
      "at": "2025-09-23T20:00:32.386Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "unblocked": {
      "at": "2025-09-23T20:00:32.386Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "icon": "text",
  "revision": 1,
  "buyer": {
    "id": "text",
    "name": "text",
    "icon": "text",
    "revision": 1
  },
  "seller": {
    "id": "text",
    "name": "text",
    "icon": "text",
    "revision": 1,
    "externalId": "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?