Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Disable the Buyer object. Disabled buyers cannot be used in transactions.
Enable a previously disabled Buyer object.
When enabled, the buyer status will change to Active
if the buyer has ExternalId
assigned or Enabled otherwise.
Create a new Buyer object for the client account.
Get the Buyers collection.
Get a single Buyer object by ID.
The buyer
object represents an individual buyer in the Marketplace platform. This object contains the following properties:
id
string
Primary buyer identifier.
Example: "BUY-1234-1234"
href
string
Relative reference to object on API.
Example: "/v1/accounts/buyers/BUY-1234-1234"
status
string
Status: Enabled, Active, Disabled, Deleted
name
string
Buyer's name.
Example: "Stark Industries"
icon
string
Relative path to buyer’s logo.
Example: "/static/accounts/BUY-1234-1234/logo.png"
externalIds
BuyerExternalIdsObject
External identifier.
Example:
{
"erpCompanyContact": "WW-CON-123456",
"erpCustomer": "WW-SCU-123456"
}
address
object
Address of the buyer.
Example:
{
"addressLine1": "123 Main Street",
"addressLine2": "Apt 4B",
"postCode": "12345",
"city": "Cityville",
"state": "S",
"country": "ST"
}
taxId
string
Buyer's tax ID.
Example: "12-34567890"
account
Buyer’s account object.
sellers
contact
object
Contact person details.
Example:
{
"name": "Will Smith",
"firstName": "Will",
"lastName": "Smith",
"email": "will.smith@adastraflex.com",
"phone": null,
"user": {
"id": "USR-0000-0001",
"href": "/users/USR-0000-0001",
"icon": null,
"name": "Will Smith"
}
}
audit
object
Possible audit events: Created, Updated, Disabled, Enabled, Activated.
Example:
{
"created": { "at": "...", "by": { } },
"updated": { "at": "...", "by": { } },
"disabled": { "at": "...", "by": { } },
"enabled": { "at": "...", "by": { } },
"activated": { "at": "...", "by": { } },
"deleted": { "at": "...", "by": { } }
}
{
"id": "BUY-3911-2313",
"href": "/accounts/buyers/BUY-3911-2313",
"contact": {
"name": "Will Smith",
"firstName": "Will",
"lastName": "Smith",
"email": "will.smith@adastraflex.com",
"phone": null
},
"externalIds": {
"erpCompanyContact": "WW-CON-123456",
"erpCustomer": "WW-SCU-123456"
},
"status": "Active",
"icon": null,
"address": {
"addressLine1": "PO Box 31",
"addressLine2": "Victory Road",
"postCode": "DE24 8BJ",
"city": "Derby",
"state": "Derbs",
"country": "UK"
},
"taxId": "VAT1",
"name": "Stark Industries"
}
{
"id": "BUY-3911-2313",
"href": "/accounts/buyers/BUY-3911-2313",
"contact": {
"name": "Will Smith",
"firstName": "Will",
"lastName": "Smith",
"email": "will.smith@adastraflex.com",
"phone": null,
"user": {
"id": "USR-0000-0001",
"href": "/users/USR-0000-0001",
"icon": null,
"invited": "2024-02-03T11:34:15.381Z",
"joined": "2024-02-04T12:34:15.381Z",
"lastLogin": "2024-02-05T13:34:15.381Z",
"name": "Will Smith"
}
},
"externalIds": {
"erpCompanyContact": "WW-CON-123456",
"erpCustomer": "WW-SCU-123456"
},
"status": "Active",
"icon": null,
"address": {
"addressLine1": "PO Box 31",
"addressLine2": "Victory Road",
"postCode": "DE24 8BJ",
"city": "Derby",
"state": "Derbs",
"country": "UK"
},
"taxId": "VAT1",
"account": {
"id": "ACC-5563-4382",
"href": "/accounts/accounts/ACC-5563-4382",
"type": "Client",
"status": "Active",
"icon": null,
"name": "AdAstraflexx"
},
"name": "Stark Industries",
"sellers": [
{
"id": "SEL-1299-2079",
"href": "/accounts/sellers/SEL-1299-2079",
"externalId": "SWO_CH",
"name": "SoftwareOne AG"
}
],
"audit": {
"created": {
"at": "2023-12-14T13:44:20.896Z",
"by": {
"id": "USR-0000-0001",
"href": "/users/USR-0000-0001",
"icon": null,
"invited": "2024-02-03T11:34:15.383Z",
"joined": "2024-02-04T12:34:15.383Z",
"lastLogin": null,
"name": "Will Smith"
}
},
"updated": {
"at": "2024-01-06T19:04:16.692Z",
"by": {
"id": "USR-0000-0001",
"href": "/users/USR-0000-0001",
"icon": null,
"invited": "2024-02-03T11:34:15.383Z",
"joined": "2024-02-04T12:34:15.383Z",
"lastLogin": null,
"name": "Will Smith"
}
}
}
}
Update the Buyer object. You can only update the logo and contact fields only.
Delete the Buyer object.
Validate a Buyer object.
/v1/accounts/buyers/{id}/disable
curl -L \
--request POST \
--url '/v1/accounts/buyers/{id}/disable'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"activated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unassigned": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:51:35.464Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:51:35.464Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
}
]
},
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
OK
/v1/accounts/buyers/{id}/enable
curl -L \
--request POST \
--url '/v1/accounts/buyers/{id}/enable'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"activated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unassigned": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:51:35.464Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:51:35.464Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
}
]
},
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
OK
/v1/accounts/buyers
Active
, Enabled
, Disabled
, Deleted
, Unassigned
, Conflict
, Mismatch
curl -L \
--request POST \
--url '/v1/accounts/buyers' \
--header 'Content-Type: application/json' \
--data '{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"updated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"activated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"unassigned":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}}},"$meta":{"omitted":[null]},"contact":{"phone":{"prefix":"text","number":"text"},"user":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"updated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"invitationAcceptedAt":"2025-02-22T08:51:35.464Z"},"$meta":{"omitted":["text"]},"href":"text","email":"text","status":"text","phone":{"prefix":"text","number":"text"},"firstName":"text","lastName":"text","icon":"text","lastLoginAt":"2025-02-22T08:51:35.464Z","settings":{"cultureCode":"text","languageCode":"text"},"name":"text","currentAccount":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"externalId":"text","externalName":"text","type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"icon":"text","technicalSupportEmail":"hello@example.com","website":"text","description":"text","name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]},"accounts":[{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"externalId":"text","externalName":"text","type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"icon":"text","technicalSupportEmail":"hello@example.com","website":"text","description":"text","name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]}]}},"externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]},"name":"text","errors":[{"message":"text"}],"sellers":[{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"status":"Active","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"currencies":[null]}]}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"activated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unassigned": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:51:35.464Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:51:35.464Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
}
]
},
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
Created
/v1/accounts/buyers
Active
, Enabled
, Disabled
, Deleted
, Unassigned
, Conflict
, Mismatch
curl -L \
--request POST \
--url '/v1/accounts/buyers' \
--header 'Content-Type: application/json' \
--data '{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"updated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"activated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"unassigned":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}}},"$meta":{"omitted":[null]},"contact":{"phone":{"prefix":"text","number":"text"},"user":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"updated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"invitationAcceptedAt":"2025-02-22T08:51:35.464Z"},"$meta":{"omitted":["text"]},"href":"text","email":"text","status":"text","phone":{"prefix":"text","number":"text"},"firstName":"text","lastName":"text","icon":"text","lastLoginAt":"2025-02-22T08:51:35.464Z","settings":{"cultureCode":"text","languageCode":"text"},"name":"text","currentAccount":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"externalId":"text","externalName":"text","type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"icon":"text","technicalSupportEmail":"hello@example.com","website":"text","description":"text","name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]},"accounts":[{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"externalId":"text","externalName":"text","type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"icon":"text","technicalSupportEmail":"hello@example.com","website":"text","description":"text","name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]}]}},"externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]},"name":"text","errors":[{"message":"text"}],"sellers":[{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"status":"Active","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"currencies":[null]}]}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"activated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unassigned": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:51:35.464Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:51:35.464Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
}
]
},
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
Created
/v1/accounts/buyers/{id}
curl -L \
--url '/v1/accounts/buyers/{id}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"activated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unassigned": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:51:35.464Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:51:35.464Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
}
]
},
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
OK
/v1/accounts/buyers/{id}
Active
, Enabled
, Disabled
, Deleted
, Unassigned
, Conflict
, Mismatch
curl -L \
--request PUT \
--url '/v1/accounts/buyers/{id}' \
--header 'Content-Type: application/json' \
--data '{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"updated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"activated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"unassigned":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}}},"$meta":{"omitted":[null]},"contact":{"phone":{"prefix":"text","number":"text"},"user":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"updated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"invitationAcceptedAt":"2025-02-22T08:51:35.464Z"},"$meta":{"omitted":["text"]},"href":"text","email":"text","status":"text","phone":{"prefix":"text","number":"text"},"firstName":"text","lastName":"text","icon":"text","lastLoginAt":"2025-02-22T08:51:35.464Z","settings":{"cultureCode":"text","languageCode":"text"},"name":"text","currentAccount":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"externalId":"text","externalName":"text","type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"icon":"text","technicalSupportEmail":"hello@example.com","website":"text","description":"text","name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]},"accounts":[{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"externalId":"text","externalName":"text","type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"icon":"text","technicalSupportEmail":"hello@example.com","website":"text","description":"text","name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]}]}},"externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]},"name":"text","errors":[{"message":"text"}],"sellers":[{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"status":"Active","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"currencies":[null]}]}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"activated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unassigned": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:51:35.464Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:51:35.464Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
}
]
},
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
OK
/v1/accounts/buyers/{id}
curl -L \
--request DELETE \
--url '/v1/accounts/buyers/{id}'
No body
No Content
/v1/accounts/buyers/{id}/validate
Active
, Enabled
, Disabled
, Deleted
, Unassigned
, Conflict
, Mismatch
curl -L \
--request POST \
--url '/v1/accounts/buyers/{id}/validate' \
--header 'Content-Type: application/json' \
--data '{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"updated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"activated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"unassigned":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}}},"$meta":{"omitted":[null]},"contact":{"phone":{"prefix":"text","number":"text"},"user":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"updated":{"at":"2025-02-22T08:51:35.464Z","by":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","name":"text","icon":"text"}},"invitationAcceptedAt":"2025-02-22T08:51:35.464Z"},"$meta":{"omitted":["text"]},"href":"text","email":"text","status":"text","phone":{"prefix":"text","number":"text"},"firstName":"text","lastName":"text","icon":"text","lastLoginAt":"2025-02-22T08:51:35.464Z","settings":{"cultureCode":"text","languageCode":"text"},"name":"text","currentAccount":{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"externalId":"text","externalName":"text","type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"icon":"text","technicalSupportEmail":"hello@example.com","website":"text","description":"text","name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]},"accounts":[{"id":"text","audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"href":"text","externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"externalId":"text","externalName":"text","type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"icon":"text","technicalSupportEmail":"hello@example.com","website":"text","description":"text","name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]}]}},"externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"externalIds":{"pyraTenantId":"123e4567-e89b-12d3-a456-426614174000"},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"id":"text","audit":"[Circular Reference]","$meta":{"omitted":["text"]},"href":"text","name":"text","description":"text","account":"[Circular Reference]","logo":"text","isDefault":true,"modules":"[Circular Reference]","users":"[Circular Reference]","buyers":"[Circular Reference]"}]},"errors":[{"message":"text"}],"sellers":[{"audit":{"created":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"},"updated":{"at":"2025-02-22T08:51:35.464Z","by":"[Circular Reference]"}},"$meta":{"omitted":["text"]},"status":"Active","address":{"addressLine1":"text","addressLine2":"text","postCode":"text","city":"text","state":"text","country":"text"},"currencies":[null]}]}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"activated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unassigned": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
null
]
},
"href": "text",
"contact": {
"phone": {
"prefix": "text",
"number": "text"
},
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:51:35.464Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:51:35.464Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
}
]
}
},
"externalIds": {},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[Circular Reference]",
"logo": "text",
"isDefault": true,
"modules": "[Circular Reference]",
"users": "[Circular Reference]",
"buyers": "[Circular Reference]"
}
]
},
"name": "text",
"errors": [
{
"message": "text"
}
],
"sellers": [
{
"audit": {
"created": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:35.464Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"status": "Active",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"currencies": [
null
]
}
]
}
OK