Validate Buyer

Validate a Buyer object.

post
Path parameters
idstringRequired
Body
all ofOptional
Responses
200

OK

application/json
post
POST /public/v1/accounts/buyers/{id}/validate HTTP/1.1
Host: api.s1.today
Content-Type: application/json
Accept: */*
Content-Length: 949

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    },
    "activated": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    },
    "unassigned": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    },
    "disabled": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "revision": 1,
  "icon": "text",
  "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",
    "revision": 1,
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "revision": 1,
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    },
    "activated": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    },
    "unassigned": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    },
    "disabled": {
      "at": "2025-09-05T20:31:41.446Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "revision": 1,
  "icon": "text",
  "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",
    "revision": 1,
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "revision": 1,
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}

Last updated

Was this helpful?