All pages
Powered by GitBook
1 of 99

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

State Diagram

Client account

The following diagram shows the status transition process of a client or partner account on the platform.

The state transition diagram of a client account.

Vendor account

The following diagram shows the status transition process of a vendor account on the platform.

State description

State
Definition

Activate Account

Activates the account that was previously disabled.

Disable Account

Disables the account, preventing the account users from signing in.

Accounts API

The Accounts API enables you to programmatically access and manage key account-related data within the Marketplace Platform.

It provides secure endpoints that allow you to perform operations such as creating, updating, and retrieving information about accounts, users, user groups, licensees, sellers, and API tokens. Additionally, the API supports retrieving a list of available modules within the platform and managing ERP system links.

Use the following buttons to open the API in Swagger Editor or download the full specification:

Try API Download API

To learn about the accounts objects, including their fields, types, descriptions, and explore the endpoints, see the following links:

  • Accounts

Create Account

Creates a new account.

Update Token

Updates the specific token object.

Resend User Invitation

Resends the invitation to the user.

Delete Token

Delete a token by its token ID.

Get Account Icon

Gets the icon for the account using the account ID.

Get Token

Gets a single API token using the token ID.

Get Account User

Get a single account user by ID.

State Diagram

The following diagram shows the status transition process of an API token on the platform.

The state transition diagram of an API token.

State description

State
Definition

Active

Validate Account

Validates the account.

Accept User Invitation

Accepts the user invitation to the account.

Assign User to a Group

Assign an account user to a specific group.

Create Account User

Invite a user to the account.

Create Token

Creates a new token object for the specific account.

Disable Token

Disable a specific API token.

Remove User

Removes a user from a specific group.

Update User to Group Assignment

List Account Users

Get all users assigned to an account.

List Tokens

Gets the API tokens collection.

Create Buyer

Creates a new Buyer object for the client account.

Delete Account User

Deletes a user from the account. The user remains active in other accounts.

Update Account

Updates an existing account.

Deactivate Account

Deactivates a specific account using its ID.

List Accounts

Retrieves a list of accounts.

Enable Account

Enables the account that was previously disabled. When the account has been enabled, its status changes to Active .

Send New Invitation

Sends a new invitation if the original invite has expired.

Get Account

Gets a specific account by ID.

Enable Token

Enable a specific API token.

Account Users
API Tokens
Buyers
Cloud Tenants
ERP Links
Licensees
Modules
Sellers
Users
User Groups

New

This is the default state of a newly created account. This state is not visible on the interface.

Enabled

The account has been created, but it's not fully set up in our system. While the account can be used for transactions, these transactions will not be completed.

Active

The account is fully operational within the Marketplace.

Disabled

The account is not available for transactions, and no user can sign in or switch to this account.

The state transition diagram of a vendor account.

The token has been authenticated in the account. It will allow access to the endpoint.

Disabled

The token has been temporarily deactivated. Any attempts to access the endpoint will return an error.

Deleted

The token has been permanently removed from the system. This state is not visible to the client or vendor account users.

State Diagram

The following figure shows the state (status) transition process of a buyer in the platform.

The state transition diagram of a buyer.

State description

State
Definition

Enabled

API Tokens

The API Token object represents a user authentication token within the platform.

Field
Type
Description

The buyer has been created in the system, but SoftwareOne hasn't activated it yet.

Active

The buyer is active and can be selected from the list of buyers when ordering products.

Disabled

The buyer has been disabled and can no longer be selected when buying products.

Mismatch

The buyer’s data is not in sync with the data in our backend system. This discrepancy can occur due to various reasons. Contact support for assistance.

description

string

A description of the token.

Example: Test token

status

string

The token's status with one of these possible values: Active, Disabled, or Deleted.

modules

Module validation when creating API Token.

account

The account under which the token has been defined.

Example:

token

string

The token's authentication code.

Example

{
    "id": "TKN-4134-7330",
    "name": "Name",
    "description": "Description",
    "icon": "",
    

id

string

The primary identifier for the token.

Example: TKN-1671-0642

href

string

The relative reference to the object in the API.

Example: /v1/accounts/accounts/ACC-1671-0642/tokens/TKN-4134-7330

name

string

The name of the token.

Example: Robot

Accounts

The Account object represents an individual account on the Marketplace platform.

Field
Type
Description

id

string

The primary identifier for the account.

Example: ACC-1671-0642

href

string

A relative reference to the object.

Example: /v1/accounts/accounts/ACC-1671-0642

type

string

Example

Account Users

Field
Type
Description

id

string

The primary account user identifier.

Example: AUSR-5709-0422-8243

href

string

A relative reference to the object in the API.

Example: /v1/accounts/account-users/AUSR-5709-0422-8243

user

A reference to the User object.

account

Example

Delete Buyer

Deletes a specific buyer.

Buyer Transfer

Transfers a Buyer object with all its dependencies between Accounts sharing the same External ID.

Synchronize Buyer

Synchronizes the buyer with the ERP system.

Validate Buyer

Validate a Buyer object.

Enable Buyer

Enables a buyer that was previously disabled. When enabled, the buyer's status changes to Active if the buyer has ExternalId assigned or enabled.

Delete Cloud Tenant

List ERP Links

Delete Licensee

Deletes the licensee object.

Update Cloud Tenant

Buyer Transfer Details

Gets Buyer Transfer information. This can include an optional query string parameter destinationAccountId for the preliminary validation of the transfer operation.

Create Licensee

Creates a new licensee object.

Create Cloud Tenant

Activate Seller

Activates a previously deactivated or disabled seller.

When activated, the status changes from Offline or Disabled to Active.

Disable Buyer

Disables the Buyer object. Disabled buyers cannot be used in transactions.

Get ERP Link

Update ERP Link

Create Seller

Creates a new seller object.

Deactivate Seller

Deactivates a seller. When the seller has been deactivated, the status changes from Active to Offline.

Get Seller

Gets a single Seller object by ID.

List Licensees

List Licensee items in the Licensees collection.

Get Cloud Tenant

Update Licensee

Updates the licensee object.

You can update the licensee Seller object, except the status (which is managed through the disable, enable, delete endpoints), buyersId , and sellersId.

Disable Licensee

Disables the licensee object.

Block ERP Link

Get Licensee

Gets a single licensee object by ID.

List Buyers

Get the Buyers collection.

List User Groups

Gets the user groups collection.

Enable Licensee

Enables the licensee that was previously disabled.

Get Buyer Icon

Get Licensee Icon

Get the icon for a specific licensee.

List Sellers

Gets the Sellers collection.

Get SSO Configuration

Delete Seller

Deletes the seller object. When deleted, the status changes from Active to Deleted.

State Diagram

The following diagram shows the state (status) transition process of a user group in the platform.

State description

State
Definition

Block User

Blocks a user.

Unblock ERP Link

Create User Group

Creates a user group for the client account.

Set User Password

SetS passwords for non-SSO users during onboarding.

Get User

Get a single user by ID.

Active

The group is active.

Deleted

The group has been deleted and no longer exists.

New

The state transition diagram of a user group.

This is the initial status, and it's assigned by the platform when the group is created.

"status"
:
"Active"
,
"modules": [
{
"id": "MOD-1756-1452"
},
{
"id": "MOD-9042-8216"
}
],
"token": "CODE"
}
module
account

The type of the account.

Possible values: Client, Vendor, or Operations.

status

string

The account's status on the platform.

Possible values: Enabled, Active, or Disabled.

name

string

The name of the account.

Example: Stark Industries

description

string

The account's description.

Example: Our company account

externalId

string

External identifier - Customer Discount Group number.

Example: WW-1001111

externalName

string

External identifier - Customer Discount Group name.

Example: Stark Industries

serviceLevel

string

The service level offered to the account.

Possible values: Essential, Elite, or DSC.

address

address

The address of the company.

Example:

icon

string

The relative path to the account's logo.

Example: /static/accounts/ACC-1671-0642/logo.png

website

string

The path to the company’s website.

Example: https://www.example.com

technicalSupportEmail

string

The email address for technical support.

Example: [email protected]

audit

audit

A reference to the Audit object.

Possible values: Created, Updated, Disabled, Enabled, or Activated.

groups

userGroup

A reference to the User Group object.

{
  "id": "ACC-1671-0642",
  "type": "Client",
  "status": "Enabled",
  "name": "You Are a Test Account",
  "description": "This is a test account.",
  "externalId": "WW-1001111",
  "serviceLevel": "Express",
  "address": {
    "addressLine1": "123 Main Street",
    "addressLine2": "Apt 4B",
    "postCode": "12345",
    "city": "Cityville",
    "state": "S",
    "country": "ST"
  },
  "logo": null,
  "technicalSupportEmail": "[email protected]",
  "website": "https://example.com"  
}
{
  "id": "ACC-1671-0642",
  "type": "Client",
  "status": "Enabled",
  "name": "You Are a Test Account",
  "description": "This is a test account.",
  "externalId": "WW-1001111",
  "serviceLevel": "Express",
  "address": {
    "addressLine1": "123 Main Street",
    "addressLine2": "Apt 4B",
    "postCode": "12345",
    "city": "Cityville",
    "state": "S",
    "country": "ST"
  },
  "logo": null,
  "technicalSupportEmail": "[email protected]",
  "website": "https://example.com",
  "groups": [
		{
			"id": "UGR-9354-3382",
			"name": "Administrators",
			"description": "Manages administrative tasks and resources within an organization.",
			"logo": null,
			"isDefault": true
		}
  ],
  {
    "created": { "at": "2023-12-14T17:28:57.667Z", "by": { "id": "USR-1234-1234", "name": "John Smith" } },
    "updated": { "at": "2023-12-14T17:28:57.667Z", "by": { "id": "USR-1234-1234", "name": "John Smith" } },
    "disabled": { "at": "2023-12-14T17:28:57.667Z", "by": { "id": "USR-1234-1234", "name": "John Smith" } },
    "enabled": { "at": "2023-12-14T17:28:57.667Z", "by": { "id": "USR-1234-1234", "name": "John Smith" } },
    "activated": { "at": "2023-12-14T17:28:57.667Z", "by": { "id": "USR-1234-1234", "name": "John Smith" } }
  }
}

account

A reference to the Account object.

invitation

invitation.status

The status of the invitation.

Possible values: Invited, Active, or InvitationExpired.

Example:

groups

userGroup

A list of user groups.

Example:

user
{
    "$meta": {
        "pagination": {
            "offset": 0,
            "limit": 10,
            "total": 1
        },
        "omitted": [
            "audit"
        ]
    },
    "data": [
        {
            "id": "AUSR-4134-7183-7330",
            "user": {
                "id": "USR-6375-2499",
                "email": "[email protected]",
                "firstName": "test",
                "lastName": "test"
            },
            "groups": [
                {
                    "id": "UGR-8447-7590",
                    "name": "test2",
                    "description": "test2",
                    "logo": "",
                    "isDefault": false
                }
            ],
            "account": {
                "id": "ACC-1671-0642",
                "icon": null,
                "name": "You Are a Test Account"
            },
            "invitation": {
                "code": "TEST",
                "status": "Invited"
            }
        }
    ]
}

Deactivate Buyer

Deactivates a specific buyer.

Update Buyer

Update the Buyer object. You can only update the Logo and Contact fields.

State Diagram

The following diagram shows the state (status) transition process of a seller in the platform.

The state transition diagram of a seller.

State description

State
Definition

Active

List Cloud Tenants

Get Buyer

Get a single Buyer object by ID.

Disable Seller

Disables or deactivates the seller object. When the seller has been disabled, the status changes from Active to Disabled. Note that disabled sellers can't be used in transactions.

State Diagram

The following diagram shows the state (status) transition process of a licensee in the platform.

The state transition diagram of a licensee.

State description

State
Definition

Active

Modules

The Module object represents a module in the Marketplace platform.

Field
Type
Description

id

string

The primary module identifier.

Example: MOD-1234

name

string

The name of the module.

Example: Invoices

description

string

Example

Update Seller

Updates the seller object, except for the seller's status. To manage the status, use the disable, activate, deactivate, and delete endpoints.

Get Seller Icon

Retrieves the icon for the seller.

State Diagram

The following diagram shows the state (status) transition process of a user in the platform.

The state transition diagram of a user.

State description

State
Definition

Invited

Delete User Group

Delete a user group.

List Modules

Gets a list of modules within the platform.

Update User

Updates a user by its ID.

List Users

GetS a list of all platform users.

Unblock User

Unblock a previously blocked user.

Update User Group

Updates a user group.

Get User Group

Gets a single user group by ID.

{
  "id": "ACC-123-123",
  "name": "Microsoft"
}
{
  "addressLine1": "123 Main Street",
  "addressLine2": "Apt 4B",
  "postCode": "12345",
  "city": "Cityville",
  "state": "S",
  "country": "ST"
}
{ 
  "id": "ACC-1671-0642",
  "icon": null,
  "name": "You Are a Test Account"
}
{
  "url": "https://client.softwareone.com/accept-invite?code=invitationCode",
  "status": "Invited"
}
[
  {
    "id": "UGR-8447-7590",
    "name": "test2",
    "description": "test2",
    "logo": "",
    "isDefault": false
  }
]

The seller is active and available for transactions in the Marketplace

Offline

The seller is unavailable or offline.

Disabled

The seller is not operational and cannot be used for transactions. However, you can still access any historical data related to the seller.

Deleted

The seller has been deleted. This status is not visible on the interface.

The licensee is active and can be used when buying products in the platform.

Enabled

The licensee has been set up in the system, but can't be used for transactions.

Disabled

The licensee has been disabled and can no longer be used.

Deleted

The licensee has been deleted.

The user has been invited to join the account but has not accepted the invite yet.

This status remains in place until the invitation is accepted.

Invitation expired

The user's invitation has expired because they didn't accept it within 7 days from the send date.

Active

The user can access the account and perform operations based on their permissions.

Blocked

The user has been restricted from accessing the account.

This could be due to terms and conditions violations, security concerns, or at the administrator's discretion.

Disabled

The user has been removed from the account. They cannot perform any operation in the account.

Deleted

The user no longer exists in the system.

This object contains the following attributes:

This object contains the following attributes:

This object contains the following attributes:

A description of the module.

Example: Invoices module

accountTypes

string

Defines the presence of the module for each account type.

Example: Vendor

isEnabledByDefault

boolean

Defines whether the module is enabled by default.

Example: true

isConfigurable

boolean

Defines whether the module’s access can be changed.

Example: true

{
  "id": "MOD-1234",
  "name": "Invoices",
  "description": "Invoices module",
  "accountTypes": ["vendor", "client", "operations"],
  "isEnabledByDefault": true,
  "isConfigurable": false
}

This object contains the following attributes:

Cloud Tenants

A Cloud Tenant represents a cloud tenant object in the Marketplace Platform.

This object contains the following attributes:

Field
Type
Description

id

string

The primary identifier for the cloud tenant.

Example: CLT-1234-9876

name

string

The name of the cloud tenant.

Example: AdAstraflex

status

string

Cloud Tenant External IDs

Field
Type
Description

Example

ERP Links

The ERP Link represents a connection between a Buyer and a Seller object in the Marketplace.

This object contains the following attributes:

Field
Type
Description

id

string

The primary identifier for the ERP link.

Example: ERP-1234-1234.

status

enum

The status of the object. The possible values are Active or Blocked.

note

string

Example

Buyers

The Buyer object represents an individual buyer in the Marketplace Platform.

Field
Type
Description

Sellers

The Seller object represents a seller in the Marketplace platform.

Field
Type
Description

The status of the cloud tenant with one of these possible values: Active, Disabled, or Deleted.

account

account

The account to which the cloud tenant is assigned.

type

string

The type of cloud tenant.

Example: Csp365

externalId

object

A reference to Cloud Tenant External IDs.

audit

audit

A reference to the Audit object.

pyraTenantId

string

Indicates the PYC tenant ID.

Example: ce4b61dd-9426-4b4a-855f-6162f790a457

cloudConsumptionId

string

Indicates the unique identifier of this cloud tenant in PYC.

Example: f94c03b5-c2ee-478a-964c-bfb591a7a205

providerId

string

Indicates the object identifier within the cloud provider, like AWS, Azure, and more.

Example: de14dafc-9323-40ed-bdbd-cbf32311d59e

{
    "id": "CLT-3206-7146",   
    "account": {
        "id": "ACC-2253-2884",      
        "type": "Client",
        "status": "Active",
        "name": "AdAstrafleX"
    },
    "externalIds": {
        "cloudConsumptionId": "012b2a18-1df0-473f-8759-c3c019b54486",
        "providerId": "7270638c-ca21-4500-ac82-25dca634566a",
        "pyraTenantId": "c6469e97-302a-408a-8589-2122a0bb725d"
    },
    "name": "AdAstraflex Germany",
    "status": "Active",
    "type": "CspAzure",
    "audit": {
        "created": {
            "at": "2024-12-12T11:17:44.042Z",
            "by": {
                "id": "TKN-9299-7556",              
                "name": "Migration token"
            }
        }
    }
}

name

string

The names of the buyer and seller.

Example: AGCO Corporation - SoftwareONE Argentina

externalIds

object

A reference to the BuyerExternalIdsObject.

Example:

address

address

The address of the buyer in the given seller instance.

companyName

string

The name of the buyer in the given seller instance.

Example: AGCO Corporation

buyer

buyer

A reference to the Buyer object.

seller

seller

A reference to the Seller object.

audit

audit

A reference to the Audit object.

Possible values: Created, Updated, Blocked, or Unblocked.

{
	"id": "ERP-0808-7934-2576",
	"buyer": {
		"id": "BUY-0808-7934",		
		"name": "AGCO Corporation"
	},
	"seller": {
		"id": "SEL-1968-2576",		
		"externalId": "AR",
		"name": "SoftwareONE Argentina",
		"icon": "/v1/accounts/sellers/SEL-1968-2576/icon"
	},
	"name": "AGCO Corporation - SoftwareONE Argentina",
	"status": "Active",
	"externalIds": {
		"erpCompanyContact": "US-CON-183485",
		"erpCustomer": "US-SCU-117126",
		"accountExternalId": "WW-100502"
	},
	"address": {
		"addressLine1": "4205 River Green Pkwy",
		"postCode": "30096",
		"city": "DULUTH",
		"state": "GA",
		"country": "US"
	},
    "companyName": "AGCO Corporation",
	"audit": {
		"created": {
			"at": "2025-01-21T12:27:31.716Z",
			"by": {
				"id": "TKN-4113-7170",			
				"name": "[DO NOT REMOVE] Navision Extension"
			}
		},
		"updated": {
			"at": "2025-03-10T12:45:04.479Z",
			"by": {
				"id": "TKN-8915-3154",				
				"name": "Jakub Parteka Token"
			}
		}
	}
}
{
	"erpCompanyContact": "WW-CON-123456",
	"erpCustomer": "WW-SCU-123456",
	"erpCustomerDiscountGroup": "WW-12345"
}

name

string

The buyer's name.

Example: Stark Industries

icon

string

The relative path to the buyer’s logo.

Example: /static/accounts/BUY-1234-1234/logo.png

externalIds

The external identifier.

Example:

address

The address of the buyer.

Example:

taxId

string

The buyer's tax ID.

Example: 12-34567890

account

A reference to the buyer’s account object.

sellers

A reference to the Seller object.

contact

object

The details of the contact person.

Example:

audit

A reference to the Audit object.

Example

{
	"id": "BUY-3911-2313",
	"contact": {
		"name": "Will Smith",
		"firstName": "Will",
		"lastName":

id

string

The primary identifier for the buyer.

Example: BUY-1234-1234

href

string

A relative reference to the object in the API.

Example: /v1/accounts/buyers/BUY-1234-1234

status

string

This object contains the following attributes:

The status of the buyer. The possible values include Enabled, Active, Disabled, or Deleted.

name

string

The seller's name.

Example: SoftwareOne USA

icon

string

The relative path to the seller’s logo.

Example: /static/accounts/SEL-1234-1234/logo.png

externalId

string

The external identifier.

Example: WW-CON-123456

address

The address of the seller.

Example:

currency

string

The seller's currency.

buyers

A reference to the Buyer object.

audit

A reference to the Audit object.

Example

{
	"id": "SEL-7295-4834",
	"externalId": "SWO_CH",
	"status": "Active",
	"icon": null,
	"currency"
{
	"id": "SEL-7295-4834",
	"externalId": "SWO_CH",
	"status": "Active",
	"icon": null,
	"currency"

id

string

The primary seller identifier.

Example: SEL-1234-1234

href

string

The relative reference to the object in the API.

Example: /v1/accounts/sellers/SEL-1234-1234

status

string

This object contains the following attributes:

The seller's status. Possible values are Active, Disabled, Offline , or Deleted.

User Group

The User Group object represents a user group in the Marketplace platform.

This object contains the following attributes:

Field
Type
Description

id

string

The primary identifier for the user group.

Example: UGR-1234-1234

href

string

A relative reference to the object within the API.

Example: /v1/accounts/groups/UGR-1234-1234

icon

string

Example

Licensees

The Licensee object represents a licensee in the Marketplace platform.

Field
Type
Description
{
	"id": "BUY-3911-2313",
	"contact": {
		"name": "Will Smith",
		"firstName": "Will",
		"lastName": "Smith",
		"email": "[email protected]",
		"phone": null,
		"user": {
			"id": "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",
		"type": "Client",
		"status": "Active",
		"icon": null,
		"name": "AdAstraflexx"
	},
	"name": "Stark Industries",
	"sellers": [
		{
			"id": "SEL-1299-2079",
			"externalId": "SWO_CH",
			"name": "SoftwareOne AG"
		}
	],
	"audit": {
		"created": {
			"at": "2023-12-14T13:44:20.896Z",
			"by": {
				"id": "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",
				"icon": null,
				"invited": "2024-02-03T11:34:15.383Z",
				"joined": "2024-02-04T12:34:15.383Z",
				"lastLogin": null,
				"name": "Will Smith"
			}
		}
	}
}

The relative path to the token’s logo.

Example: /static/accounts/UGR-1234-1234/logo.png

name

string

The name of the user group.

Example: Stark Industries

description

string

A description of the group.

Example: Stark's marketing group

modules

module

The modules that the group members can access.

Example: Invoices

default

bool

Indicates if the user group is set as default within the account. There can be only one default user group per account.

Example: true

stats

stats

Statistics for the group. A group can be deleted only if the user count is 0.

Example:

{
  "id": "UGR-5116-6265",
  "name": "Test-1",
  "description": "My finance group",
  "modules": [
    {
      "id": "MOD-1756-1452",
      "name": "Access management"
    },
    {
      "id": "MOD-9042-8216",
      "name": "Account management"
    }
  ],
  "icon": "https://picsum.photos/210/201",
  "default": true,
  "stats": {
    "users": 123
  }
}
"Smith"
,
"email": "[email protected]",
"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"
}
externalIds
address
account
seller
audit
:
"USD"
,
"address": {
"addressLine1": "Some street",
"addressLine2": null,
"postCode": "P0S C0D3",
"city": "Some city",
"state": "SS",
"country": "CH"
},
"name": "SoftwareOne AG"
}
:
"USD"
,
"address": {
"addressLine1": "Some street",
"addressLine2": null,
"postCode": "P0S C0D3",
"city": "Some city",
"state": "SS",
"country": "CH"
},
"name": "SoftwareOne AG",
"buyers": [
{
"id": "BUY-2321-7707",
"name": "My first buyer"
}
],
"audit": {
"created": {
"at": "2023-12-14T14:19:13.410Z",
"by": {
"id": "USR-0000-0001",
"icon": null,
"invited": "2024-02-03T11:59:55.933Z",
"joined": "2024-02-04T12:59:55.933Z",
"lastLogin": null,
"name": "Will Smith"
}
},
"updated": {
"at": "2024-01-24T09:33:09.073Z",
"by": {
"id": "USR-0000-0001",
"icon": null,
"invited": "2024-02-03T11:59:55.933Z",
"joined": "2024-02-04T12:59:55.933Z",
"lastLogin": "2024-02-05T13:59:55.933Z",
"name": "Will Smith"
}
}
}
}
address
buyer
audit
{
  "users": 123
}
{
 "erpCompanyContact": "WW-CON-123456",
 "erpCustomer": "WW-SCU-123456"
}
{
  "addressLine1": "123 Main Street",
  "addressLine2": "Apt 4B",
  "postCode": "12345",
  "city": "Cityville",
  "state": "S",
  "country": "ST"
}
{
  "name": "Will Smith",
  "firstName": "Will",
  "lastName": "Smith",
  "email": "[email protected]",
  "phone": null,
  "user": {
    "id":   "USR-0000-0001",
    "icon": null,
    "name": "Will Smith"
  }
}
{
  "addressLine1": "123 Main Street",
  "addressLine2": "Apt 4B",
  "postCode": "12345",
  "city": "Cityville",
  "state": "S",
  "country": "ST"
}

name

string

The licensee's name.

Example: Stark Industries Finance Dept

icon

string

A relative path to the licensee’s logo.

Example: /static/accounts/LIC-1234-1234-1234/logo.png

externalId

string

The external identifier.

Example: WW-CON-12345678

useBuyerAddress

boolean

Defines whether the address should be copied from the buyer.

Example: true

address

The address of the licensee.

Example:

description

string

A description of the licensee.

contact

object

The details of the contact person.

Example:

buyer

A reference to the Buyer object.

seller

A reference to the Seller object.

account

A reference to the Account object.

audit

object

A reference to the Audit object.

Possible values: Created, Updated, Activated, Disabled, Deactivated, or Deleted.

Example

{
	"id": "LCE-8893-6916-0000",
	"contact": null,
	"name": "Stark Industries",
	"externalId": null,
	
{
	"id": "LCE-8893-6916-0000",
	"contact": null,
	"name": "Stark Industries",
	"externalId": null,
	"status"

id

string

The primary identifier for the licensee.

Example: LCE-1234-1234-1234

href

string

A relative reference to the object in the API.

Example: /v1/accounts/licensees/LIC-1234-1234-1234"

status

string

This object contains the following attributes:

The status of the licensee.

Possible values: Enabled, Active, Disabled, or Deleted.

Users

The User object represents a single user on the Marketplace platform.

This object contains the following attributes:

Field
Type
Description

id

string

The primary identifier for the user.

Example: USR-1671-0642

href

string

The relative reference to the object.

Example: /v1/accounts/users/USR-1671-0642

email

string

Example

The email address of the user.

Example: [email protected]

status

string

The status of the user. Possible enum values:

New

Invited

Invitation

Expired

Active

Blocked

Disabled

Deleted

A user can have Invited or InvitationExpired status only if they haven't joined the account.

name

string

The name of the user.

Example: Will Smith

firstName

string

The first name of the user.

Example: Will

lastName

string

The last name of the user.

Example: Smith

phone

object

The country code and phone number of the user.

Example:

SSO

bool

A flag to indicate if the user logs in using SSO.

Example: true

acceptedTerms

bool

A flag to indicate if the user has accepted the terms and conditions.

Example: true

accounts

account

The list of accounts to which the user has been added.

Example:

groups

group

All groups that the user belongs to.

Example:

invitation

object

The invitation object. This is added only in the context of the account (on account sub-collection), and only in case of the user being invited.

Example:

invitation.code

string

The invitation code sent to user to invite them to the platform.

Example: 910B14E6CB2343A09CB32F24BBC4BEF1

invitation.status

string

The invitation status for the user in the account.

Example: Invited

audit

audit

Represents the audit object.

Example:

"status"
:
"Active"
,
"address": null,
"useBuyerAddress": false,
"icon": null,
"description": null
}
:
"Active"
,
"address": null,
"useBuyerAddress": false,
"icon": null,
"description": null,
"account": {
"id": "ACC-5563-4382",
"type": "Client",
"status": "Active",
"icon": null,
"name": "AdAstraflexx"
},
"buyer": {
"id": "BUY-8928-0965",
"name": "Stark Industries"
},
"seller": {
"id": "SEL-4717-3953",
"externalId": "SWO_CA",
"name": "SoftwareOne Canada, Inc."
}
}
address
buyer
seller
account
{ 
  "prefix": "+34",
  "number": "660707172"
}
[
  {
    "id": "ACC-1671-0642",
    "name": "You Are a Test Account"
  }
]
[
  {
    "id": "UGR-5116-6265",
    "name": "Administrators"
  },
  {
    "id": "UGR-5116-6565",
    "name": "Fulfillment Managers"
  }
]
{
  "code": "910B14E6CB2343A09CB32F24BBC4BEF1",
  "status": "Invited"
}
{
    "created": { ... },
    "updated": { ... },
    "joined": { ... },
    "login": { ... },
    "access": { ... }
}
{
  "id": "USR-6375-2499",
  "email": "[email protected]",
  "name": "John Smith",
  "firstName": "John",
  "lastName": "Smith",
  "status": "Invited",
  "phone": { 
      "prefix": "+34",
      "number": "660707172"
  },
  "accounts": [
		{
			"id": "ACC-1671-0642",
			"icon": null,
			"name": "You Are a Test Account"
		}
  ],
  "group": [
      {
        "id": "UGR-5116-6265",
        "name": "Administrators"
      },
      {
        "id": "UGR-5116-6565",
        "name": "Fulfillment Managers"
      }
  ],
  "invitation": {
    "code": "910B14E6CB2343A09CB32F24BBC4BEF1",
    "status": "Invited"
  }
}
{
  "addressLine1": "123 Main Street",
  "addressLine2": "Apt 4B",
  "postCode": "12345",
  "city": "Cityville",
  "state": "S",
  "country": "ST"
}
{
  "name": "Will Smith",
  "firstName": "Will",
  "lastName": "Smith",
  "email": "[email protected]",
  "phone": null,
  "user": {
    "id": "USR-0000-0001",
    "icon": null,
    "name": "Will Smith"
  }
}
 "addressLine1": "123 Main Street",
  "addressLine2": "Apt 4B",
  "postCode": "12345",
  "city": "Cityville",
  "state": "S",
  "country": "ST"
}
delete
Path parameters
idstringRequired
Responses
204

No Content

400

Bad Request

application/json
404

Not Found

application/json
delete
/public/v1/accounts/api-tokens/{id}
DELETE /public/v1/accounts/api-tokens/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

get
Path parameters
idstringRequired
Responses
307

Temporary Redirect

404

Not Found

application/json
get
/public/v1/accounts/accounts/{id}/icon
GET /public/v1/accounts/accounts/{id}/icon HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

Deprecated
delete
Path parameters
idstringRequired
userGroupIdstringRequired
Responses
204

No Content

400

Bad Request

application/json
404

Not Found

application/json
delete
/public/v1/accounts/account-users/{id}/groups/{userGroupId}

No content

Deprecated
delete
Path parameters
idstringRequired
Responses
204

No Content

400

Bad Request

application/json
404

Not Found

application/json
delete
/public/v1/accounts/account-users/{id}

No content

delete
Path parameters
idstringRequired
Responses
204

No Content

400

Bad Request

application/json
404

Not Found

application/json
delete
/public/v1/accounts/buyers/{id}
DELETE /public/v1/accounts/buyers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

delete
Path parameters
idstringRequired
Responses
204

No Content

404

Not Found

application/json
delete
/public/v1/accounts/cloud-tenants/{id}
DELETE /public/v1/accounts/cloud-tenants/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

delete
Path parameters
idstringRequired
Responses
204

No Content

400

Bad Request

application/json
404

Not Found

application/json
delete
/public/v1/accounts/licensees/{id}
DELETE /public/v1/accounts/licensees/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

get
Path parameters
idstringRequired
Responses
307

Temporary Redirect

404

Not Found

application/json
get
/public/v1/accounts/buyers/{id}/icon
GET /public/v1/accounts/buyers/{id}/icon HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

get
Path parameters
idstringRequired
Responses
307

Temporary Redirect

404

Not Found

application/json
get
/public/v1/accounts/licensees/{id}/icon
GET /public/v1/accounts/licensees/{id}/icon HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

get
Path parameters
idstringRequired
Responses
200

OK

get
/public/v1/accounts/users/{id}/sso
GET /public/v1/accounts/users/{id}/sso HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

No content

delete
Path parameters
idstringRequired
Responses
204

No Content

400

Bad Request

application/json
404

Not Found

application/json
delete
/public/v1/accounts/sellers/{id}

No content

get
Path parameters
idstringRequired
Responses
307

Temporary Redirect

404

Not Found

application/json
get
/public/v1/accounts/sellers/{id}/icon
GET /public/v1/accounts/sellers/{id}/icon HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

delete
Path parameters
idstringRequired
Responses
204

No Content

400

Bad Request

application/json
404

Not Found

application/json
delete
/public/v1/accounts/user-groups/{id}
DELETE /public/v1/accounts/user-groups/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

DELETE /public/v1/accounts/account-users/{id}/groups/{userGroupId} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
DELETE /public/v1/accounts/account-users/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
DELETE /public/v1/accounts/sellers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
post
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
iconstring | nullableOptional
externalIdsall ofOptional
externalIdstring · min: 1 · max: 250Required
externalNamestring | nullableOptional
typeall ofOptional
string · enumOptionalPossible values:
statusall ofOptional
string · enumOptionalPossible values:
serviceLevelall ofOptional
string · enumOptionalPossible values:
addressall ofOptional
technicalSupportEmailstring · email | nullableOptional
websitestring | nullableOptional
descriptionstring | nullableOptional
namestring · min: 1 · max: 500Required
eligibilityall ofOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/accounts/{id}/activate
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/accounts/{id}/disable
post
Body
logostring · binaryOptional
Responses
201

Created

application/json
400

Bad Request

application/json
post
/public/v1/accounts/accounts
put
Path parameters
idstringRequired
Body
namestringOptional
descriptionstring | nullableOptional
iconstring | nullableOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/api-tokens/{id}
Deprecated
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/account-users/{id}/resend-invite
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/api-tokens/{id}
Deprecated
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/account-users/{id}
GET /public/v1/accounts/account-users/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
post
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
iconstring | nullableOptional
externalIdsall ofOptional
externalIdstring | nullableOptional
externalNamestring | nullableOptional
typeall ofOptional
string · enumOptionalPossible values:
statusall ofOptional
string · enumOptionalPossible values:
serviceLevelall ofOptional
string · enumOptionalPossible values:
addressall ofOptional
technicalSupportEmailstring | nullableOptional
websitestring | nullableOptional
descriptionstring | nullableOptional
namestring | nullableOptional
eligibilityall ofOptional
Responses
200

OK

application/json
400

Bad Request

application/json
post
/public/v1/accounts/accounts/{id}/validate
Deprecated
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/account-users/{id}/accept-invite
Deprecated
post
Path parameters
idstringRequired
Body
idall ofOptional
anyOptionalPattern: ^UGR-\d\d\d\d-\d\d\d\d$
and
anyOptionalPattern: ^UGR-\d\d\d\d-\d\d\d\d$
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/account-users/{id}/groups
Deprecated
post
Body
emailall ofOptional
firstNamestringOptional
lastNamestringOptional
phoneall ofOptional
settingsall ofOptional
userall ofOptional
accountall ofOptional
invitationall ofOptional
Responses
201

Created

application/json
400

Bad Request

application/json
post
/public/v1/accounts/account-users
post
Body
accountall ofOptional
namestringOptional
iconstring | nullableOptional
descriptionstring | nullableOptional
Responses
201

Created

application/json
400

Bad Request

application/json
post
/public/v1/accounts/api-tokens
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/api-tokens/{id}/disable
POST /public/v1/accounts/api-tokens/{id}/disable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
Deprecated
put
Path parameters
idstringRequired
Bodyobject[]
idall ofOptional
anyOptionalPattern: ^UGR-\d\d\d\d-\d\d\d\d$
and
anyOptionalPattern: ^UGR-\d\d\d\d-\d\d\d\d$
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/account-users/{id}/groups
Deprecated
get
Responses
200

OK

application/json
get
/public/v1/accounts/account-users
GET /public/v1/accounts/account-users HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

get
Responses
200

OK

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

OK

post
Body
logostring · binaryOptional
Responses
201

Created

application/json
400

Bad Request

application/json
post
/public/v1/accounts/buyers
put
Path parameters
idstringRequired
Body
logostring · binaryOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/accounts/{id}
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/accounts/{id}/deactivate
get
Responses
200

OK

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

OK

post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/accounts/{id}/enable
Deprecated
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/account-users/{id}/send-new-invite
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/accounts/{id}
GET /public/v1/accounts/accounts/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/api-tokens/{id}/enable
POST /public/v1/accounts/api-tokens/{id}/enable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
post
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
iconstring | nullableOptional
contactall ofOptional
externalIdsall ofOptional
statusall ofOptional
string · enumOptionalPossible values:
addressall ofOptional
taxIdstring | nullableOptional
accountall ofRequired
namestring | nullableOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/buyers/{id}/transfer
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
409

Conflict

application/json
post
/public/v1/accounts/buyers/{id}/synchronize
post
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
iconstring | nullableOptional
contactall ofOptional
externalIdsall ofOptional
statusall ofOptional
string · enumOptionalPossible values:
addressall ofOptional
taxIdstring | nullableOptional
accountall ofRequired
namestring | nullableOptional
Responses
200

OK

application/json
400

Bad Request

application/json
post
/public/v1/accounts/buyers/{id}/validate
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/buyers/{id}/enable
get
Responses
200

OK

application/json
get
/public/v1/accounts/erp-links
GET /public/v1/accounts/erp-links HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

put
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
accountall ofOptional
externalIdsall ofOptional
namestringOptional
statusstringOptional
typestringOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/cloud-tenants/{id}
get
Path parameters
idstringRequired
Query parameters
destinationAccountIdstringOptional
Responses
200

OK

application/json
400

Bad Request

application/json
get
/public/v1/accounts/buyers/{id}/transfer
post
Body
logostring · binaryOptional
Responses
201

Created

application/json
400

Bad Request

application/json
post
/public/v1/accounts/licensees
post
Body
typeall ofOptional
string · enumOptionalPossible values:
namestring · min: 1 · max: 100Required
statusall ofOptional
string · enumOptionalPossible values:
externalIdsall ofRequired
accountall ofOptional
Responses
201

Created

application/json
400

Bad Request

application/json
post
/public/v1/accounts/cloud-tenants
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/sellers/{id}/activate
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/buyers/{id}/disable
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/erp-links/{id}
GET /public/v1/accounts/erp-links/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
put
Path parameters
idstringRequired
Body
logostring · binaryOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/erp-links/{id}
post
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
iconstring | nullableOptional
externalIdstring | nullableOptional
statusall ofOptional
string · enumOptionalPossible values:
currenciesstring[] · min: 1Required
addressall ofOptional
namestring · min: 1 · max: 500Required
erpLinkall ofOptional
Responses
201

Created

application/json
400

Bad Request

application/json
post
/public/v1/accounts/sellers
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/sellers/{id}/deactivate
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/sellers/{id}
GET /public/v1/accounts/sellers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
get
Responses
200

OK

application/json
get
/public/v1/accounts/licensees
200

OK

get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/cloud-tenants/{id}
GET /public/v1/accounts/cloud-tenants/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
put
Path parameters
idstringRequired
Body
logostring · binaryOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/licensees/{id}
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/licensees/{id}/disable
POST /public/v1/accounts/licensees/{id}/disable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
post
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
iconstring | nullableOptional
buyerall ofOptional
sellerall ofOptional
namestringOptional
companyNamestring | nullableOptional
statusall ofOptional
string · enumOptionalPossible values:
notestring | nullableOptional
externalIdsall ofOptional
addressall ofOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/erp-links/{id}/block
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/licensees/{id}
GET /public/v1/accounts/licensees/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
get
Responses
200

OK

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

OK

get
Responses
200

OK

application/json
get
/public/v1/accounts/user-groups
GET /public/v1/accounts/user-groups HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/licensees/{id}/enable
get
Responses
200

OK

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

OK

post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/users/{id}/block
POST /public/v1/accounts/users/{id}/block HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
post
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
iconstring | nullableOptional
buyerall ofOptional
sellerall ofOptional
namestringOptional
companyNamestring | nullableOptional
statusall ofOptional
string · enumOptionalPossible values:
notestring | nullableOptional
externalIdsall ofOptional
addressall ofOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/erp-links/{id}/unblock
post
Body
namestringOptional
descriptionstring | nullableOptional
logostring | nullableOptional
accountall ofOptional
Responses
201

Created

application/json
400

Bad Request

application/json
post
/public/v1/accounts/user-groups
post
Path parameters
idstringRequired
Body
passwordstring · min: 1Required
Responses
200

OK

application/json
400

Bad Request

application/json
post
/public/v1/accounts/users/{id}/set-password
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/users/{id}
GET /public/v1/accounts/users/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/buyers/{id}/deactivate
POST /public/v1/accounts/buyers/{id}/deactivate HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
put
Path parameters
idstringRequired
Body
logostring · binaryOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/buyers/{id}
get
Responses
200

OK

application/json
get
/public/v1/accounts/cloud-tenants
GET /public/v1/accounts/cloud-tenants HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/buyers/{id}
GET /public/v1/accounts/buyers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/sellers/{id}/disable
put
Path parameters
idstringRequired
Body
logostring · binaryOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/sellers/{id}
get
Responses
200

OK

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

OK

put
Path parameters
idstringRequired
Body
iconstring · binaryOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/users/{id}
Deprecated
get
Responses
200

OK

application/json
get
/public/v1/accounts/account-users
GET /public/v1/accounts/account-users HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/users/{id}/unblock
POST /public/v1/accounts/users/{id}/unblock HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
put
Path parameters
idstringRequired
Body
namestringOptional
descriptionstring | nullableOptional
logostring | nullableOptional
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
put
/public/v1/accounts/user-groups/{id}
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/accounts/user-groups/{id}
GET /public/v1/accounts/user-groups/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/account-users/{id}/accept-invite HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/accounts/{id}/deactivate HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/accounts/{id}/enable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/account-users/{id}/send-new-invite HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/buyers/{id}/enable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/sellers/{id}/activate HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/buyers/{id}/disable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/sellers/{id}/deactivate HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/licensees/{id}/enable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
POST /public/v1/accounts/sellers/{id}/disable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
GET /public/v1/accounts/api-tokens/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
GET /public/v1/accounts/licensees HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {}
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "account": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      },
      "externalIds": {
        "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
        "providerId": "text",
        "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
      },
      "name": "text",
      "status": "text",
      "type": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
POST /public/v1/accounts/accounts/{id}/activate HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 683

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
POST /public/v1/accounts/accounts/{id}/disable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
POST /public/v1/accounts/accounts HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 2566

{
  "account": {
    "ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ExternalId": "text",
    "ExternalName": "text",
    "Type": "Client",
    "Status": "Active",
    "ServiceLevel": "Express",
    "Address.AddressLine1": "text",
    "Address.AddressLine2": "text",
    "Address.PostCode": "text",
    "Address.City": "text",
    "Address.State": "text",
    "Address.Country": "text",
    "TechnicalSupportEmail": "text",
    "Website": "text",
    "Description": "text",
    "Name": "text",
    "Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Eligibility.Client": true,
    "Eligibility.Partner": true,
    "Icon": "text",
    "Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.ById": "text",
    "Audit.Created.By.Name": "text",
    "Audit.Created.By.Icon": "text",
    "Audit.Created.By.HasIcon": true,
    "Audit.Created.By.Type": "User",
    "Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Updated.ById": "text",
    "Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Id": "text",
    "Audit.Created.By.SystemId": 1,
    "Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.ById": "text",
    "Audit.Updated.By.Name": "text",
    "Audit.Updated.By.Icon": "text",
    "Audit.Updated.By.HasIcon": true,
    "Audit.Updated.By.Type": "User",
    "Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Created.ById": "text",
    "Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Audit.Updated.By.Id": "text",
    "Audit.Updated.By.SystemId": 1,
    "Id": "text",
    "SystemId": 1
  },
  "logo": "binary"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "status": "text",
  "name": "text",
  "description": "text",
  "icon": "text",
  "lastAccessAt": "2025-12-14T08:18:02.650Z",
  "token": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ]
}
PUT /public/v1/accounts/api-tokens/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 76

{
  "name": "text",
  "description": "text",
  "icon": "text",
  "modules": [
    {
      "id": "text"
    }
  ]
}
POST /public/v1/accounts/account-users/{id}/resend-invite HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "access": {
      "at": "2025-12-14T08:18:02.650Z"
    },
    "joined": {
      "at": "2025-12-14T08:18:02.650Z"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "user": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "invitation": {
    "url": "text",
    "status": "text"
  },
  "lastLoginAt": "2025-12-14T08:18:02.650Z"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "status": "text",
  "name": "text",
  "description": "text",
  "icon": "text",
  "lastAccessAt": "2025-12-14T08:18:02.650Z",
  "token": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "access": {
      "at": "2025-12-14T08:18:02.650Z"
    },
    "joined": {
      "at": "2025-12-14T08:18:02.650Z"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "user": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "invitation": {
    "url": "text",
    "status": "text"
  },
  "lastLoginAt": "2025-12-14T08:18:02.650Z"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
POST /public/v1/accounts/accounts/{id}/validate HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 673

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "text",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "access": {
      "at": "2025-12-14T08:18:02.650Z"
    },
    "joined": {
      "at": "2025-12-14T08:18:02.650Z"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "user": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "invitation": {
    "url": "text",
    "status": "text"
  },
  "lastLoginAt": "2025-12-14T08:18:02.650Z"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "access": {
      "at": "2025-12-14T08:18:02.650Z"
    },
    "joined": {
      "at": "2025-12-14T08:18:02.650Z"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "user": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "invitation": {
    "url": "text",
    "status": "text"
  },
  "lastLoginAt": "2025-12-14T08:18:02.650Z"
}
POST /public/v1/accounts/account-users/{id}/groups HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 13

{
  "id": "text"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "access": {
      "at": "2025-12-14T08:18:02.650Z"
    },
    "joined": {
      "at": "2025-12-14T08:18:02.650Z"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "user": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "invitation": {
    "url": "text",
    "status": "text"
  },
  "lastLoginAt": "2025-12-14T08:18:02.650Z"
}
POST /public/v1/accounts/account-users HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 414

{
  "email": {
    "address": "text"
  },
  "firstName": "text",
  "lastName": "text",
  "phone": {
    "prefix": "text",
    "number": "text"
  },
  "settings": {
    "cultureCode": "text",
    "languageCode": "text"
  },
  "user": {
    "email": {
      "address": "text"
    },
    "firstName": "text",
    "lastName": "text",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "settings": {
      "cultureCode": "text",
      "languageCode": "text"
    }
  },
  "account": {
    "id": "text"
  },
  "groups": [
    {
      "id": "text"
    }
  ],
  "invitation": {
    "status": "text"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "status": "text",
  "name": "text",
  "description": "text",
  "icon": "text",
  "lastAccessAt": "2025-12-14T08:18:02.650Z",
  "token": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ]
}
POST /public/v1/accounts/api-tokens HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 100

{
  "account": {
    "id": "text"
  },
  "name": "text",
  "icon": "text",
  "description": "text",
  "modules": [
    {
      "id": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "status": "text",
  "name": "text",
  "description": "text",
  "icon": "text",
  "lastAccessAt": "2025-12-14T08:18:02.650Z",
  "token": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "access": {
      "at": "2025-12-14T08:18:02.650Z"
    },
    "joined": {
      "at": "2025-12-14T08:18:02.650Z"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "user": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "invitation": {
    "url": "text",
    "status": "text"
  },
  "lastLoginAt": "2025-12-14T08:18:02.650Z"
}
PUT /public/v1/accounts/account-users/{id}/groups HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 15

[
  {
    "id": "text"
  }
]
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {},
        "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
        "access": {
          "at": "2025-12-14T08:18:02.650Z"
        },
        "joined": {
          "at": "2025-12-14T08:18:02.650Z"
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "user": {
        "id": "text",
        "icon": "text",
        "name": "text"
      },
      "groups": [
        {
          "id": "text",
          "name": "text",
          "description": "text",
          "logo": "text",
          "isDefault": true
        }
      ],
      "buyers": [
        {
          "id": "text",
          "icon": "text",
          "name": "text"
        }
      ],
      "modules": [
        {
          "id": "text",
          "description": "text",
          "name": "text",
          "filters": {
            "group.buyers": [
              "text"
            ]
          },
          "settings": {
            "configurable": true,
            "default": true,
            "paid": true,
            "type": [
              "text"
            ],
            "obsolete": true,
            "eligibility": {
              "multi": true,
              "single": true
            }
          }
        }
      ],
      "account": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      },
      "invitation": {
        "url": "text",
        "status": "text"
      },
      "lastLoginAt": "2025-12-14T08:18:02.650Z"
    }
  ]
}
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {}
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "status": "text",
      "name": "text",
      "description": "text",
      "icon": "text",
      "lastAccessAt": "2025-12-14T08:18:02.650Z",
      "token": "text",
      "account": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      },
      "modules": [
        {
          "id": "text",
          "description": "text",
          "name": "text",
          "filters": {
            "group.buyers": [
              "text"
            ]
          },
          "settings": {
            "configurable": true,
            "default": true,
            "paid": true,
            "type": [
              "text"
            ],
            "obsolete": true,
            "eligibility": {
              "multi": true,
              "single": true
            }
          }
        }
      ]
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
PUT /public/v1/accounts/accounts/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 2566

{
  "account": {
    "ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ExternalId": "text",
    "ExternalName": "text",
    "Type": "Client",
    "Status": "Active",
    "ServiceLevel": "Express",
    "Address.AddressLine1": "text",
    "Address.AddressLine2": "text",
    "Address.PostCode": "text",
    "Address.City": "text",
    "Address.State": "text",
    "Address.Country": "text",
    "TechnicalSupportEmail": "text",
    "Website": "text",
    "Description": "text",
    "Name": "text",
    "Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Eligibility.Client": true,
    "Eligibility.Partner": true,
    "Icon": "text",
    "Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.ById": "text",
    "Audit.Created.By.Name": "text",
    "Audit.Created.By.Icon": "text",
    "Audit.Created.By.HasIcon": true,
    "Audit.Created.By.Type": "User",
    "Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Updated.ById": "text",
    "Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Id": "text",
    "Audit.Created.By.SystemId": 1,
    "Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.ById": "text",
    "Audit.Updated.By.Name": "text",
    "Audit.Updated.By.Icon": "text",
    "Audit.Updated.By.HasIcon": true,
    "Audit.Updated.By.Type": "User",
    "Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Created.ById": "text",
    "Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Audit.Updated.By.Id": "text",
    "Audit.Updated.By.SystemId": 1,
    "Id": "text",
    "SystemId": 1
  },
  "logo": "binary"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {}
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "externalIds": {
        "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
      },
      "externalId": "text",
      "externalName": "text",
      "type": "text",
      "status": "text",
      "serviceLevel": "text",
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "technicalSupportEmail": "[email protected]",
      "website": "text",
      "description": "text",
      "name": "text",
      "groups": [
        {
          "id": "text",
          "name": "text",
          "description": "text",
          "logo": "text",
          "isDefault": true
        }
      ],
      "eligibility": {
        "client": true,
        "partner": true
      }
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "access": {
      "at": "2025-12-14T08:18:02.650Z"
    },
    "joined": {
      "at": "2025-12-14T08:18:02.650Z"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "user": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "invitation": {
    "url": "text",
    "status": "text"
  },
  "lastLoginAt": "2025-12-14T08:18:02.650Z"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "status": "text",
  "name": "text",
  "description": "text",
  "icon": "text",
  "lastAccessAt": "2025-12-14T08:18:02.650Z",
  "token": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
POST /public/v1/accounts/buyers/{id}/transfer HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 1404

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
POST /public/v1/accounts/buyers/{id}/synchronize HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
POST /public/v1/accounts/buyers/{id}/validate HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 1404

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {},
        "blocked": {},
        "unblocked": {}
      },
      "$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": "text",
      "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-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "externalIds": {
    "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
    "providerId": "text",
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "name": "text",
  "status": "text",
  "type": "text"
}
PUT /public/v1/accounts/cloud-tenants/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 432

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "externalIds": {
    "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
    "providerId": "text",
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "name": "text",
  "status": "text",
  "type": "text"
}
GET /public/v1/accounts/buyers/{id}/transfer HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ],
  "stats": {
    "licenseeCount": 1,
    "orderCount": 1,
    "subscriptionCount": 1,
    "userCount": 1,
    "userGroupCount": 1,
    "agreementCount": 1
  },
  "users": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {},
        "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
        "access": {
          "at": "2025-12-14T08:18:02.650Z"
        },
        "joined": {
          "at": "2025-12-14T08:18:02.650Z"
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "user": {
        "id": "text",
        "icon": "text",
        "name": "text"
      },
      "groups": [
        {
          "id": "text",
          "name": "text",
          "description": "text",
          "logo": "text",
          "isDefault": true
        }
      ],
      "buyers": [
        {
          "id": "text",
          "icon": "text",
          "name": "text"
        }
      ],
      "modules": [
        {
          "id": "text",
          "description": "text",
          "name": "text",
          "filters": {
            "group.buyers": [
              "text"
            ]
          },
          "settings": {
            "configurable": true,
            "default": true,
            "paid": true,
            "type": [
              "text"
            ],
            "obsolete": true,
            "eligibility": {
              "multi": true,
              "single": true
            }
          }
        }
      ],
      "account": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      },
      "invitation": {
        "url": "text",
        "status": "text"
      },
      "lastLoginAt": "2025-12-14T08:18:02.650Z"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "externalIds": {
    "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
    "providerId": "text",
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "name": "text",
  "status": "text",
  "type": "text"
}
POST /public/v1/accounts/cloud-tenants HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 219

{
  "type": "text",
  "name": "text",
  "status": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
    "providerId": "text"
  },
  "account": {
    "id": "text"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalId": "text",
  "status": "text",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "erpLink": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "companyName": "text",
    "status": "text"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "blocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unblocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$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": "text",
  "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-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalId": "text",
  "status": "text",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "erpLink": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "companyName": "text",
    "status": "text"
  }
}
POST /public/v1/accounts/sellers HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 451

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalId": "text",
  "status": "text",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "erpLink": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "companyName": "text",
    "status": "text"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalId": "text",
  "status": "text",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "erpLink": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "companyName": "text",
    "status": "text"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalId": "text",
  "status": "text",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "erpLink": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "companyName": "text",
    "status": "text"
  }
}
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {},
        "disabled": {}
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "contact": {
        "name": "text",
        "firstName": "text",
        "lastName": "text",
        "email": "[email protected]",
        "phone": {
          "prefix": "text",
          "number": "text"
        },
        "user": {}
      },
      "name": "text",
      "externalId": "text",
      "status": "text",
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "useBuyerAddress": true,
      "description": "text",
      "account": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      },
      "buyer": {
        "id": "text",
        "icon": "text",
        "name": "text"
      },
      "seller": {
        "id": "text",
        "icon": "text",
        "externalId": "text",
        "name": "text"
      },
      "eligibility": {
        "client": true,
        "partner": true
      }
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "externalIds": {
    "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
    "providerId": "text",
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "name": "text",
  "status": "text",
  "type": "text"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "name": "text",
  "externalId": "text",
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "useBuyerAddress": true,
  "description": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "buyer": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text"
  },
  "eligibility": {
    "client": true,
    "partner": true
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "blocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unblocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$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": "text",
  "note": "text",
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  }
}
POST /public/v1/accounts/erp-links/{id}/block HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 673

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "blocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unblocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$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": "text",
  "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-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "name": "text",
  "externalId": "text",
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "useBuyerAddress": true,
  "description": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "buyer": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text"
  },
  "eligibility": {
    "client": true,
    "partner": true
  }
}
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {},
        "activated": {},
        "unassigned": {},
        "disabled": {}
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "contact": {
        "name": "text",
        "firstName": "text",
        "lastName": "text",
        "email": "[email protected]",
        "phone": {
          "prefix": "text",
          "number": "text"
        },
        "user": {}
      },
      "externalIds": {
        "erpCompanyContact": "text",
        "erpCustomer": "text",
        "accountExternalId": "text"
      },
      "status": "text",
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "taxId": "text",
      "account": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      },
      "name": "text",
      "errors": [
        {
          "id": "text",
          "message": "text",
          "parameters": null
        }
      ],
      "sellers": [
        {
          "id": "text",
          "icon": "text",
          "externalId": "text",
          "name": "text"
        }
      ]
    }
  ]
}
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {}
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "description": "text",
      "account": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      },
      "modules": [
        {
          "id": "text",
          "description": "text",
          "name": "text",
          "filters": {
            "group.buyers": [
              "text"
            ]
          },
          "settings": {
            "configurable": true,
            "default": true,
            "paid": true,
            "type": [
              "text"
            ],
            "obsolete": true,
            "eligibility": {
              "multi": true,
              "single": true
            }
          }
        }
      ],
      "logo": "text",
      "isDefault": true,
      "users": [
        {
          "id": "text",
          "icon": "text",
          "name": "text"
        }
      ],
      "buyers": [
        {
          "id": "text",
          "icon": "text",
          "name": "text"
        }
      ]
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "name": "text",
  "externalId": "text",
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "useBuyerAddress": true,
  "description": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "buyer": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text"
  },
  "eligibility": {
    "client": true,
    "partner": true
  }
}
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {}
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "externalId": "text",
      "status": "text",
      "currencies": [
        "text"
      ],
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "name": "text",
      "erpLink": {
        "id": "text",
        "icon": "text",
        "name": "text",
        "companyName": "text",
        "status": "text"
      }
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z"
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "email": "text",
  "status": "text",
  "phone": {
    "prefix": "text",
    "number": "text"
  },
  "firstName": "text",
  "lastName": "text",
  "icon": "text",
  "lastLoginAt": "2025-12-14T08:18:02.650Z",
  "settings": {
    "cultureCode": "text",
    "languageCode": "text"
  },
  "name": "text",
  "accounts": [
    {
      "id": "text",
      "icon": "text",
      "type": "text",
      "status": "text",
      "name": "text"
    }
  ],
  "currentAccount": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "blocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unblocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$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": "text",
  "note": "text",
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  }
}
POST /public/v1/accounts/erp-links/{id}/unblock HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 673

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "blocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unblocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$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": "text",
  "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-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "description": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "logo": "text",
  "isDefault": true,
  "users": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ]
}
POST /public/v1/accounts/user-groups HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 125

{
  "name": "text",
  "description": "text",
  "logo": "text",
  "account": {
    "id": "text"
  },
  "modules": [
    {
      "id": "text"
    }
  ],
  "buyers": [
    {
      "id": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z"
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "email": "text",
  "status": "text",
  "phone": {
    "prefix": "text",
    "number": "text"
  },
  "firstName": "text",
  "lastName": "text",
  "icon": "text",
  "lastLoginAt": "2025-12-14T08:18:02.650Z",
  "settings": {
    "cultureCode": "text",
    "languageCode": "text"
  },
  "name": "text",
  "accounts": [
    {
      "id": "text",
      "icon": "text",
      "type": "text",
      "status": "text",
      "name": "text"
    }
  ],
  "currentAccount": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  }
}
POST /public/v1/accounts/users/{id}/set-password HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 19

{
  "password": "text"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z"
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "email": "text",
  "status": "text",
  "phone": {
    "prefix": "text",
    "number": "text"
  },
  "firstName": "text",
  "lastName": "text",
  "icon": "text",
  "lastLoginAt": "2025-12-14T08:18:02.650Z",
  "settings": {
    "cultureCode": "text",
    "languageCode": "text"
  },
  "name": "text",
  "accounts": [
    {
      "id": "text",
      "icon": "text",
      "type": "text",
      "status": "text",
      "name": "text"
    }
  ],
  "currentAccount": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalId": "text",
  "status": "text",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "erpLink": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "companyName": "text",
    "status": "text"
  }
}
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {}
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "description": "text",
      "name": "text",
      "code": "text",
      "accountTypes": [
        "text"
      ],
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ]
}
{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {},
        "updated": {},
        "invitationAcceptedAt": "2025-12-14T08:18:02.650Z",
        "access": {
          "at": "2025-12-14T08:18:02.650Z"
        },
        "joined": {
          "at": "2025-12-14T08:18:02.650Z"
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "user": {
        "id": "text",
        "icon": "text",
        "name": "text"
      },
      "groups": [
        {
          "id": "text",
          "name": "text",
          "description": "text",
          "logo": "text",
          "isDefault": true
        }
      ],
      "buyers": [
        {
          "id": "text",
          "icon": "text",
          "name": "text"
        }
      ],
      "modules": [
        {
          "id": "text",
          "description": "text",
          "name": "text",
          "filters": {
            "group.buyers": [
              "text"
            ]
          },
          "settings": {
            "configurable": true,
            "default": true,
            "paid": true,
            "type": [
              "text"
            ],
            "obsolete": true,
            "eligibility": {
              "multi": true,
              "single": true
            }
          }
        }
      ],
      "account": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      },
      "invitation": {
        "url": "text",
        "status": "text"
      },
      "lastLoginAt": "2025-12-14T08:18:02.650Z"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z"
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "email": "text",
  "status": "text",
  "phone": {
    "prefix": "text",
    "number": "text"
  },
  "firstName": "text",
  "lastName": "text",
  "icon": "text",
  "lastLoginAt": "2025-12-14T08:18:02.650Z",
  "settings": {
    "cultureCode": "text",
    "languageCode": "text"
  },
  "name": "text",
  "accounts": [
    {
      "id": "text",
      "icon": "text",
      "type": "text",
      "status": "text",
      "name": "text"
    }
  ],
  "currentAccount": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "description": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "logo": "text",
  "isDefault": true,
  "users": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ]
}
PUT /public/v1/accounts/user-groups/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 101

{
  "name": "text",
  "description": "text",
  "logo": "text",
  "modules": [
    {
      "id": "text"
    }
  ],
  "buyers": [
    {
      "id": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "description": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "logo": "text",
  "isDefault": true,
  "users": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
POST /public/v1/accounts/buyers HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 15596

{
  "buyer": {
    "ExternalIds.ErpCompanyContact": "text",
    "ExternalIds.ErpCustomer": "text",
    "ExternalIds.AccountExternalId": "text",
    "Status": "Active",
    "Address.AddressLine1": "text",
    "Address.AddressLine2": "text",
    "Address.PostCode": "text",
    "Address.City": "text",
    "Address.State": "text",
    "Address.Country": "text",
    "TaxId": "text",
    "Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Account.ExternalId": "text",
    "Account.ExternalName": "text",
    "Account.Type": "Client",
    "Account.Status": "Active",
    "Account.ServiceLevel": "Express",
    "Account.Address.AddressLine1": "text",
    "Account.Address.AddressLine2": "text",
    "Account.Address.PostCode": "text",
    "Account.Address.City": "text",
    "Account.Address.State": "text",
    "Account.Address.Country": "text",
    "Account.TechnicalSupportEmail": "text",
    "Account.Website": "text",
    "Account.Description": "text",
    "Account.Name": "text",
    "Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Account.Eligibility.Client": true,
    "Account.Eligibility.Partner": true,
    "Account.Icon": "text",
    "Account.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Created.ById": "text",
    "Account.Audit.Created.By.Name": "text",
    "Account.Audit.Created.By.Icon": "text",
    "Account.Audit.Created.By.HasIcon": true,
    "Account.Audit.Created.By.Type": "User",
    "Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Created.By.Audit.Updated.ById": "text",
    "Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Account.Audit.Created.By.Id": "text",
    "Account.Audit.Created.By.SystemId": 1,
    "Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Updated.ById": "text",
    "Account.Audit.Updated.By.Name": "text",
    "Account.Audit.Updated.By.Icon": "text",
    "Account.Audit.Updated.By.HasIcon": true,
    "Account.Audit.Updated.By.Type": "User",
    "Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Updated.By.Audit.Created.ById": "text",
    "Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Account.Audit.Updated.By.Id": "text",
    "Account.Audit.Updated.By.SystemId": 1,
    "Account.Id": "text",
    "Account.SystemId": 1,
    "Name": "text",
    "Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "Contact.Name": "text",
    "Contact.FirstName": "text",
    "Contact.LastName": "text",
    "Contact.Email": "text",
    "Contact.Phone.Prefix": "text",
    "Contact.Phone.Number": "text",
    "Contact.User.Email": "text",
    "Contact.User.Status": "text",
    "Contact.User.Phone.Prefix": "text",
    "Contact.User.Phone.Number": "text",
    "Contact.User.FirstName": "text",
    "Contact.User.LastName": "text",
    "Contact.User.Icon": "text",
    "Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "Contact.User.Settings.CultureCode": "text",
    "Contact.User.Settings.LanguageCode": "text",
    "Contact.User.Name": "text",
    "Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Contact.User.CurrentAccount.ExternalId": "text",
    "Contact.User.CurrentAccount.ExternalName": "text",
    "Contact.User.CurrentAccount.Type": "Client",
    "Contact.User.CurrentAccount.Status": "Active",
    "Contact.User.CurrentAccount.ServiceLevel": "Express",
    "Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "Contact.User.CurrentAccount.Address.PostCode": "text",
    "Contact.User.CurrentAccount.Address.City": "text",
    "Contact.User.CurrentAccount.Address.State": "text",
    "Contact.User.CurrentAccount.Address.Country": "text",
    "Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "Contact.User.CurrentAccount.Website": "text",
    "Contact.User.CurrentAccount.Description": "text",
    "Contact.User.CurrentAccount.Name": "text",
    "Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Contact.User.CurrentAccount.Eligibility.Client": true,
    "Contact.User.CurrentAccount.Eligibility.Partner": true,
    "Contact.User.CurrentAccount.Icon": "text",
    "Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "Contact.User.CurrentAccount.Id": "text",
    "Contact.User.CurrentAccount.SystemId": 1,
    "Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.ById": "text",
    "Contact.User.Audit.Created.By.Name": "text",
    "Contact.User.Audit.Created.By.Icon": "text",
    "Contact.User.Audit.Created.By.HasIcon": true,
    "Contact.User.Audit.Created.By.Type": "User",
    "Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Created.By.Id": "text",
    "Contact.User.Audit.Created.By.SystemId": 1,
    "Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.ById": "text",
    "Contact.User.Audit.Updated.By.Name": "text",
    "Contact.User.Audit.Updated.By.Icon": "text",
    "Contact.User.Audit.Updated.By.HasIcon": true,
    "Contact.User.Audit.Updated.By.Type": "User",
    "Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Updated.By.Id": "text",
    "Contact.User.Audit.Updated.By.SystemId": 1,
    "Contact.User.Id": "text",
    "Contact.User.SystemId": 1,
    "Contact.Type": "text",
    "Icon": "text",
    "Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Activated.ById": "text",
    "Audit.Activated.By.Name": "text",
    "Audit.Activated.By.Icon": "text",
    "Audit.Activated.By.HasIcon": true,
    "Audit.Activated.By.Type": "User",
    "Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Activated.By.Audit.Created.ById": "text",
    "Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Activated.By.Audit.Updated.ById": "text",
    "Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Activated.By.Id": "text",
    "Audit.Activated.By.SystemId": 1,
    "Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "Audit.Unassigned.ById": "text",
    "Audit.Unassigned.By.Name": "text",
    "Audit.Unassigned.By.Icon": "text",
    "Audit.Unassigned.By.HasIcon": true,
    "Audit.Unassigned.By.Type": "User",
    "Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Unassigned.By.Audit.Created.ById": "text",
    "Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Unassigned.By.Audit.Updated.ById": "text",
    "Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Unassigned.By.Id": "text",
    "Audit.Unassigned.By.SystemId": 1,
    "Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.ById": "text",
    "Audit.Disabled.By.Name": "text",
    "Audit.Disabled.By.Icon": "text",
    "Audit.Disabled.By.HasIcon": true,
    "Audit.Disabled.By.Type": "User",
    "Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.By.Audit.Created.ById": "text",
    "Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.By.Audit.Updated.ById": "text",
    "Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Disabled.By.Id": "text",
    "Audit.Disabled.By.SystemId": 1,
    "Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.ById": "text",
    "Audit.Created.By.Name": "text",
    "Audit.Created.By.Icon": "text",
    "Audit.Created.By.HasIcon": true,
    "Audit.Created.By.Type": "User",
    "Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Created.ById": "text",
    "Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Updated.ById": "text",
    "Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Id": "text",
    "Audit.Created.By.SystemId": 1,
    "Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.ById": "text",
    "Audit.Updated.By.Name": "text",
    "Audit.Updated.By.Icon": "text",
    "Audit.Updated.By.HasIcon": true,
    "Audit.Updated.By.Type": "User",
    "Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Created.ById": "text",
    "Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Updated.ById": "text",
    "Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Id": "text",
    "Audit.Updated.By.SystemId": 1,
    "Id": "text",
    "SystemId": 1
  },
  "logo": "binary"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "name": "text",
  "externalId": "text",
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "useBuyerAddress": true,
  "description": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "buyer": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text"
  },
  "eligibility": {
    "client": true,
    "partner": true
  }
}
POST /public/v1/accounts/licensees HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 62329

{
  "licensee": {
    "Name": "text",
    "ExternalId": "text",
    "Status": "Active",
    "Address.AddressLine1": "text",
    "Address.AddressLine2": "text",
    "Address.PostCode": "text",
    "Address.City": "text",
    "Address.State": "text",
    "Address.Country": "text",
    "UseBuyerAddress": true,
    "Description": "text",
    "Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Account.ExternalId": "text",
    "Account.ExternalName": "text",
    "Account.Type": "Client",
    "Account.Status": "Active",
    "Account.ServiceLevel": "Express",
    "Account.Address.AddressLine1": "text",
    "Account.Address.AddressLine2": "text",
    "Account.Address.PostCode": "text",
    "Account.Address.City": "text",
    "Account.Address.State": "text",
    "Account.Address.Country": "text",
    "Account.TechnicalSupportEmail": "text",
    "Account.Website": "text",
    "Account.Description": "text",
    "Account.Name": "text",
    "Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Account.Eligibility.Client": true,
    "Account.Eligibility.Partner": true,
    "Account.Icon": "text",
    "Account.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Created.ById": "text",
    "Account.Audit.Created.By.Name": "text",
    "Account.Audit.Created.By.Icon": "text",
    "Account.Audit.Created.By.HasIcon": true,
    "Account.Audit.Created.By.Type": "User",
    "Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Created.By.Audit.Updated.ById": "text",
    "Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Account.Audit.Created.By.Id": "text",
    "Account.Audit.Created.By.SystemId": 1,
    "Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Updated.ById": "text",
    "Account.Audit.Updated.By.Name": "text",
    "Account.Audit.Updated.By.Icon": "text",
    "Account.Audit.Updated.By.HasIcon": true,
    "Account.Audit.Updated.By.Type": "User",
    "Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Updated.By.Audit.Created.ById": "text",
    "Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Account.Audit.Updated.By.Id": "text",
    "Account.Audit.Updated.By.SystemId": 1,
    "Account.Id": "text",
    "Account.SystemId": 1,
    "Buyer.ExternalIds.ErpCompanyContact": "text",
    "Buyer.ExternalIds.ErpCustomer": "text",
    "Buyer.ExternalIds.AccountExternalId": "text",
    "Buyer.Status": "Active",
    "Buyer.Address.AddressLine1": "text",
    "Buyer.Address.AddressLine2": "text",
    "Buyer.Address.PostCode": "text",
    "Buyer.Address.City": "text",
    "Buyer.Address.State": "text",
    "Buyer.Address.Country": "text",
    "Buyer.TaxId": "text",
    "Buyer.Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Buyer.Account.ExternalId": "text",
    "Buyer.Account.ExternalName": "text",
    "Buyer.Account.Type": "Client",
    "Buyer.Account.Status": "Active",
    "Buyer.Account.ServiceLevel": "Express",
    "Buyer.Account.Address.AddressLine1": "text",
    "Buyer.Account.Address.AddressLine2": "text",
    "Buyer.Account.Address.PostCode": "text",
    "Buyer.Account.Address.City": "text",
    "Buyer.Account.Address.State": "text",
    "Buyer.Account.Address.Country": "text",
    "Buyer.Account.TechnicalSupportEmail": "text",
    "Buyer.Account.Website": "text",
    "Buyer.Account.Description": "text",
    "Buyer.Account.Name": "text",
    "Buyer.Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Buyer.Account.Eligibility.Client": true,
    "Buyer.Account.Eligibility.Partner": true,
    "Buyer.Account.Icon": "text",
    "Buyer.Account.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Account.Audit.Created.ById": "text",
    "Buyer.Account.Audit.Created.By.Name": "text",
    "Buyer.Account.Audit.Created.By.Icon": "text",
    "Buyer.Account.Audit.Created.By.HasIcon": true,
    "Buyer.Account.Audit.Created.By.Type": "User",
    "Buyer.Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Buyer.Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Account.Audit.Created.By.Audit.Updated.ById": "text",
    "Buyer.Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Account.Audit.Created.By.Id": "text",
    "Buyer.Account.Audit.Created.By.SystemId": 1,
    "Buyer.Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Account.Audit.Updated.ById": "text",
    "Buyer.Account.Audit.Updated.By.Name": "text",
    "Buyer.Account.Audit.Updated.By.Icon": "text",
    "Buyer.Account.Audit.Updated.By.HasIcon": true,
    "Buyer.Account.Audit.Updated.By.Type": "User",
    "Buyer.Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Account.Audit.Updated.By.Audit.Created.ById": "text",
    "Buyer.Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Buyer.Account.Audit.Updated.By.Id": "text",
    "Buyer.Account.Audit.Updated.By.SystemId": 1,
    "Buyer.Account.Id": "text",
    "Buyer.Account.SystemId": 1,
    "Buyer.Name": "text",
    "Buyer.Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "Buyer.Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "Buyer.ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "Buyer.Contact.Name": "text",
    "Buyer.Contact.FirstName": "text",
    "Buyer.Contact.LastName": "text",
    "Buyer.Contact.Email": "text",
    "Buyer.Contact.Phone.Prefix": "text",
    "Buyer.Contact.Phone.Number": "text",
    "Buyer.Contact.User.Email": "text",
    "Buyer.Contact.User.Status": "text",
    "Buyer.Contact.User.Phone.Prefix": "text",
    "Buyer.Contact.User.Phone.Number": "text",
    "Buyer.Contact.User.FirstName": "text",
    "Buyer.Contact.User.LastName": "text",
    "Buyer.Contact.User.Icon": "text",
    "Buyer.Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Settings.CultureCode": "text",
    "Buyer.Contact.User.Settings.LanguageCode": "text",
    "Buyer.Contact.User.Name": "text",
    "Buyer.Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "Buyer.Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Buyer.Contact.User.CurrentAccount.ExternalId": "text",
    "Buyer.Contact.User.CurrentAccount.ExternalName": "text",
    "Buyer.Contact.User.CurrentAccount.Type": "Client",
    "Buyer.Contact.User.CurrentAccount.Status": "Active",
    "Buyer.Contact.User.CurrentAccount.ServiceLevel": "Express",
    "Buyer.Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "Buyer.Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "Buyer.Contact.User.CurrentAccount.Address.PostCode": "text",
    "Buyer.Contact.User.CurrentAccount.Address.City": "text",
    "Buyer.Contact.User.CurrentAccount.Address.State": "text",
    "Buyer.Contact.User.CurrentAccount.Address.Country": "text",
    "Buyer.Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "Buyer.Contact.User.CurrentAccount.Website": "text",
    "Buyer.Contact.User.CurrentAccount.Description": "text",
    "Buyer.Contact.User.CurrentAccount.Name": "text",
    "Buyer.Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Buyer.Contact.User.CurrentAccount.Eligibility.Client": true,
    "Buyer.Contact.User.CurrentAccount.Eligibility.Partner": true,
    "Buyer.Contact.User.CurrentAccount.Icon": "text",
    "Buyer.Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "Buyer.Contact.User.CurrentAccount.Id": "text",
    "Buyer.Contact.User.CurrentAccount.SystemId": 1,
    "Buyer.Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Created.ById": "text",
    "Buyer.Contact.User.Audit.Created.By.Name": "text",
    "Buyer.Contact.User.Audit.Created.By.Icon": "text",
    "Buyer.Contact.User.Audit.Created.By.HasIcon": true,
    "Buyer.Contact.User.Audit.Created.By.Type": "User",
    "Buyer.Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "Buyer.Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "Buyer.Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.Audit.Created.By.Id": "text",
    "Buyer.Contact.User.Audit.Created.By.SystemId": 1,
    "Buyer.Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Updated.ById": "text",
    "Buyer.Contact.User.Audit.Updated.By.Name": "text",
    "Buyer.Contact.User.Audit.Updated.By.Icon": "text",
    "Buyer.Contact.User.Audit.Updated.By.HasIcon": true,
    "Buyer.Contact.User.Audit.Updated.By.Type": "User",
    "Buyer.Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "Buyer.Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "Buyer.Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.Audit.Updated.By.Id": "text",
    "Buyer.Contact.User.Audit.Updated.By.SystemId": 1,
    "Buyer.Contact.User.Id": "text",
    "Buyer.Contact.User.SystemId": 1,
    "Buyer.Contact.Type": "text",
    "Buyer.Icon": "text",
    "Buyer.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Activated.ById": "text",
    "Buyer.Audit.Activated.By.Name": "text",
    "Buyer.Audit.Activated.By.Icon": "text",
    "Buyer.Audit.Activated.By.HasIcon": true,
    "Buyer.Audit.Activated.By.Type": "User",
    "Buyer.Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Activated.By.Audit.Created.ById": "text",
    "Buyer.Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Activated.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Activated.By.Id": "text",
    "Buyer.Audit.Activated.By.SystemId": 1,
    "Buyer.Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Unassigned.ById": "text",
    "Buyer.Audit.Unassigned.By.Name": "text",
    "Buyer.Audit.Unassigned.By.Icon": "text",
    "Buyer.Audit.Unassigned.By.HasIcon": true,
    "Buyer.Audit.Unassigned.By.Type": "User",
    "Buyer.Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Unassigned.By.Audit.Created.ById": "text",
    "Buyer.Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Unassigned.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Unassigned.By.Id": "text",
    "Buyer.Audit.Unassigned.By.SystemId": 1,
    "Buyer.Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Disabled.ById": "text",
    "Buyer.Audit.Disabled.By.Name": "text",
    "Buyer.Audit.Disabled.By.Icon": "text",
    "Buyer.Audit.Disabled.By.HasIcon": true,
    "Buyer.Audit.Disabled.By.Type": "User",
    "Buyer.Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Disabled.By.Audit.Created.ById": "text",
    "Buyer.Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Disabled.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Disabled.By.Id": "text",
    "Buyer.Audit.Disabled.By.SystemId": 1,
    "Buyer.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Created.ById": "text",
    "Buyer.Audit.Created.By.Name": "text",
    "Buyer.Audit.Created.By.Icon": "text",
    "Buyer.Audit.Created.By.HasIcon": true,
    "Buyer.Audit.Created.By.Type": "User",
    "Buyer.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Created.By.Audit.Created.ById": "text",
    "Buyer.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Created.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Created.By.Id": "text",
    "Buyer.Audit.Created.By.SystemId": 1,
    "Buyer.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Updated.ById": "text",
    "Buyer.Audit.Updated.By.Name": "text",
    "Buyer.Audit.Updated.By.Icon": "text",
    "Buyer.Audit.Updated.By.HasIcon": true,
    "Buyer.Audit.Updated.By.Type": "User",
    "Buyer.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Updated.By.Audit.Created.ById": "text",
    "Buyer.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Updated.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Updated.By.Id": "text",
    "Buyer.Audit.Updated.By.SystemId": 1,
    "Buyer.Id": "text",
    "Buyer.SystemId": 1,
    "Seller.ExternalId": "text",
    "Seller.Status": "Active",
    "Seller.Currencies": [
      "text"
    ],
    "Seller.Address.AddressLine1": "text",
    "Seller.Address.AddressLine2": "text",
    "Seller.Address.PostCode": "text",
    "Seller.Address.City": "text",
    "Seller.Address.State": "text",
    "Seller.Address.Country": "text",
    "Seller.Name": "text",
    "Seller.Buyers": [
      {
        "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": "[email protected]",
          "phone": {
            "prefix": "text",
            "number": "text"
          },
          "user": "[Circular Reference]"
        },
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "status": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "taxId": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "name": "text",
        "errors": [
          {
            "id": "text",
            "message": "text",
            "parameters": null
          }
        ],
        "sellers": [
          {
            "id": "text",
            "icon": "text",
            "externalId": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Seller.ErpLink.Buyer.ExternalIds.ErpCompanyContact": "text",
    "Seller.ErpLink.Buyer.ExternalIds.ErpCustomer": "text",
    "Seller.ErpLink.Buyer.ExternalIds.AccountExternalId": "text",
    "Seller.ErpLink.Buyer.Status": "Active",
    "Seller.ErpLink.Buyer.Address.AddressLine1": "text",
    "Seller.ErpLink.Buyer.Address.AddressLine2": "text",
    "Seller.ErpLink.Buyer.Address.PostCode": "text",
    "Seller.ErpLink.Buyer.Address.City": "text",
    "Seller.ErpLink.Buyer.Address.State": "text",
    "Seller.ErpLink.Buyer.Address.Country": "text",
    "Seller.ErpLink.Buyer.TaxId": "text",
    "Seller.ErpLink.Buyer.Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Seller.ErpLink.Buyer.Account.ExternalId": "text",
    "Seller.ErpLink.Buyer.Account.ExternalName": "text",
    "Seller.ErpLink.Buyer.Account.Type": "Client",
    "Seller.ErpLink.Buyer.Account.Status": "Active",
    "Seller.ErpLink.Buyer.Account.ServiceLevel": "Express",
    "Seller.ErpLink.Buyer.Account.Address.AddressLine1": "text",
    "Seller.ErpLink.Buyer.Account.Address.AddressLine2": "text",
    "Seller.ErpLink.Buyer.Account.Address.PostCode": "text",
    "Seller.ErpLink.Buyer.Account.Address.City": "text",
    "Seller.ErpLink.Buyer.Account.Address.State": "text",
    "Seller.ErpLink.Buyer.Account.Address.Country": "text",
    "Seller.ErpLink.Buyer.Account.TechnicalSupportEmail": "text",
    "Seller.ErpLink.Buyer.Account.Website": "text",
    "Seller.ErpLink.Buyer.Account.Description": "text",
    "Seller.ErpLink.Buyer.Account.Name": "text",
    "Seller.ErpLink.Buyer.Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Seller.ErpLink.Buyer.Account.Eligibility.Client": true,
    "Seller.ErpLink.Buyer.Account.Eligibility.Partner": true,
    "Seller.ErpLink.Buyer.Account.Icon": "text",
    "Seller.ErpLink.Buyer.Account.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Account.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Account.Id": "text",
    "Seller.ErpLink.Buyer.Account.SystemId": 1,
    "Seller.ErpLink.Buyer.Name": "text",
    "Seller.ErpLink.Buyer.Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "Seller.ErpLink.Buyer.Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "Seller.ErpLink.Buyer.ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "Seller.ErpLink.Buyer.Contact.Name": "text",
    "Seller.ErpLink.Buyer.Contact.FirstName": "text",
    "Seller.ErpLink.Buyer.Contact.LastName": "text",
    "Seller.ErpLink.Buyer.Contact.Email": "text",
    "Seller.ErpLink.Buyer.Contact.Phone.Prefix": "text",
    "Seller.ErpLink.Buyer.Contact.Phone.Number": "text",
    "Seller.ErpLink.Buyer.Contact.User.Email": "text",
    "Seller.ErpLink.Buyer.Contact.User.Status": "text",
    "Seller.ErpLink.Buyer.Contact.User.Phone.Prefix": "text",
    "Seller.ErpLink.Buyer.Contact.User.Phone.Number": "text",
    "Seller.ErpLink.Buyer.Contact.User.FirstName": "text",
    "Seller.ErpLink.Buyer.Contact.User.LastName": "text",
    "Seller.ErpLink.Buyer.Contact.User.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Settings.CultureCode": "text",
    "Seller.ErpLink.Buyer.Contact.User.Settings.LanguageCode": "text",
    "Seller.ErpLink.Buyer.Contact.User.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalId": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalName": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Type": "Client",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Status": "Active",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ServiceLevel": "Express",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.PostCode": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.City": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.State": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.Country": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Website": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Description": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Client": true,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Partner": true,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.Type": "text",
    "Seller.ErpLink.Buyer.Icon": "text",
    "Seller.ErpLink.Buyer.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Activated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Activated.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Activated.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Unassigned.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Disabled.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Id": "text",
    "Seller.ErpLink.Buyer.SystemId": 1,
    "Seller.ErpLink.Seller.ExternalId": "text",
    "Seller.ErpLink.Seller.Status": "Active",
    "Seller.ErpLink.Seller.Currencies": [
      "text"
    ],
    "Seller.ErpLink.Seller.Address.AddressLine1": "text",
    "Seller.ErpLink.Seller.Address.AddressLine2": "text",
    "Seller.ErpLink.Seller.Address.PostCode": "text",
    "Seller.ErpLink.Seller.Address.City": "text",
    "Seller.ErpLink.Seller.Address.State": "text",
    "Seller.ErpLink.Seller.Address.Country": "text",
    "Seller.ErpLink.Seller.Name": "text",
    "Seller.ErpLink.Seller.Buyers": [
      {
        "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": "[email protected]",
          "phone": {
            "prefix": "text",
            "number": "text"
          },
          "user": "[Circular Reference]"
        },
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "status": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "taxId": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "name": "text",
        "errors": [
          {
            "id": "text",
            "message": "text",
            "parameters": null
          }
        ],
        "sellers": [
          {
            "id": "text",
            "icon": "text",
            "externalId": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Seller.ErpLink.Seller.ErpLink": {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]",
        "blocked": "[Circular Reference]",
        "unblocked": "[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": "text",
      "note": "text",
      "externalIds": {
        "erpCompanyContact": "text",
        "erpCustomer": "text",
        "accountExternalId": "text"
      },
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      }
    },
    "Seller.ErpLink.Seller.Icon": "text",
    "Seller.ErpLink.Seller.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Seller.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Seller.Audit.Created.ById": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Seller.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Seller.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Seller.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Seller.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Seller.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Seller.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Seller.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Seller.Audit.Updated.ById": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Seller.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Seller.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Seller.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Seller.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Seller.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Seller.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Seller.Id": "text",
    "Seller.ErpLink.Seller.SystemId": 1,
    "Seller.ErpLink.BuyerId": "text",
    "Seller.ErpLink.SellerId": "text",
    "Seller.ErpLink.Name": "text",
    "Seller.ErpLink.CompanyName": "text",
    "Seller.ErpLink.Status": "Active",
    "Seller.ErpLink.Note": "text",
    "Seller.ErpLink.ExternalIds.ErpCompanyContact": "text",
    "Seller.ErpLink.ExternalIds.ErpCustomer": "text",
    "Seller.ErpLink.ExternalIds.AccountExternalId": "text",
    "Seller.ErpLink.Address.AddressLine1": "text",
    "Seller.ErpLink.Address.AddressLine2": "text",
    "Seller.ErpLink.Address.PostCode": "text",
    "Seller.ErpLink.Address.City": "text",
    "Seller.ErpLink.Address.State": "text",
    "Seller.ErpLink.Address.Country": "text",
    "Seller.ErpLink.Icon": "text",
    "Seller.ErpLink.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Blocked.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Blocked.ById": "text",
    "Seller.ErpLink.Audit.Blocked.By.Name": "text",
    "Seller.ErpLink.Audit.Blocked.By.Icon": "text",
    "Seller.ErpLink.Audit.Blocked.By.HasIcon": true,
    "Seller.ErpLink.Audit.Blocked.By.Type": "User",
    "Seller.ErpLink.Audit.Blocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Blocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Blocked.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Blocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Blocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Blocked.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Blocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Blocked.By.Id": "text",
    "Seller.ErpLink.Audit.Blocked.By.SystemId": 1,
    "Seller.ErpLink.Audit.Unblocked.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Unblocked.ById": "text",
    "Seller.ErpLink.Audit.Unblocked.By.Name": "text",
    "Seller.ErpLink.Audit.Unblocked.By.Icon": "text",
    "Seller.ErpLink.Audit.Unblocked.By.HasIcon": true,
    "Seller.ErpLink.Audit.Unblocked.By.Type": "User",
    "Seller.ErpLink.Audit.Unblocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Unblocked.By.Id": "text",
    "Seller.ErpLink.Audit.Unblocked.By.SystemId": 1,
    "Seller.ErpLink.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Created.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Updated.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Id": "text",
    "Seller.ErpLink.SystemId": 1,
    "Seller.Icon": "text",
    "Seller.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.Audit.Created.ById": "text",
    "Seller.Audit.Created.By.Name": "text",
    "Seller.Audit.Created.By.Icon": "text",
    "Seller.Audit.Created.By.HasIcon": true,
    "Seller.Audit.Created.By.Type": "User",
    "Seller.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.Audit.Created.By.Id": "text",
    "Seller.Audit.Created.By.SystemId": 1,
    "Seller.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.Audit.Updated.ById": "text",
    "Seller.Audit.Updated.By.Name": "text",
    "Seller.Audit.Updated.By.Icon": "text",
    "Seller.Audit.Updated.By.HasIcon": true,
    "Seller.Audit.Updated.By.Type": "User",
    "Seller.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.Audit.Updated.By.Id": "text",
    "Seller.Audit.Updated.By.SystemId": 1,
    "Seller.Id": "text",
    "Seller.SystemId": 1,
    "Eligibility.Client": true,
    "Eligibility.Partner": true,
    "Contact.Name": "text",
    "Contact.FirstName": "text",
    "Contact.LastName": "text",
    "Contact.Email": "text",
    "Contact.Phone.Prefix": "text",
    "Contact.Phone.Number": "text",
    "Contact.User.Email": "text",
    "Contact.User.Status": "text",
    "Contact.User.Phone.Prefix": "text",
    "Contact.User.Phone.Number": "text",
    "Contact.User.FirstName": "text",
    "Contact.User.LastName": "text",
    "Contact.User.Icon": "text",
    "Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "Contact.User.Settings.CultureCode": "text",
    "Contact.User.Settings.LanguageCode": "text",
    "Contact.User.Name": "text",
    "Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Contact.User.CurrentAccount.ExternalId": "text",
    "Contact.User.CurrentAccount.ExternalName": "text",
    "Contact.User.CurrentAccount.Type": "Client",
    "Contact.User.CurrentAccount.Status": "Active",
    "Contact.User.CurrentAccount.ServiceLevel": "Express",
    "Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "Contact.User.CurrentAccount.Address.PostCode": "text",
    "Contact.User.CurrentAccount.Address.City": "text",
    "Contact.User.CurrentAccount.Address.State": "text",
    "Contact.User.CurrentAccount.Address.Country": "text",
    "Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "Contact.User.CurrentAccount.Website": "text",
    "Contact.User.CurrentAccount.Description": "text",
    "Contact.User.CurrentAccount.Name": "text",
    "Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Contact.User.CurrentAccount.Eligibility.Client": true,
    "Contact.User.CurrentAccount.Eligibility.Partner": true,
    "Contact.User.CurrentAccount.Icon": "text",
    "Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "Contact.User.CurrentAccount.Id": "text",
    "Contact.User.CurrentAccount.SystemId": 1,
    "Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.ById": "text",
    "Contact.User.Audit.Created.By.Name": "text",
    "Contact.User.Audit.Created.By.Icon": "text",
    "Contact.User.Audit.Created.By.HasIcon": true,
    "Contact.User.Audit.Created.By.Type": "User",
    "Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Created.By.Id": "text",
    "Contact.User.Audit.Created.By.SystemId": 1,
    "Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.ById": "text",
    "Contact.User.Audit.Updated.By.Name": "text",
    "Contact.User.Audit.Updated.By.Icon": "text",
    "Contact.User.Audit.Updated.By.HasIcon": true,
    "Contact.User.Audit.Updated.By.Type": "User",
    "Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Updated.By.Id": "text",
    "Contact.User.Audit.Updated.By.SystemId": 1,
    "Contact.User.Id": "text",
    "Contact.User.SystemId": 1,
    "Contact.Type": "text",
    "Icon": "text",
    "Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.ById": "text",
    "Audit.Disabled.By.Name": "text",
    "Audit.Disabled.By.Icon": "text",
    "Audit.Disabled.By.HasIcon": true,
    "Audit.Disabled.By.Type": "User",
    "Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.By.Audit.Created.ById": "text",
    "Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.By.Audit.Updated.ById": "text",
    "Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Disabled.By.Id": "text",
    "Audit.Disabled.By.SystemId": 1,
    "Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.ById": "text",
    "Audit.Created.By.Name": "text",
    "Audit.Created.By.Icon": "text",
    "Audit.Created.By.HasIcon": true,
    "Audit.Created.By.Type": "User",
    "Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Created.ById": "text",
    "Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Updated.ById": "text",
    "Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Id": "text",
    "Audit.Created.By.SystemId": 1,
    "Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.ById": "text",
    "Audit.Updated.By.Name": "text",
    "Audit.Updated.By.Icon": "text",
    "Audit.Updated.By.HasIcon": true,
    "Audit.Updated.By.Type": "User",
    "Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Created.ById": "text",
    "Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Updated.ById": "text",
    "Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Id": "text",
    "Audit.Updated.By.SystemId": 1,
    "Id": "text",
    "SystemId": 1
  },
  "logo": "binary"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "blocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unblocked": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$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": "text",
  "note": "text",
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  }
}
PUT /public/v1/accounts/erp-links/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 58424

{
  "erpLink": {
    "ErpLink.Node.Name": "text",
    "ErpLink.Node.Children": [
      {
        "name": "text"
      }
    ],
    "ErpLink.Path": "text",
    "ErpLink.Data.Buyer.ExternalIds.ErpCompanyContact": "text",
    "ErpLink.Data.Buyer.ExternalIds.ErpCustomer": "text",
    "ErpLink.Data.Buyer.ExternalIds.AccountExternalId": "text",
    "ErpLink.Data.Buyer.Status": "Active",
    "ErpLink.Data.Buyer.Address.AddressLine1": "text",
    "ErpLink.Data.Buyer.Address.AddressLine2": "text",
    "ErpLink.Data.Buyer.Address.PostCode": "text",
    "ErpLink.Data.Buyer.Address.City": "text",
    "ErpLink.Data.Buyer.Address.State": "text",
    "ErpLink.Data.Buyer.Address.Country": "text",
    "ErpLink.Data.Buyer.TaxId": "text",
    "ErpLink.Data.Buyer.Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ErpLink.Data.Buyer.Account.ExternalId": "text",
    "ErpLink.Data.Buyer.Account.ExternalName": "text",
    "ErpLink.Data.Buyer.Account.Type": "Client",
    "ErpLink.Data.Buyer.Account.Status": "Active",
    "ErpLink.Data.Buyer.Account.ServiceLevel": "Express",
    "ErpLink.Data.Buyer.Account.Address.AddressLine1": "text",
    "ErpLink.Data.Buyer.Account.Address.AddressLine2": "text",
    "ErpLink.Data.Buyer.Account.Address.PostCode": "text",
    "ErpLink.Data.Buyer.Account.Address.City": "text",
    "ErpLink.Data.Buyer.Account.Address.State": "text",
    "ErpLink.Data.Buyer.Account.Address.Country": "text",
    "ErpLink.Data.Buyer.Account.TechnicalSupportEmail": "text",
    "ErpLink.Data.Buyer.Account.Website": "text",
    "ErpLink.Data.Buyer.Account.Description": "text",
    "ErpLink.Data.Buyer.Account.Name": "text",
    "ErpLink.Data.Buyer.Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Data.Buyer.Account.Eligibility.Client": true,
    "ErpLink.Data.Buyer.Account.Eligibility.Partner": true,
    "ErpLink.Data.Buyer.Account.Icon": "text",
    "ErpLink.Data.Buyer.Account.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Account.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Account.Audit.Created.By.Name": "text",
    "ErpLink.Data.Buyer.Account.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Buyer.Account.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Buyer.Account.Audit.Created.By.Type": "User",
    "ErpLink.Data.Buyer.Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Buyer.Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Account.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Account.Audit.Created.By.Id": "text",
    "ErpLink.Data.Buyer.Account.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Buyer.Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Account.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Buyer.Account.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Buyer.Account.Id": "text",
    "ErpLink.Data.Buyer.Account.SystemId": 1,
    "ErpLink.Data.Buyer.Name": "text",
    "ErpLink.Data.Buyer.Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "ErpLink.Data.Buyer.Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "ErpLink.Data.Buyer.ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "ErpLink.Data.Buyer.Contact.Name": "text",
    "ErpLink.Data.Buyer.Contact.FirstName": "text",
    "ErpLink.Data.Buyer.Contact.LastName": "text",
    "ErpLink.Data.Buyer.Contact.Email": "text",
    "ErpLink.Data.Buyer.Contact.Phone.Prefix": "text",
    "ErpLink.Data.Buyer.Contact.Phone.Number": "text",
    "ErpLink.Data.Buyer.Contact.User.Email": "text",
    "ErpLink.Data.Buyer.Contact.User.Status": "text",
    "ErpLink.Data.Buyer.Contact.User.Phone.Prefix": "text",
    "ErpLink.Data.Buyer.Contact.User.Phone.Number": "text",
    "ErpLink.Data.Buyer.Contact.User.FirstName": "text",
    "ErpLink.Data.Buyer.Contact.User.LastName": "text",
    "ErpLink.Data.Buyer.Contact.User.Icon": "text",
    "ErpLink.Data.Buyer.Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.Settings.CultureCode": "text",
    "ErpLink.Data.Buyer.Contact.User.Settings.LanguageCode": "text",
    "ErpLink.Data.Buyer.Contact.User.Name": "text",
    "ErpLink.Data.Buyer.Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.ExternalId": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.ExternalName": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Type": "Client",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Status": "Active",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.ServiceLevel": "Express",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Address.PostCode": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Address.City": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Address.State": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Address.Country": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Website": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Description": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Name": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Eligibility.Client": true,
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Eligibility.Partner": true,
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Icon": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.Id": "text",
    "ErpLink.Data.Buyer.Contact.User.CurrentAccount.SystemId": 1,
    "ErpLink.Data.Buyer.Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Name": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Type": "User",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.Id": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Buyer.Contact.User.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Buyer.Contact.User.Id": "text",
    "ErpLink.Data.Buyer.Contact.User.SystemId": 1,
    "ErpLink.Data.Buyer.Contact.Type": "text",
    "ErpLink.Data.Buyer.Icon": "text",
    "ErpLink.Data.Buyer.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Activated.ById": "text",
    "ErpLink.Data.Buyer.Audit.Activated.By.Name": "text",
    "ErpLink.Data.Buyer.Audit.Activated.By.Icon": "text",
    "ErpLink.Data.Buyer.Audit.Activated.By.HasIcon": true,
    "ErpLink.Data.Buyer.Audit.Activated.By.Type": "User",
    "ErpLink.Data.Buyer.Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Activated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Activated.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Activated.By.Id": "text",
    "ErpLink.Data.Buyer.Audit.Activated.By.SystemId": 1,
    "ErpLink.Data.Buyer.Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Unassigned.ById": "text",
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Name": "text",
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Icon": "text",
    "ErpLink.Data.Buyer.Audit.Unassigned.By.HasIcon": true,
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Type": "User",
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Unassigned.By.Id": "text",
    "ErpLink.Data.Buyer.Audit.Unassigned.By.SystemId": 1,
    "ErpLink.Data.Buyer.Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Disabled.ById": "text",
    "ErpLink.Data.Buyer.Audit.Disabled.By.Name": "text",
    "ErpLink.Data.Buyer.Audit.Disabled.By.Icon": "text",
    "ErpLink.Data.Buyer.Audit.Disabled.By.HasIcon": true,
    "ErpLink.Data.Buyer.Audit.Disabled.By.Type": "User",
    "ErpLink.Data.Buyer.Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Disabled.By.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Disabled.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Disabled.By.Id": "text",
    "ErpLink.Data.Buyer.Audit.Disabled.By.SystemId": 1,
    "ErpLink.Data.Buyer.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Audit.Created.By.Name": "text",
    "ErpLink.Data.Buyer.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Buyer.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Buyer.Audit.Created.By.Type": "User",
    "ErpLink.Data.Buyer.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Created.By.Id": "text",
    "ErpLink.Data.Buyer.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Buyer.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Buyer.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Buyer.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Buyer.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Buyer.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Buyer.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Buyer.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Buyer.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Buyer.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Buyer.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Buyer.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Buyer.Id": "text",
    "ErpLink.Data.Buyer.SystemId": 1,
    "ErpLink.Data.Seller.ExternalId": "text",
    "ErpLink.Data.Seller.Status": "Active",
    "ErpLink.Data.Seller.Currencies": [
      "text"
    ],
    "ErpLink.Data.Seller.Address.AddressLine1": "text",
    "ErpLink.Data.Seller.Address.AddressLine2": "text",
    "ErpLink.Data.Seller.Address.PostCode": "text",
    "ErpLink.Data.Seller.Address.City": "text",
    "ErpLink.Data.Seller.Address.State": "text",
    "ErpLink.Data.Seller.Address.Country": "text",
    "ErpLink.Data.Seller.Name": "text",
    "ErpLink.Data.Seller.Buyers": [
      {
        "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": "[email protected]",
          "phone": {
            "prefix": "text",
            "number": "text"
          },
          "user": "[Circular Reference]"
        },
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "status": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "taxId": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "name": "text",
        "errors": [
          {
            "id": "text",
            "message": "text",
            "parameters": null
          }
        ],
        "sellers": [
          {
            "id": "text",
            "icon": "text",
            "externalId": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.ExternalIds.ErpCompanyContact": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.ExternalIds.ErpCustomer": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.ExternalIds.AccountExternalId": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Status": "Active",
    "ErpLink.Data.Seller.ErpLink.Buyer.Address.AddressLine1": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Address.AddressLine2": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Address.PostCode": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Address.City": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Address.State": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Address.Country": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.TaxId": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.ExternalId": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.ExternalName": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Type": "Client",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Status": "Active",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.ServiceLevel": "Express",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Address.AddressLine1": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Address.AddressLine2": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Address.PostCode": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Address.City": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Address.State": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Address.Country": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.TechnicalSupportEmail": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Website": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Description": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Eligibility.Client": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Eligibility.Partner": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Account.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.FirstName": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.LastName": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.Email": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.Phone.Prefix": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.Phone.Number": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Email": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Status": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Phone.Prefix": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Phone.Number": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.FirstName": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.LastName": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Settings.CultureCode": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Settings.LanguageCode": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalId": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalName": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Type": "Client",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Status": "Active",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ServiceLevel": "Express",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.PostCode": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.City": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.State": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.Country": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Website": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Description": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Client": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Partner": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.User.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Contact.Type": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Activated.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Unassigned.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Disabled.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Buyer.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Buyer.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Seller": {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "externalId": "text",
      "status": "text",
      "currencies": [
        "text"
      ],
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "name": "text",
      "erpLink": {
        "id": "text",
        "icon": "text",
        "name": "text",
        "companyName": "text",
        "status": "text"
      }
    },
    "ErpLink.Data.Seller.ErpLink.BuyerId": "text",
    "ErpLink.Data.Seller.ErpLink.SellerId": "text",
    "ErpLink.Data.Seller.ErpLink.Name": "text",
    "ErpLink.Data.Seller.ErpLink.CompanyName": "text",
    "ErpLink.Data.Seller.ErpLink.Status": "Active",
    "ErpLink.Data.Seller.ErpLink.Note": "text",
    "ErpLink.Data.Seller.ErpLink.ExternalIds.ErpCompanyContact": "text",
    "ErpLink.Data.Seller.ErpLink.ExternalIds.ErpCustomer": "text",
    "ErpLink.Data.Seller.ErpLink.ExternalIds.AccountExternalId": "text",
    "ErpLink.Data.Seller.ErpLink.Address.AddressLine1": "text",
    "ErpLink.Data.Seller.ErpLink.Address.AddressLine2": "text",
    "ErpLink.Data.Seller.ErpLink.Address.PostCode": "text",
    "ErpLink.Data.Seller.ErpLink.Address.City": "text",
    "ErpLink.Data.Seller.ErpLink.Address.State": "text",
    "ErpLink.Data.Seller.ErpLink.Address.Country": "text",
    "ErpLink.Data.Seller.ErpLink.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Blocked.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Unblocked.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Seller.ErpLink.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Seller.ErpLink.Id": "text",
    "ErpLink.Data.Seller.ErpLink.SystemId": 1,
    "ErpLink.Data.Seller.Icon": "text",
    "ErpLink.Data.Seller.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.Audit.Created.By.Name": "text",
    "ErpLink.Data.Seller.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Seller.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Seller.Audit.Created.By.Type": "User",
    "ErpLink.Data.Seller.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Seller.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.Audit.Created.By.Id": "text",
    "ErpLink.Data.Seller.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Seller.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.Audit.Updated.ById": "text",
    "ErpLink.Data.Seller.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Seller.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Seller.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Seller.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Seller.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Seller.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Seller.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Seller.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Seller.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Data.Seller.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Seller.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Seller.Id": "text",
    "ErpLink.Data.Seller.SystemId": 1,
    "ErpLink.Data.BuyerId": "text",
    "ErpLink.Data.SellerId": "text",
    "ErpLink.Data.Name": "text",
    "ErpLink.Data.CompanyName": "text",
    "ErpLink.Data.Status": "Active",
    "ErpLink.Data.Note": "text",
    "ErpLink.Data.ExternalIds.ErpCompanyContact": "text",
    "ErpLink.Data.ExternalIds.ErpCustomer": "text",
    "ErpLink.Data.ExternalIds.AccountExternalId": "text",
    "ErpLink.Data.Address.AddressLine1": "text",
    "ErpLink.Data.Address.AddressLine2": "text",
    "ErpLink.Data.Address.PostCode": "text",
    "ErpLink.Data.Address.City": "text",
    "ErpLink.Data.Address.State": "text",
    "ErpLink.Data.Address.Country": "text",
    "ErpLink.Data.Icon": "text",
    "ErpLink.Data.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Audit.Blocked.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Blocked.ById": "text",
    "ErpLink.Data.Audit.Blocked.By.Name": "text",
    "ErpLink.Data.Audit.Blocked.By.Icon": "text",
    "ErpLink.Data.Audit.Blocked.By.HasIcon": true,
    "ErpLink.Data.Audit.Blocked.By.Type": "User",
    "ErpLink.Data.Audit.Blocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Audit.Blocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Blocked.By.Audit.Created.ById": "text",
    "ErpLink.Data.Audit.Blocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Audit.Blocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Blocked.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Audit.Blocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Audit.Blocked.By.Id": "text",
    "ErpLink.Data.Audit.Blocked.By.SystemId": 1,
    "ErpLink.Data.Audit.Unblocked.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Unblocked.ById": "text",
    "ErpLink.Data.Audit.Unblocked.By.Name": "text",
    "ErpLink.Data.Audit.Unblocked.By.Icon": "text",
    "ErpLink.Data.Audit.Unblocked.By.HasIcon": true,
    "ErpLink.Data.Audit.Unblocked.By.Type": "User",
    "ErpLink.Data.Audit.Unblocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Audit.Unblocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Unblocked.By.Audit.Created.ById": "text",
    "ErpLink.Data.Audit.Unblocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Audit.Unblocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Unblocked.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Audit.Unblocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Audit.Unblocked.By.Id": "text",
    "ErpLink.Data.Audit.Unblocked.By.SystemId": 1,
    "ErpLink.Data.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Created.ById": "text",
    "ErpLink.Data.Audit.Created.By.Name": "text",
    "ErpLink.Data.Audit.Created.By.Icon": "text",
    "ErpLink.Data.Audit.Created.By.HasIcon": true,
    "ErpLink.Data.Audit.Created.By.Type": "User",
    "ErpLink.Data.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Data.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Audit.Created.By.Id": "text",
    "ErpLink.Data.Audit.Created.By.SystemId": 1,
    "ErpLink.Data.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Updated.ById": "text",
    "ErpLink.Data.Audit.Updated.By.Name": "text",
    "ErpLink.Data.Audit.Updated.By.Icon": "text",
    "ErpLink.Data.Audit.Updated.By.HasIcon": true,
    "ErpLink.Data.Audit.Updated.By.Type": "User",
    "ErpLink.Data.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Data.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Data.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Data.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Data.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Data.Audit.Updated.By.Id": "text",
    "ErpLink.Data.Audit.Updated.By.SystemId": 1,
    "ErpLink.Data.Id": "text",
    "ErpLink.Data.SystemId": 1,
    "ErpLink.IsDefined": true
  },
  "logo": "binary"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "name": "text",
  "externalId": "text",
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "useBuyerAddress": true,
  "description": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "buyer": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text"
  },
  "eligibility": {
    "client": true,
    "partner": true
  }
}
PUT /public/v1/accounts/licensees/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 62329

{
  "licensee": {
    "Name": "text",
    "ExternalId": "text",
    "Status": "Active",
    "Address.AddressLine1": "text",
    "Address.AddressLine2": "text",
    "Address.PostCode": "text",
    "Address.City": "text",
    "Address.State": "text",
    "Address.Country": "text",
    "UseBuyerAddress": true,
    "Description": "text",
    "Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Account.ExternalId": "text",
    "Account.ExternalName": "text",
    "Account.Type": "Client",
    "Account.Status": "Active",
    "Account.ServiceLevel": "Express",
    "Account.Address.AddressLine1": "text",
    "Account.Address.AddressLine2": "text",
    "Account.Address.PostCode": "text",
    "Account.Address.City": "text",
    "Account.Address.State": "text",
    "Account.Address.Country": "text",
    "Account.TechnicalSupportEmail": "text",
    "Account.Website": "text",
    "Account.Description": "text",
    "Account.Name": "text",
    "Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Account.Eligibility.Client": true,
    "Account.Eligibility.Partner": true,
    "Account.Icon": "text",
    "Account.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Created.ById": "text",
    "Account.Audit.Created.By.Name": "text",
    "Account.Audit.Created.By.Icon": "text",
    "Account.Audit.Created.By.HasIcon": true,
    "Account.Audit.Created.By.Type": "User",
    "Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Created.By.Audit.Updated.ById": "text",
    "Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Account.Audit.Created.By.Id": "text",
    "Account.Audit.Created.By.SystemId": 1,
    "Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Updated.ById": "text",
    "Account.Audit.Updated.By.Name": "text",
    "Account.Audit.Updated.By.Icon": "text",
    "Account.Audit.Updated.By.HasIcon": true,
    "Account.Audit.Updated.By.Type": "User",
    "Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Updated.By.Audit.Created.ById": "text",
    "Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Account.Audit.Updated.By.Id": "text",
    "Account.Audit.Updated.By.SystemId": 1,
    "Account.Id": "text",
    "Account.SystemId": 1,
    "Buyer.ExternalIds.ErpCompanyContact": "text",
    "Buyer.ExternalIds.ErpCustomer": "text",
    "Buyer.ExternalIds.AccountExternalId": "text",
    "Buyer.Status": "Active",
    "Buyer.Address.AddressLine1": "text",
    "Buyer.Address.AddressLine2": "text",
    "Buyer.Address.PostCode": "text",
    "Buyer.Address.City": "text",
    "Buyer.Address.State": "text",
    "Buyer.Address.Country": "text",
    "Buyer.TaxId": "text",
    "Buyer.Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Buyer.Account.ExternalId": "text",
    "Buyer.Account.ExternalName": "text",
    "Buyer.Account.Type": "Client",
    "Buyer.Account.Status": "Active",
    "Buyer.Account.ServiceLevel": "Express",
    "Buyer.Account.Address.AddressLine1": "text",
    "Buyer.Account.Address.AddressLine2": "text",
    "Buyer.Account.Address.PostCode": "text",
    "Buyer.Account.Address.City": "text",
    "Buyer.Account.Address.State": "text",
    "Buyer.Account.Address.Country": "text",
    "Buyer.Account.TechnicalSupportEmail": "text",
    "Buyer.Account.Website": "text",
    "Buyer.Account.Description": "text",
    "Buyer.Account.Name": "text",
    "Buyer.Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Buyer.Account.Eligibility.Client": true,
    "Buyer.Account.Eligibility.Partner": true,
    "Buyer.Account.Icon": "text",
    "Buyer.Account.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Account.Audit.Created.ById": "text",
    "Buyer.Account.Audit.Created.By.Name": "text",
    "Buyer.Account.Audit.Created.By.Icon": "text",
    "Buyer.Account.Audit.Created.By.HasIcon": true,
    "Buyer.Account.Audit.Created.By.Type": "User",
    "Buyer.Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Buyer.Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Account.Audit.Created.By.Audit.Updated.ById": "text",
    "Buyer.Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Account.Audit.Created.By.Id": "text",
    "Buyer.Account.Audit.Created.By.SystemId": 1,
    "Buyer.Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Account.Audit.Updated.ById": "text",
    "Buyer.Account.Audit.Updated.By.Name": "text",
    "Buyer.Account.Audit.Updated.By.Icon": "text",
    "Buyer.Account.Audit.Updated.By.HasIcon": true,
    "Buyer.Account.Audit.Updated.By.Type": "User",
    "Buyer.Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Account.Audit.Updated.By.Audit.Created.ById": "text",
    "Buyer.Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Buyer.Account.Audit.Updated.By.Id": "text",
    "Buyer.Account.Audit.Updated.By.SystemId": 1,
    "Buyer.Account.Id": "text",
    "Buyer.Account.SystemId": 1,
    "Buyer.Name": "text",
    "Buyer.Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "Buyer.Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "Buyer.ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "Buyer.Contact.Name": "text",
    "Buyer.Contact.FirstName": "text",
    "Buyer.Contact.LastName": "text",
    "Buyer.Contact.Email": "text",
    "Buyer.Contact.Phone.Prefix": "text",
    "Buyer.Contact.Phone.Number": "text",
    "Buyer.Contact.User.Email": "text",
    "Buyer.Contact.User.Status": "text",
    "Buyer.Contact.User.Phone.Prefix": "text",
    "Buyer.Contact.User.Phone.Number": "text",
    "Buyer.Contact.User.FirstName": "text",
    "Buyer.Contact.User.LastName": "text",
    "Buyer.Contact.User.Icon": "text",
    "Buyer.Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Settings.CultureCode": "text",
    "Buyer.Contact.User.Settings.LanguageCode": "text",
    "Buyer.Contact.User.Name": "text",
    "Buyer.Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "Buyer.Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Buyer.Contact.User.CurrentAccount.ExternalId": "text",
    "Buyer.Contact.User.CurrentAccount.ExternalName": "text",
    "Buyer.Contact.User.CurrentAccount.Type": "Client",
    "Buyer.Contact.User.CurrentAccount.Status": "Active",
    "Buyer.Contact.User.CurrentAccount.ServiceLevel": "Express",
    "Buyer.Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "Buyer.Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "Buyer.Contact.User.CurrentAccount.Address.PostCode": "text",
    "Buyer.Contact.User.CurrentAccount.Address.City": "text",
    "Buyer.Contact.User.CurrentAccount.Address.State": "text",
    "Buyer.Contact.User.CurrentAccount.Address.Country": "text",
    "Buyer.Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "Buyer.Contact.User.CurrentAccount.Website": "text",
    "Buyer.Contact.User.CurrentAccount.Description": "text",
    "Buyer.Contact.User.CurrentAccount.Name": "text",
    "Buyer.Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Buyer.Contact.User.CurrentAccount.Eligibility.Client": true,
    "Buyer.Contact.User.CurrentAccount.Eligibility.Partner": true,
    "Buyer.Contact.User.CurrentAccount.Icon": "text",
    "Buyer.Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "Buyer.Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "Buyer.Contact.User.CurrentAccount.Id": "text",
    "Buyer.Contact.User.CurrentAccount.SystemId": 1,
    "Buyer.Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Created.ById": "text",
    "Buyer.Contact.User.Audit.Created.By.Name": "text",
    "Buyer.Contact.User.Audit.Created.By.Icon": "text",
    "Buyer.Contact.User.Audit.Created.By.HasIcon": true,
    "Buyer.Contact.User.Audit.Created.By.Type": "User",
    "Buyer.Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "Buyer.Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "Buyer.Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.Audit.Created.By.Id": "text",
    "Buyer.Contact.User.Audit.Created.By.SystemId": 1,
    "Buyer.Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Updated.ById": "text",
    "Buyer.Contact.User.Audit.Updated.By.Name": "text",
    "Buyer.Contact.User.Audit.Updated.By.Icon": "text",
    "Buyer.Contact.User.Audit.Updated.By.HasIcon": true,
    "Buyer.Contact.User.Audit.Updated.By.Type": "User",
    "Buyer.Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "Buyer.Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "Buyer.Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Contact.User.Audit.Updated.By.Id": "text",
    "Buyer.Contact.User.Audit.Updated.By.SystemId": 1,
    "Buyer.Contact.User.Id": "text",
    "Buyer.Contact.User.SystemId": 1,
    "Buyer.Contact.Type": "text",
    "Buyer.Icon": "text",
    "Buyer.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Activated.ById": "text",
    "Buyer.Audit.Activated.By.Name": "text",
    "Buyer.Audit.Activated.By.Icon": "text",
    "Buyer.Audit.Activated.By.HasIcon": true,
    "Buyer.Audit.Activated.By.Type": "User",
    "Buyer.Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Activated.By.Audit.Created.ById": "text",
    "Buyer.Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Activated.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Activated.By.Id": "text",
    "Buyer.Audit.Activated.By.SystemId": 1,
    "Buyer.Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Unassigned.ById": "text",
    "Buyer.Audit.Unassigned.By.Name": "text",
    "Buyer.Audit.Unassigned.By.Icon": "text",
    "Buyer.Audit.Unassigned.By.HasIcon": true,
    "Buyer.Audit.Unassigned.By.Type": "User",
    "Buyer.Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Unassigned.By.Audit.Created.ById": "text",
    "Buyer.Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Unassigned.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Unassigned.By.Id": "text",
    "Buyer.Audit.Unassigned.By.SystemId": 1,
    "Buyer.Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Disabled.ById": "text",
    "Buyer.Audit.Disabled.By.Name": "text",
    "Buyer.Audit.Disabled.By.Icon": "text",
    "Buyer.Audit.Disabled.By.HasIcon": true,
    "Buyer.Audit.Disabled.By.Type": "User",
    "Buyer.Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Disabled.By.Audit.Created.ById": "text",
    "Buyer.Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Disabled.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Disabled.By.Id": "text",
    "Buyer.Audit.Disabled.By.SystemId": 1,
    "Buyer.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Created.ById": "text",
    "Buyer.Audit.Created.By.Name": "text",
    "Buyer.Audit.Created.By.Icon": "text",
    "Buyer.Audit.Created.By.HasIcon": true,
    "Buyer.Audit.Created.By.Type": "User",
    "Buyer.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Created.By.Audit.Created.ById": "text",
    "Buyer.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Created.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Created.By.Id": "text",
    "Buyer.Audit.Created.By.SystemId": 1,
    "Buyer.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Updated.ById": "text",
    "Buyer.Audit.Updated.By.Name": "text",
    "Buyer.Audit.Updated.By.Icon": "text",
    "Buyer.Audit.Updated.By.HasIcon": true,
    "Buyer.Audit.Updated.By.Type": "User",
    "Buyer.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Buyer.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Updated.By.Audit.Created.ById": "text",
    "Buyer.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Buyer.Audit.Updated.By.Audit.Updated.ById": "text",
    "Buyer.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Buyer.Audit.Updated.By.Id": "text",
    "Buyer.Audit.Updated.By.SystemId": 1,
    "Buyer.Id": "text",
    "Buyer.SystemId": 1,
    "Seller.ExternalId": "text",
    "Seller.Status": "Active",
    "Seller.Currencies": [
      "text"
    ],
    "Seller.Address.AddressLine1": "text",
    "Seller.Address.AddressLine2": "text",
    "Seller.Address.PostCode": "text",
    "Seller.Address.City": "text",
    "Seller.Address.State": "text",
    "Seller.Address.Country": "text",
    "Seller.Name": "text",
    "Seller.Buyers": [
      {
        "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": "[email protected]",
          "phone": {
            "prefix": "text",
            "number": "text"
          },
          "user": "[Circular Reference]"
        },
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "status": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "taxId": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "name": "text",
        "errors": [
          {
            "id": "text",
            "message": "text",
            "parameters": null
          }
        ],
        "sellers": [
          {
            "id": "text",
            "icon": "text",
            "externalId": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Seller.ErpLink.Buyer.ExternalIds.ErpCompanyContact": "text",
    "Seller.ErpLink.Buyer.ExternalIds.ErpCustomer": "text",
    "Seller.ErpLink.Buyer.ExternalIds.AccountExternalId": "text",
    "Seller.ErpLink.Buyer.Status": "Active",
    "Seller.ErpLink.Buyer.Address.AddressLine1": "text",
    "Seller.ErpLink.Buyer.Address.AddressLine2": "text",
    "Seller.ErpLink.Buyer.Address.PostCode": "text",
    "Seller.ErpLink.Buyer.Address.City": "text",
    "Seller.ErpLink.Buyer.Address.State": "text",
    "Seller.ErpLink.Buyer.Address.Country": "text",
    "Seller.ErpLink.Buyer.TaxId": "text",
    "Seller.ErpLink.Buyer.Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Seller.ErpLink.Buyer.Account.ExternalId": "text",
    "Seller.ErpLink.Buyer.Account.ExternalName": "text",
    "Seller.ErpLink.Buyer.Account.Type": "Client",
    "Seller.ErpLink.Buyer.Account.Status": "Active",
    "Seller.ErpLink.Buyer.Account.ServiceLevel": "Express",
    "Seller.ErpLink.Buyer.Account.Address.AddressLine1": "text",
    "Seller.ErpLink.Buyer.Account.Address.AddressLine2": "text",
    "Seller.ErpLink.Buyer.Account.Address.PostCode": "text",
    "Seller.ErpLink.Buyer.Account.Address.City": "text",
    "Seller.ErpLink.Buyer.Account.Address.State": "text",
    "Seller.ErpLink.Buyer.Account.Address.Country": "text",
    "Seller.ErpLink.Buyer.Account.TechnicalSupportEmail": "text",
    "Seller.ErpLink.Buyer.Account.Website": "text",
    "Seller.ErpLink.Buyer.Account.Description": "text",
    "Seller.ErpLink.Buyer.Account.Name": "text",
    "Seller.ErpLink.Buyer.Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Seller.ErpLink.Buyer.Account.Eligibility.Client": true,
    "Seller.ErpLink.Buyer.Account.Eligibility.Partner": true,
    "Seller.ErpLink.Buyer.Account.Icon": "text",
    "Seller.ErpLink.Buyer.Account.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Account.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Buyer.Account.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Account.Id": "text",
    "Seller.ErpLink.Buyer.Account.SystemId": 1,
    "Seller.ErpLink.Buyer.Name": "text",
    "Seller.ErpLink.Buyer.Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "Seller.ErpLink.Buyer.Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "Seller.ErpLink.Buyer.ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "Seller.ErpLink.Buyer.Contact.Name": "text",
    "Seller.ErpLink.Buyer.Contact.FirstName": "text",
    "Seller.ErpLink.Buyer.Contact.LastName": "text",
    "Seller.ErpLink.Buyer.Contact.Email": "text",
    "Seller.ErpLink.Buyer.Contact.Phone.Prefix": "text",
    "Seller.ErpLink.Buyer.Contact.Phone.Number": "text",
    "Seller.ErpLink.Buyer.Contact.User.Email": "text",
    "Seller.ErpLink.Buyer.Contact.User.Status": "text",
    "Seller.ErpLink.Buyer.Contact.User.Phone.Prefix": "text",
    "Seller.ErpLink.Buyer.Contact.User.Phone.Number": "text",
    "Seller.ErpLink.Buyer.Contact.User.FirstName": "text",
    "Seller.ErpLink.Buyer.Contact.User.LastName": "text",
    "Seller.ErpLink.Buyer.Contact.User.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Settings.CultureCode": "text",
    "Seller.ErpLink.Buyer.Contact.User.Settings.LanguageCode": "text",
    "Seller.ErpLink.Buyer.Contact.User.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalId": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalName": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Type": "Client",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Status": "Active",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ServiceLevel": "Express",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.PostCode": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.City": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.State": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.Country": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Website": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Description": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Client": true,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Partner": true,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.CurrentAccount.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.User.Id": "text",
    "Seller.ErpLink.Buyer.Contact.User.SystemId": 1,
    "Seller.ErpLink.Buyer.Contact.Type": "text",
    "Seller.ErpLink.Buyer.Icon": "text",
    "Seller.ErpLink.Buyer.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Activated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Activated.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Activated.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Activated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Unassigned.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Unassigned.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Disabled.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Disabled.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Disabled.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Buyer.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Buyer.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Buyer.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Buyer.Id": "text",
    "Seller.ErpLink.Buyer.SystemId": 1,
    "Seller.ErpLink.Seller.ExternalId": "text",
    "Seller.ErpLink.Seller.Status": "Active",
    "Seller.ErpLink.Seller.Currencies": [
      "text"
    ],
    "Seller.ErpLink.Seller.Address.AddressLine1": "text",
    "Seller.ErpLink.Seller.Address.AddressLine2": "text",
    "Seller.ErpLink.Seller.Address.PostCode": "text",
    "Seller.ErpLink.Seller.Address.City": "text",
    "Seller.ErpLink.Seller.Address.State": "text",
    "Seller.ErpLink.Seller.Address.Country": "text",
    "Seller.ErpLink.Seller.Name": "text",
    "Seller.ErpLink.Seller.Buyers": [
      {
        "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": "[email protected]",
          "phone": {
            "prefix": "text",
            "number": "text"
          },
          "user": "[Circular Reference]"
        },
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "status": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "taxId": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "name": "text",
        "errors": [
          {
            "id": "text",
            "message": "text",
            "parameters": null
          }
        ],
        "sellers": [
          {
            "id": "text",
            "icon": "text",
            "externalId": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Seller.ErpLink.Seller.ErpLink": {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]",
        "blocked": "[Circular Reference]",
        "unblocked": "[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": "text",
      "note": "text",
      "externalIds": {
        "erpCompanyContact": "text",
        "erpCustomer": "text",
        "accountExternalId": "text"
      },
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      }
    },
    "Seller.ErpLink.Seller.Icon": "text",
    "Seller.ErpLink.Seller.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Seller.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Seller.Audit.Created.ById": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Seller.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Seller.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Seller.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Seller.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Seller.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Seller.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Seller.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Seller.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Seller.Audit.Updated.ById": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Seller.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Seller.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Seller.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Seller.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Seller.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.ErpLink.Seller.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Seller.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Seller.Id": "text",
    "Seller.ErpLink.Seller.SystemId": 1,
    "Seller.ErpLink.BuyerId": "text",
    "Seller.ErpLink.SellerId": "text",
    "Seller.ErpLink.Name": "text",
    "Seller.ErpLink.CompanyName": "text",
    "Seller.ErpLink.Status": "Active",
    "Seller.ErpLink.Note": "text",
    "Seller.ErpLink.ExternalIds.ErpCompanyContact": "text",
    "Seller.ErpLink.ExternalIds.ErpCustomer": "text",
    "Seller.ErpLink.ExternalIds.AccountExternalId": "text",
    "Seller.ErpLink.Address.AddressLine1": "text",
    "Seller.ErpLink.Address.AddressLine2": "text",
    "Seller.ErpLink.Address.PostCode": "text",
    "Seller.ErpLink.Address.City": "text",
    "Seller.ErpLink.Address.State": "text",
    "Seller.ErpLink.Address.Country": "text",
    "Seller.ErpLink.Icon": "text",
    "Seller.ErpLink.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Blocked.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Blocked.ById": "text",
    "Seller.ErpLink.Audit.Blocked.By.Name": "text",
    "Seller.ErpLink.Audit.Blocked.By.Icon": "text",
    "Seller.ErpLink.Audit.Blocked.By.HasIcon": true,
    "Seller.ErpLink.Audit.Blocked.By.Type": "User",
    "Seller.ErpLink.Audit.Blocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Blocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Blocked.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Blocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Blocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Blocked.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Blocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Blocked.By.Id": "text",
    "Seller.ErpLink.Audit.Blocked.By.SystemId": 1,
    "Seller.ErpLink.Audit.Unblocked.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Unblocked.ById": "text",
    "Seller.ErpLink.Audit.Unblocked.By.Name": "text",
    "Seller.ErpLink.Audit.Unblocked.By.Icon": "text",
    "Seller.ErpLink.Audit.Unblocked.By.HasIcon": true,
    "Seller.ErpLink.Audit.Unblocked.By.Type": "User",
    "Seller.ErpLink.Audit.Unblocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Unblocked.By.Id": "text",
    "Seller.ErpLink.Audit.Unblocked.By.SystemId": 1,
    "Seller.ErpLink.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Created.By.Name": "text",
    "Seller.ErpLink.Audit.Created.By.Icon": "text",
    "Seller.ErpLink.Audit.Created.By.HasIcon": true,
    "Seller.ErpLink.Audit.Created.By.Type": "User",
    "Seller.ErpLink.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Created.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Created.By.Id": "text",
    "Seller.ErpLink.Audit.Created.By.SystemId": 1,
    "Seller.ErpLink.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Updated.By.Name": "text",
    "Seller.ErpLink.Audit.Updated.By.Icon": "text",
    "Seller.ErpLink.Audit.Updated.By.HasIcon": true,
    "Seller.ErpLink.Audit.Updated.By.Type": "User",
    "Seller.ErpLink.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.ErpLink.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.ErpLink.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.ErpLink.Audit.Updated.By.Audit.Updated.ById": "text",
    "Seller.ErpLink.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.ErpLink.Audit.Updated.By.Id": "text",
    "Seller.ErpLink.Audit.Updated.By.SystemId": 1,
    "Seller.ErpLink.Id": "text",
    "Seller.ErpLink.SystemId": 1,
    "Seller.Icon": "text",
    "Seller.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.Audit.Created.ById": "text",
    "Seller.Audit.Created.By.Name": "text",
    "Seller.Audit.Created.By.Icon": "text",
    "Seller.Audit.Created.By.HasIcon": true,
    "Seller.Audit.Created.By.Type": "User",
    "Seller.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.Audit.Created.By.Audit.Updated.ById": "text",
    "Seller.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.Audit.Created.By.Id": "text",
    "Seller.Audit.Created.By.SystemId": 1,
    "Seller.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Seller.Audit.Updated.ById": "text",
    "Seller.Audit.Updated.By.Name": "text",
    "Seller.Audit.Updated.By.Icon": "text",
    "Seller.Audit.Updated.By.HasIcon": true,
    "Seller.Audit.Updated.By.Type": "User",
    "Seller.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Seller.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Seller.Audit.Updated.By.Audit.Created.ById": "text",
    "Seller.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Seller.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Seller.Audit.Updated.By.Id": "text",
    "Seller.Audit.Updated.By.SystemId": 1,
    "Seller.Id": "text",
    "Seller.SystemId": 1,
    "Eligibility.Client": true,
    "Eligibility.Partner": true,
    "Contact.Name": "text",
    "Contact.FirstName": "text",
    "Contact.LastName": "text",
    "Contact.Email": "text",
    "Contact.Phone.Prefix": "text",
    "Contact.Phone.Number": "text",
    "Contact.User.Email": "text",
    "Contact.User.Status": "text",
    "Contact.User.Phone.Prefix": "text",
    "Contact.User.Phone.Number": "text",
    "Contact.User.FirstName": "text",
    "Contact.User.LastName": "text",
    "Contact.User.Icon": "text",
    "Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "Contact.User.Settings.CultureCode": "text",
    "Contact.User.Settings.LanguageCode": "text",
    "Contact.User.Name": "text",
    "Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Contact.User.CurrentAccount.ExternalId": "text",
    "Contact.User.CurrentAccount.ExternalName": "text",
    "Contact.User.CurrentAccount.Type": "Client",
    "Contact.User.CurrentAccount.Status": "Active",
    "Contact.User.CurrentAccount.ServiceLevel": "Express",
    "Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "Contact.User.CurrentAccount.Address.PostCode": "text",
    "Contact.User.CurrentAccount.Address.City": "text",
    "Contact.User.CurrentAccount.Address.State": "text",
    "Contact.User.CurrentAccount.Address.Country": "text",
    "Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "Contact.User.CurrentAccount.Website": "text",
    "Contact.User.CurrentAccount.Description": "text",
    "Contact.User.CurrentAccount.Name": "text",
    "Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Contact.User.CurrentAccount.Eligibility.Client": true,
    "Contact.User.CurrentAccount.Eligibility.Partner": true,
    "Contact.User.CurrentAccount.Icon": "text",
    "Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "Contact.User.CurrentAccount.Id": "text",
    "Contact.User.CurrentAccount.SystemId": 1,
    "Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.ById": "text",
    "Contact.User.Audit.Created.By.Name": "text",
    "Contact.User.Audit.Created.By.Icon": "text",
    "Contact.User.Audit.Created.By.HasIcon": true,
    "Contact.User.Audit.Created.By.Type": "User",
    "Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Created.By.Id": "text",
    "Contact.User.Audit.Created.By.SystemId": 1,
    "Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.ById": "text",
    "Contact.User.Audit.Updated.By.Name": "text",
    "Contact.User.Audit.Updated.By.Icon": "text",
    "Contact.User.Audit.Updated.By.HasIcon": true,
    "Contact.User.Audit.Updated.By.Type": "User",
    "Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Updated.By.Id": "text",
    "Contact.User.Audit.Updated.By.SystemId": 1,
    "Contact.User.Id": "text",
    "Contact.User.SystemId": 1,
    "Contact.Type": "text",
    "Icon": "text",
    "Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.ById": "text",
    "Audit.Disabled.By.Name": "text",
    "Audit.Disabled.By.Icon": "text",
    "Audit.Disabled.By.HasIcon": true,
    "Audit.Disabled.By.Type": "User",
    "Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.By.Audit.Created.ById": "text",
    "Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.By.Audit.Updated.ById": "text",
    "Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Disabled.By.Id": "text",
    "Audit.Disabled.By.SystemId": 1,
    "Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.ById": "text",
    "Audit.Created.By.Name": "text",
    "Audit.Created.By.Icon": "text",
    "Audit.Created.By.HasIcon": true,
    "Audit.Created.By.Type": "User",
    "Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Created.ById": "text",
    "Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Updated.ById": "text",
    "Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Id": "text",
    "Audit.Created.By.SystemId": 1,
    "Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.ById": "text",
    "Audit.Updated.By.Name": "text",
    "Audit.Updated.By.Icon": "text",
    "Audit.Updated.By.HasIcon": true,
    "Audit.Updated.By.Type": "User",
    "Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Created.ById": "text",
    "Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Updated.ById": "text",
    "Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Id": "text",
    "Audit.Updated.By.SystemId": 1,
    "Id": "text",
    "SystemId": 1
  },
  "logo": "binary"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "activated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "unassigned": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "disabled": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "contact": {
    "name": "text",
    "firstName": "text",
    "lastName": "text",
    "email": "[email protected]",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "user": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "email": "text",
      "status": "text",
      "phone": {
        "prefix": "text",
        "number": "text"
      },
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-12-14T08:18:02.650Z",
      "settings": {
        "cultureCode": "text",
        "languageCode": "text"
      },
      "name": "text",
      "accounts": [
        {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        }
      ],
      "currentAccount": {
        "id": "text",
        "icon": "text",
        "type": "text",
        "status": "text",
        "name": "text"
      }
    }
  },
  "externalIds": {
    "erpCompanyContact": "text",
    "erpCustomer": "text",
    "accountExternalId": "text"
  },
  "status": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "taxId": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "name": "text",
  "errors": [
    {
      "id": "text",
      "message": "text",
      "parameters": null
    }
  ],
  "sellers": [
    {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text"
    }
  ]
}
PUT /public/v1/accounts/buyers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 15596

{
  "buyer": {
    "ExternalIds.ErpCompanyContact": "text",
    "ExternalIds.ErpCustomer": "text",
    "ExternalIds.AccountExternalId": "text",
    "Status": "Active",
    "Address.AddressLine1": "text",
    "Address.AddressLine2": "text",
    "Address.PostCode": "text",
    "Address.City": "text",
    "Address.State": "text",
    "Address.Country": "text",
    "TaxId": "text",
    "Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Account.ExternalId": "text",
    "Account.ExternalName": "text",
    "Account.Type": "Client",
    "Account.Status": "Active",
    "Account.ServiceLevel": "Express",
    "Account.Address.AddressLine1": "text",
    "Account.Address.AddressLine2": "text",
    "Account.Address.PostCode": "text",
    "Account.Address.City": "text",
    "Account.Address.State": "text",
    "Account.Address.Country": "text",
    "Account.TechnicalSupportEmail": "text",
    "Account.Website": "text",
    "Account.Description": "text",
    "Account.Name": "text",
    "Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Account.Eligibility.Client": true,
    "Account.Eligibility.Partner": true,
    "Account.Icon": "text",
    "Account.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Created.ById": "text",
    "Account.Audit.Created.By.Name": "text",
    "Account.Audit.Created.By.Icon": "text",
    "Account.Audit.Created.By.HasIcon": true,
    "Account.Audit.Created.By.Type": "User",
    "Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Created.By.Audit.Updated.ById": "text",
    "Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Account.Audit.Created.By.Id": "text",
    "Account.Audit.Created.By.SystemId": 1,
    "Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Updated.ById": "text",
    "Account.Audit.Updated.By.Name": "text",
    "Account.Audit.Updated.By.Icon": "text",
    "Account.Audit.Updated.By.HasIcon": true,
    "Account.Audit.Updated.By.Type": "User",
    "Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Account.Audit.Updated.By.Audit.Created.ById": "text",
    "Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Account.Audit.Updated.By.Id": "text",
    "Account.Audit.Updated.By.SystemId": 1,
    "Account.Id": "text",
    "Account.SystemId": 1,
    "Name": "text",
    "Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "Contact.Name": "text",
    "Contact.FirstName": "text",
    "Contact.LastName": "text",
    "Contact.Email": "text",
    "Contact.Phone.Prefix": "text",
    "Contact.Phone.Number": "text",
    "Contact.User.Email": "text",
    "Contact.User.Status": "text",
    "Contact.User.Phone.Prefix": "text",
    "Contact.User.Phone.Number": "text",
    "Contact.User.FirstName": "text",
    "Contact.User.LastName": "text",
    "Contact.User.Icon": "text",
    "Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "Contact.User.Settings.CultureCode": "text",
    "Contact.User.Settings.LanguageCode": "text",
    "Contact.User.Name": "text",
    "Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "Contact.User.CurrentAccount.ExternalId": "text",
    "Contact.User.CurrentAccount.ExternalName": "text",
    "Contact.User.CurrentAccount.Type": "Client",
    "Contact.User.CurrentAccount.Status": "Active",
    "Contact.User.CurrentAccount.ServiceLevel": "Express",
    "Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "Contact.User.CurrentAccount.Address.PostCode": "text",
    "Contact.User.CurrentAccount.Address.City": "text",
    "Contact.User.CurrentAccount.Address.State": "text",
    "Contact.User.CurrentAccount.Address.Country": "text",
    "Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "Contact.User.CurrentAccount.Website": "text",
    "Contact.User.CurrentAccount.Description": "text",
    "Contact.User.CurrentAccount.Name": "text",
    "Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "Contact.User.CurrentAccount.Eligibility.Client": true,
    "Contact.User.CurrentAccount.Eligibility.Partner": true,
    "Contact.User.CurrentAccount.Icon": "text",
    "Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "Contact.User.CurrentAccount.Id": "text",
    "Contact.User.CurrentAccount.SystemId": 1,
    "Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.ById": "text",
    "Contact.User.Audit.Created.By.Name": "text",
    "Contact.User.Audit.Created.By.Icon": "text",
    "Contact.User.Audit.Created.By.HasIcon": true,
    "Contact.User.Audit.Created.By.Type": "User",
    "Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Created.By.Id": "text",
    "Contact.User.Audit.Created.By.SystemId": 1,
    "Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.ById": "text",
    "Contact.User.Audit.Updated.By.Name": "text",
    "Contact.User.Audit.Updated.By.Icon": "text",
    "Contact.User.Audit.Updated.By.HasIcon": true,
    "Contact.User.Audit.Updated.By.Type": "User",
    "Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Contact.User.Audit.Updated.By.Id": "text",
    "Contact.User.Audit.Updated.By.SystemId": 1,
    "Contact.User.Id": "text",
    "Contact.User.SystemId": 1,
    "Contact.Type": "text",
    "Icon": "text",
    "Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Activated.ById": "text",
    "Audit.Activated.By.Name": "text",
    "Audit.Activated.By.Icon": "text",
    "Audit.Activated.By.HasIcon": true,
    "Audit.Activated.By.Type": "User",
    "Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Activated.By.Audit.Created.ById": "text",
    "Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Activated.By.Audit.Updated.ById": "text",
    "Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Activated.By.Id": "text",
    "Audit.Activated.By.SystemId": 1,
    "Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "Audit.Unassigned.ById": "text",
    "Audit.Unassigned.By.Name": "text",
    "Audit.Unassigned.By.Icon": "text",
    "Audit.Unassigned.By.HasIcon": true,
    "Audit.Unassigned.By.Type": "User",
    "Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Unassigned.By.Audit.Created.ById": "text",
    "Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Unassigned.By.Audit.Updated.ById": "text",
    "Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Unassigned.By.Id": "text",
    "Audit.Unassigned.By.SystemId": 1,
    "Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.ById": "text",
    "Audit.Disabled.By.Name": "text",
    "Audit.Disabled.By.Icon": "text",
    "Audit.Disabled.By.HasIcon": true,
    "Audit.Disabled.By.Type": "User",
    "Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.By.Audit.Created.ById": "text",
    "Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Disabled.By.Audit.Updated.ById": "text",
    "Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Disabled.By.Id": "text",
    "Audit.Disabled.By.SystemId": 1,
    "Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.ById": "text",
    "Audit.Created.By.Name": "text",
    "Audit.Created.By.Icon": "text",
    "Audit.Created.By.HasIcon": true,
    "Audit.Created.By.Type": "User",
    "Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Created.ById": "text",
    "Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Updated.ById": "text",
    "Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Id": "text",
    "Audit.Created.By.SystemId": 1,
    "Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.ById": "text",
    "Audit.Updated.By.Name": "text",
    "Audit.Updated.By.Icon": "text",
    "Audit.Updated.By.HasIcon": true,
    "Audit.Updated.By.Type": "User",
    "Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Created.ById": "text",
    "Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Updated.ById": "text",
    "Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Id": "text",
    "Audit.Updated.By.SystemId": 1,
    "Id": "text",
    "SystemId": 1
  },
  "logo": "binary"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalId": "text",
  "status": "text",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "erpLink": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "companyName": "text",
    "status": "text"
  }
}
PUT /public/v1/accounts/sellers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 57431

{
  "seller": {
    "ExternalId": "text",
    "Status": "Active",
    "Currencies": [
      "text"
    ],
    "Address.AddressLine1": "text",
    "Address.AddressLine2": "text",
    "Address.PostCode": "text",
    "Address.City": "text",
    "Address.State": "text",
    "Address.Country": "text",
    "Name": "text",
    "Buyers": [
      {
        "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": "[email protected]",
          "phone": {
            "prefix": "text",
            "number": "text"
          },
          "user": "[Circular Reference]"
        },
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "status": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "taxId": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "name": "text",
        "errors": [
          {
            "id": "text",
            "message": "text",
            "parameters": null
          }
        ],
        "sellers": [
          {
            "id": "text",
            "icon": "text",
            "externalId": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Buyer.ExternalIds.ErpCompanyContact": "text",
    "ErpLink.Buyer.ExternalIds.ErpCustomer": "text",
    "ErpLink.Buyer.ExternalIds.AccountExternalId": "text",
    "ErpLink.Buyer.Status": "Active",
    "ErpLink.Buyer.Address.AddressLine1": "text",
    "ErpLink.Buyer.Address.AddressLine2": "text",
    "ErpLink.Buyer.Address.PostCode": "text",
    "ErpLink.Buyer.Address.City": "text",
    "ErpLink.Buyer.Address.State": "text",
    "ErpLink.Buyer.Address.Country": "text",
    "ErpLink.Buyer.TaxId": "text",
    "ErpLink.Buyer.Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ErpLink.Buyer.Account.ExternalId": "text",
    "ErpLink.Buyer.Account.ExternalName": "text",
    "ErpLink.Buyer.Account.Type": "Client",
    "ErpLink.Buyer.Account.Status": "Active",
    "ErpLink.Buyer.Account.ServiceLevel": "Express",
    "ErpLink.Buyer.Account.Address.AddressLine1": "text",
    "ErpLink.Buyer.Account.Address.AddressLine2": "text",
    "ErpLink.Buyer.Account.Address.PostCode": "text",
    "ErpLink.Buyer.Account.Address.City": "text",
    "ErpLink.Buyer.Account.Address.State": "text",
    "ErpLink.Buyer.Account.Address.Country": "text",
    "ErpLink.Buyer.Account.TechnicalSupportEmail": "text",
    "ErpLink.Buyer.Account.Website": "text",
    "ErpLink.Buyer.Account.Description": "text",
    "ErpLink.Buyer.Account.Name": "text",
    "ErpLink.Buyer.Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Buyer.Account.Eligibility.Client": true,
    "ErpLink.Buyer.Account.Eligibility.Partner": true,
    "ErpLink.Buyer.Account.Icon": "text",
    "ErpLink.Buyer.Account.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Account.Audit.Created.ById": "text",
    "ErpLink.Buyer.Account.Audit.Created.By.Name": "text",
    "ErpLink.Buyer.Account.Audit.Created.By.Icon": "text",
    "ErpLink.Buyer.Account.Audit.Created.By.HasIcon": true,
    "ErpLink.Buyer.Account.Audit.Created.By.Type": "User",
    "ErpLink.Buyer.Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Account.Audit.Created.By.Id": "text",
    "ErpLink.Buyer.Account.Audit.Created.By.SystemId": 1,
    "ErpLink.Buyer.Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Account.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Account.Audit.Updated.By.Name": "text",
    "ErpLink.Buyer.Account.Audit.Updated.By.Icon": "text",
    "ErpLink.Buyer.Account.Audit.Updated.By.HasIcon": true,
    "ErpLink.Buyer.Account.Audit.Updated.By.Type": "User",
    "ErpLink.Buyer.Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Buyer.Account.Audit.Updated.By.Id": "text",
    "ErpLink.Buyer.Account.Audit.Updated.By.SystemId": 1,
    "ErpLink.Buyer.Account.Id": "text",
    "ErpLink.Buyer.Account.SystemId": 1,
    "ErpLink.Buyer.Name": "text",
    "ErpLink.Buyer.Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "ErpLink.Buyer.Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "ErpLink.Buyer.ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "ErpLink.Buyer.Contact.Name": "text",
    "ErpLink.Buyer.Contact.FirstName": "text",
    "ErpLink.Buyer.Contact.LastName": "text",
    "ErpLink.Buyer.Contact.Email": "text",
    "ErpLink.Buyer.Contact.Phone.Prefix": "text",
    "ErpLink.Buyer.Contact.Phone.Number": "text",
    "ErpLink.Buyer.Contact.User.Email": "text",
    "ErpLink.Buyer.Contact.User.Status": "text",
    "ErpLink.Buyer.Contact.User.Phone.Prefix": "text",
    "ErpLink.Buyer.Contact.User.Phone.Number": "text",
    "ErpLink.Buyer.Contact.User.FirstName": "text",
    "ErpLink.Buyer.Contact.User.LastName": "text",
    "ErpLink.Buyer.Contact.User.Icon": "text",
    "ErpLink.Buyer.Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.Settings.CultureCode": "text",
    "ErpLink.Buyer.Contact.User.Settings.LanguageCode": "text",
    "ErpLink.Buyer.Contact.User.Name": "text",
    "ErpLink.Buyer.Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "ErpLink.Buyer.Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ErpLink.Buyer.Contact.User.CurrentAccount.ExternalId": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.ExternalName": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Type": "Client",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Status": "Active",
    "ErpLink.Buyer.Contact.User.CurrentAccount.ServiceLevel": "Express",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Address.PostCode": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Address.City": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Address.State": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Address.Country": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Website": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Description": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Name": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Client": true,
    "ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Partner": true,
    "ErpLink.Buyer.Contact.User.CurrentAccount.Icon": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "ErpLink.Buyer.Contact.User.CurrentAccount.Id": "text",
    "ErpLink.Buyer.Contact.User.CurrentAccount.SystemId": 1,
    "ErpLink.Buyer.Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.Audit.Created.ById": "text",
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Name": "text",
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Icon": "text",
    "ErpLink.Buyer.Contact.User.Audit.Created.By.HasIcon": true,
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Type": "User",
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Contact.User.Audit.Created.By.Id": "text",
    "ErpLink.Buyer.Contact.User.Audit.Created.By.SystemId": 1,
    "ErpLink.Buyer.Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Name": "text",
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Icon": "text",
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.HasIcon": true,
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Type": "User",
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.Id": "text",
    "ErpLink.Buyer.Contact.User.Audit.Updated.By.SystemId": 1,
    "ErpLink.Buyer.Contact.User.Id": "text",
    "ErpLink.Buyer.Contact.User.SystemId": 1,
    "ErpLink.Buyer.Contact.Type": "text",
    "ErpLink.Buyer.Icon": "text",
    "ErpLink.Buyer.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Activated.ById": "text",
    "ErpLink.Buyer.Audit.Activated.By.Name": "text",
    "ErpLink.Buyer.Audit.Activated.By.Icon": "text",
    "ErpLink.Buyer.Audit.Activated.By.HasIcon": true,
    "ErpLink.Buyer.Audit.Activated.By.Type": "User",
    "ErpLink.Buyer.Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Activated.By.Audit.Created.ById": "text",
    "ErpLink.Buyer.Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Activated.By.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Activated.By.Id": "text",
    "ErpLink.Buyer.Audit.Activated.By.SystemId": 1,
    "ErpLink.Buyer.Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Unassigned.ById": "text",
    "ErpLink.Buyer.Audit.Unassigned.By.Name": "text",
    "ErpLink.Buyer.Audit.Unassigned.By.Icon": "text",
    "ErpLink.Buyer.Audit.Unassigned.By.HasIcon": true,
    "ErpLink.Buyer.Audit.Unassigned.By.Type": "User",
    "ErpLink.Buyer.Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.ById": "text",
    "ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Unassigned.By.Id": "text",
    "ErpLink.Buyer.Audit.Unassigned.By.SystemId": 1,
    "ErpLink.Buyer.Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Disabled.ById": "text",
    "ErpLink.Buyer.Audit.Disabled.By.Name": "text",
    "ErpLink.Buyer.Audit.Disabled.By.Icon": "text",
    "ErpLink.Buyer.Audit.Disabled.By.HasIcon": true,
    "ErpLink.Buyer.Audit.Disabled.By.Type": "User",
    "ErpLink.Buyer.Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Disabled.By.Audit.Created.ById": "text",
    "ErpLink.Buyer.Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Disabled.By.Id": "text",
    "ErpLink.Buyer.Audit.Disabled.By.SystemId": 1,
    "ErpLink.Buyer.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Created.ById": "text",
    "ErpLink.Buyer.Audit.Created.By.Name": "text",
    "ErpLink.Buyer.Audit.Created.By.Icon": "text",
    "ErpLink.Buyer.Audit.Created.By.HasIcon": true,
    "ErpLink.Buyer.Audit.Created.By.Type": "User",
    "ErpLink.Buyer.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Buyer.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Created.By.Id": "text",
    "ErpLink.Buyer.Audit.Created.By.SystemId": 1,
    "ErpLink.Buyer.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Audit.Updated.By.Name": "text",
    "ErpLink.Buyer.Audit.Updated.By.Icon": "text",
    "ErpLink.Buyer.Audit.Updated.By.HasIcon": true,
    "ErpLink.Buyer.Audit.Updated.By.Type": "User",
    "ErpLink.Buyer.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Buyer.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Buyer.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Buyer.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Buyer.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Buyer.Audit.Updated.By.Id": "text",
    "ErpLink.Buyer.Audit.Updated.By.SystemId": 1,
    "ErpLink.Buyer.Id": "text",
    "ErpLink.Buyer.SystemId": 1,
    "ErpLink.Seller.ExternalId": "text",
    "ErpLink.Seller.Status": "Active",
    "ErpLink.Seller.Currencies": [
      "text"
    ],
    "ErpLink.Seller.Address.AddressLine1": "text",
    "ErpLink.Seller.Address.AddressLine2": "text",
    "ErpLink.Seller.Address.PostCode": "text",
    "ErpLink.Seller.Address.City": "text",
    "ErpLink.Seller.Address.State": "text",
    "ErpLink.Seller.Address.Country": "text",
    "ErpLink.Seller.Name": "text",
    "ErpLink.Seller.Buyers": [
      {
        "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": "[email protected]",
          "phone": {
            "prefix": "text",
            "number": "text"
          },
          "user": "[Circular Reference]"
        },
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "status": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "taxId": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "name": "text",
        "errors": [
          {
            "id": "text",
            "message": "text",
            "parameters": null
          }
        ],
        "sellers": [
          {
            "id": "text",
            "icon": "text",
            "externalId": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Seller.ErpLink.Buyer.ExternalIds.ErpCompanyContact": "text",
    "ErpLink.Seller.ErpLink.Buyer.ExternalIds.ErpCustomer": "text",
    "ErpLink.Seller.ErpLink.Buyer.ExternalIds.AccountExternalId": "text",
    "ErpLink.Seller.ErpLink.Buyer.Status": "Active",
    "ErpLink.Seller.ErpLink.Buyer.Address.AddressLine1": "text",
    "ErpLink.Seller.ErpLink.Buyer.Address.AddressLine2": "text",
    "ErpLink.Seller.ErpLink.Buyer.Address.PostCode": "text",
    "ErpLink.Seller.ErpLink.Buyer.Address.City": "text",
    "ErpLink.Seller.ErpLink.Buyer.Address.State": "text",
    "ErpLink.Seller.ErpLink.Buyer.Address.Country": "text",
    "ErpLink.Seller.ErpLink.Buyer.TaxId": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ErpLink.Seller.ErpLink.Buyer.Account.ExternalId": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.ExternalName": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Type": "Client",
    "ErpLink.Seller.ErpLink.Buyer.Account.Status": "Active",
    "ErpLink.Seller.ErpLink.Buyer.Account.ServiceLevel": "Express",
    "ErpLink.Seller.ErpLink.Buyer.Account.Address.AddressLine1": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Address.AddressLine2": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Address.PostCode": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Address.City": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Address.State": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Address.Country": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.TechnicalSupportEmail": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Website": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Description": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Seller.ErpLink.Buyer.Account.Eligibility.Client": true,
    "ErpLink.Seller.ErpLink.Buyer.Account.Eligibility.Partner": true,
    "ErpLink.Seller.ErpLink.Buyer.Account.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Created.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.Audit.Updated.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Account.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Account.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Errors": [
      {
        "id": "text",
        "message": "text",
        "parameters": null
      }
    ],
    "ErpLink.Seller.ErpLink.Buyer.Sellers": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalId": "text",
        "status": "text",
        "currencies": [
          "text"
        ],
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "name": "text",
        "erpLink": {
          "id": "text",
          "icon": "text",
          "name": "text",
          "companyName": "text",
          "status": "text"
        }
      }
    ],
    "ErpLink.Seller.ErpLink.Buyer.ErpLinks": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]",
          "blocked": "[Circular Reference]",
          "unblocked": "[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": "text",
        "note": "text",
        "externalIds": {
          "erpCompanyContact": "text",
          "erpCustomer": "text",
          "accountExternalId": "text"
        },
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        }
      }
    ],
    "ErpLink.Seller.ErpLink.Buyer.Contact.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.FirstName": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.LastName": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.Email": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.Phone.Prefix": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.Phone.Number": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Email": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Status": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Phone.Prefix": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Phone.Number": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.FirstName": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.LastName": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Settings.CultureCode": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Settings.LanguageCode": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalId": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ExternalName": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Type": "Client",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Status": "Active",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.ServiceLevel": "Express",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine1": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.AddressLine2": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.PostCode": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.City": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.State": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Address.Country": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.TechnicalSupportEmail": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Website": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Description": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Client": true,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Eligibility.Partner": true,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Created.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.CurrentAccount.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Created.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Audit.Updated.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Contact.User.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Contact.Type": "text",
    "ErpLink.Seller.ErpLink.Buyer.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Activated.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Unassigned.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Disabled.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Created.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Name": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Type": "User",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.Audit.Updated.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Buyer.Id": "text",
    "ErpLink.Seller.ErpLink.Buyer.SystemId": 1,
    "ErpLink.Seller.ErpLink.Seller": {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "externalId": "text",
      "status": "text",
      "currencies": [
        "text"
      ],
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "name": "text",
      "erpLink": {
        "id": "text",
        "icon": "text",
        "name": "text",
        "companyName": "text",
        "status": "text"
      }
    },
    "ErpLink.Seller.ErpLink.BuyerId": "text",
    "ErpLink.Seller.ErpLink.SellerId": "text",
    "ErpLink.Seller.ErpLink.Name": "text",
    "ErpLink.Seller.ErpLink.CompanyName": "text",
    "ErpLink.Seller.ErpLink.Status": "Active",
    "ErpLink.Seller.ErpLink.Note": "text",
    "ErpLink.Seller.ErpLink.ExternalIds.ErpCompanyContact": "text",
    "ErpLink.Seller.ErpLink.ExternalIds.ErpCustomer": "text",
    "ErpLink.Seller.ErpLink.ExternalIds.AccountExternalId": "text",
    "ErpLink.Seller.ErpLink.Address.AddressLine1": "text",
    "ErpLink.Seller.ErpLink.Address.AddressLine2": "text",
    "ErpLink.Seller.ErpLink.Address.PostCode": "text",
    "ErpLink.Seller.ErpLink.Address.City": "text",
    "ErpLink.Seller.ErpLink.Address.State": "text",
    "ErpLink.Seller.ErpLink.Address.Country": "text",
    "ErpLink.Seller.ErpLink.Icon": "text",
    "ErpLink.Seller.ErpLink.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Audit.Blocked.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Blocked.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Name": "text",
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Type": "User",
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.Id": "text",
    "ErpLink.Seller.ErpLink.Audit.Blocked.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Audit.Unblocked.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Name": "text",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Type": "User",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.Id": "text",
    "ErpLink.Seller.ErpLink.Audit.Unblocked.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Created.By.Name": "text",
    "ErpLink.Seller.ErpLink.Audit.Created.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Audit.Created.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Audit.Created.By.Type": "User",
    "ErpLink.Seller.ErpLink.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Audit.Created.By.Id": "text",
    "ErpLink.Seller.ErpLink.Audit.Created.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Name": "text",
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Icon": "text",
    "ErpLink.Seller.ErpLink.Audit.Updated.By.HasIcon": true,
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Type": "User",
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.ErpLink.Audit.Updated.By.Id": "text",
    "ErpLink.Seller.ErpLink.Audit.Updated.By.SystemId": 1,
    "ErpLink.Seller.ErpLink.Id": "text",
    "ErpLink.Seller.ErpLink.SystemId": 1,
    "ErpLink.Seller.Icon": "text",
    "ErpLink.Seller.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.Audit.Created.ById": "text",
    "ErpLink.Seller.Audit.Created.By.Name": "text",
    "ErpLink.Seller.Audit.Created.By.Icon": "text",
    "ErpLink.Seller.Audit.Created.By.HasIcon": true,
    "ErpLink.Seller.Audit.Created.By.Type": "User",
    "ErpLink.Seller.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Seller.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Seller.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.Audit.Created.By.Id": "text",
    "ErpLink.Seller.Audit.Created.By.SystemId": 1,
    "ErpLink.Seller.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.Audit.Updated.ById": "text",
    "ErpLink.Seller.Audit.Updated.By.Name": "text",
    "ErpLink.Seller.Audit.Updated.By.Icon": "text",
    "ErpLink.Seller.Audit.Updated.By.HasIcon": true,
    "ErpLink.Seller.Audit.Updated.By.Type": "User",
    "ErpLink.Seller.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Seller.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Seller.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Seller.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Seller.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "ErpLink.Seller.Audit.Updated.By.Id": "text",
    "ErpLink.Seller.Audit.Updated.By.SystemId": 1,
    "ErpLink.Seller.Id": "text",
    "ErpLink.Seller.SystemId": 1,
    "ErpLink.BuyerId": "text",
    "ErpLink.SellerId": "text",
    "ErpLink.Name": "text",
    "ErpLink.CompanyName": "text",
    "ErpLink.Status": "Active",
    "ErpLink.Note": "text",
    "ErpLink.ExternalIds.ErpCompanyContact": "text",
    "ErpLink.ExternalIds.ErpCustomer": "text",
    "ErpLink.ExternalIds.AccountExternalId": "text",
    "ErpLink.Address.AddressLine1": "text",
    "ErpLink.Address.AddressLine2": "text",
    "ErpLink.Address.PostCode": "text",
    "ErpLink.Address.City": "text",
    "ErpLink.Address.State": "text",
    "ErpLink.Address.Country": "text",
    "ErpLink.Icon": "text",
    "ErpLink.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Audit.Blocked.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Blocked.ById": "text",
    "ErpLink.Audit.Blocked.By.Name": "text",
    "ErpLink.Audit.Blocked.By.Icon": "text",
    "ErpLink.Audit.Blocked.By.HasIcon": true,
    "ErpLink.Audit.Blocked.By.Type": "User",
    "ErpLink.Audit.Blocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Audit.Blocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Blocked.By.Audit.Created.ById": "text",
    "ErpLink.Audit.Blocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Audit.Blocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Blocked.By.Audit.Updated.ById": "text",
    "ErpLink.Audit.Blocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Audit.Blocked.By.Id": "text",
    "ErpLink.Audit.Blocked.By.SystemId": 1,
    "ErpLink.Audit.Unblocked.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Unblocked.ById": "text",
    "ErpLink.Audit.Unblocked.By.Name": "text",
    "ErpLink.Audit.Unblocked.By.Icon": "text",
    "ErpLink.Audit.Unblocked.By.HasIcon": true,
    "ErpLink.Audit.Unblocked.By.Type": "User",
    "ErpLink.Audit.Unblocked.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Audit.Unblocked.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Unblocked.By.Audit.Created.ById": "text",
    "ErpLink.Audit.Unblocked.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Audit.Unblocked.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Unblocked.By.Audit.Updated.ById": "text",
    "ErpLink.Audit.Unblocked.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Audit.Unblocked.By.Id": "text",
    "ErpLink.Audit.Unblocked.By.SystemId": 1,
    "ErpLink.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Created.ById": "text",
    "ErpLink.Audit.Created.By.Name": "text",
    "ErpLink.Audit.Created.By.Icon": "text",
    "ErpLink.Audit.Created.By.HasIcon": true,
    "ErpLink.Audit.Created.By.Type": "User",
    "ErpLink.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Created.By.Audit.Created.ById": "text",
    "ErpLink.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Created.By.Audit.Updated.ById": "text",
    "ErpLink.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Audit.Created.By.Id": "text",
    "ErpLink.Audit.Created.By.SystemId": 1,
    "ErpLink.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Updated.ById": "text",
    "ErpLink.Audit.Updated.By.Name": "text",
    "ErpLink.Audit.Updated.By.Icon": "text",
    "ErpLink.Audit.Updated.By.HasIcon": true,
    "ErpLink.Audit.Updated.By.Type": "User",
    "ErpLink.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "ErpLink.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Updated.By.Audit.Created.ById": "text",
    "ErpLink.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "ErpLink.Audit.Updated.By.Audit.Updated.ById": "text",
    "ErpLink.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "ErpLink.Audit.Updated.By.Id": "text",
    "ErpLink.Audit.Updated.By.SystemId": 1,
    "ErpLink.Id": "text",
    "ErpLink.SystemId": 1,
    "Icon": "text",
    "Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.ById": "text",
    "Audit.Created.By.Name": "text",
    "Audit.Created.By.Icon": "text",
    "Audit.Created.By.HasIcon": true,
    "Audit.Created.By.Type": "User",
    "Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Created.By.Audit.Updated.ById": "text",
    "Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Created.By.Id": "text",
    "Audit.Created.By.SystemId": 1,
    "Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.ById": "text",
    "Audit.Updated.By.Name": "text",
    "Audit.Updated.By.Icon": "text",
    "Audit.Updated.By.HasIcon": true,
    "Audit.Updated.By.Type": "User",
    "Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "Audit.Updated.By.Audit.Created.ById": "text",
    "Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "Audit.Updated.By.Id": "text",
    "Audit.Updated.By.SystemId": 1,
    "Id": "text",
    "SystemId": 1
  },
  "logo": "binary"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {}
    },
    "invitationAcceptedAt": "2025-12-14T08:18:02.650Z"
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "email": "text",
  "status": "text",
  "phone": {
    "prefix": "text",
    "number": "text"
  },
  "firstName": "text",
  "lastName": "text",
  "icon": "text",
  "lastLoginAt": "2025-12-14T08:18:02.650Z",
  "settings": {
    "cultureCode": "text",
    "languageCode": "text"
  },
  "name": "text",
  "accounts": [
    {
      "id": "text",
      "icon": "text",
      "type": "text",
      "status": "text",
      "name": "text"
    }
  ],
  "currentAccount": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  }
}
PUT /public/v1/accounts/users/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 6902

{
  "user": {
    "User.Node.Name": "text",
    "User.Node.Children": [
      {
        "name": "text"
      }
    ],
    "User.Path": "text",
    "User.Data.Email": "text",
    "User.Data.Status": "text",
    "User.Data.Phone.Prefix": "text",
    "User.Data.Phone.Number": "text",
    "User.Data.FirstName": "text",
    "User.Data.LastName": "text",
    "User.Data.Icon": "text",
    "User.Data.LastLoginAt": "2025-12-14T08:18:02.650Z",
    "User.Data.Settings.CultureCode": "text",
    "User.Data.Settings.LanguageCode": "text",
    "User.Data.Name": "text",
    "User.Data.Accounts": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "icon": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "text",
        "status": "text",
        "serviceLevel": "text",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "technicalSupportEmail": "[email protected]",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "name": "text",
            "description": "text",
            "logo": "text",
            "isDefault": true
          }
        ],
        "eligibility": {
          "client": true,
          "partner": true
        }
      }
    ],
    "User.Data.CurrentAccount.ExternalIds.PyraTenantId": "123e4567-e89b-12d3-a456-426614174000",
    "User.Data.CurrentAccount.ExternalId": "text",
    "User.Data.CurrentAccount.ExternalName": "text",
    "User.Data.CurrentAccount.Type": "Client",
    "User.Data.CurrentAccount.Status": "Active",
    "User.Data.CurrentAccount.ServiceLevel": "Express",
    "User.Data.CurrentAccount.Address.AddressLine1": "text",
    "User.Data.CurrentAccount.Address.AddressLine2": "text",
    "User.Data.CurrentAccount.Address.PostCode": "text",
    "User.Data.CurrentAccount.Address.City": "text",
    "User.Data.CurrentAccount.Address.State": "text",
    "User.Data.CurrentAccount.Address.Country": "text",
    "User.Data.CurrentAccount.TechnicalSupportEmail": "text",
    "User.Data.CurrentAccount.Website": "text",
    "User.Data.CurrentAccount.Description": "text",
    "User.Data.CurrentAccount.Name": "text",
    "User.Data.CurrentAccount.Groups": [
      {
        "id": "text",
        "audit": {
          "created": "[Circular Reference]",
          "updated": "[Circular Reference]"
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "icon": "text",
          "type": "text",
          "status": "text",
          "name": "text"
        },
        "modules": [
          {
            "id": "text",
            "description": "text",
            "name": "text",
            "filters": {
              "group.buyers": [
                "text"
              ]
            },
            "settings": {
              "configurable": true,
              "default": true,
              "paid": true,
              "type": [
                "text"
              ],
              "obsolete": true,
              "eligibility": {
                "multi": true,
                "single": true
              }
            }
          }
        ],
        "logo": "text",
        "isDefault": true,
        "users": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ],
        "buyers": [
          {
            "id": "text",
            "icon": "text",
            "name": "text"
          }
        ]
      }
    ],
    "User.Data.CurrentAccount.Eligibility.Client": true,
    "User.Data.CurrentAccount.Eligibility.Partner": true,
    "User.Data.CurrentAccount.Icon": "text",
    "User.Data.CurrentAccount.Metadata.OmittedProperties": [
      "text"
    ],
    "User.Data.CurrentAccount.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "User.Data.CurrentAccount.Audit.Created.ById": "text",
    "User.Data.CurrentAccount.Audit.Created.By.Name": "text",
    "User.Data.CurrentAccount.Audit.Created.By.Icon": "text",
    "User.Data.CurrentAccount.Audit.Created.By.HasIcon": true,
    "User.Data.CurrentAccount.Audit.Created.By.Type": "User",
    "User.Data.CurrentAccount.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "User.Data.CurrentAccount.Audit.Created.By.Audit.Created": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "User.Data.CurrentAccount.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "User.Data.CurrentAccount.Audit.Created.By.Audit.Updated.ById": "text",
    "User.Data.CurrentAccount.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "User.Data.CurrentAccount.Audit.Created.By.Id": "text",
    "User.Data.CurrentAccount.Audit.Created.By.SystemId": 1,
    "User.Data.CurrentAccount.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "User.Data.CurrentAccount.Audit.Updated.ById": "text",
    "User.Data.CurrentAccount.Audit.Updated.By.Name": "text",
    "User.Data.CurrentAccount.Audit.Updated.By.Icon": "text",
    "User.Data.CurrentAccount.Audit.Updated.By.HasIcon": true,
    "User.Data.CurrentAccount.Audit.Updated.By.Type": "User",
    "User.Data.CurrentAccount.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "User.Data.CurrentAccount.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "User.Data.CurrentAccount.Audit.Updated.By.Audit.Created.ById": "text",
    "User.Data.CurrentAccount.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "User.Data.CurrentAccount.Audit.Updated.By.Audit.Updated": {
      "at": "2025-12-14T08:18:02.650Z",
      "by": {
        "id": "text",
        "audit": {},
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "icon": "text"
      }
    },
    "User.Data.CurrentAccount.Audit.Updated.By.Id": "text",
    "User.Data.CurrentAccount.Audit.Updated.By.SystemId": 1,
    "User.Data.CurrentAccount.Id": "text",
    "User.Data.CurrentAccount.SystemId": 1,
    "User.Data.Metadata.OmittedProperties": [
      "text"
    ],
    "User.Data.Audit.InvitationAcceptedAt": "2025-12-14T08:18:02.650Z",
    "User.Data.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "User.Data.Audit.Created.ById": "text",
    "User.Data.Audit.Created.By.Name": "text",
    "User.Data.Audit.Created.By.Icon": "text",
    "User.Data.Audit.Created.By.HasIcon": true,
    "User.Data.Audit.Created.By.Type": "User",
    "User.Data.Audit.Created.By.Metadata.OmittedProperties": [
      "text"
    ],
    "User.Data.Audit.Created.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "User.Data.Audit.Created.By.Audit.Created.ById": "text",
    "User.Data.Audit.Created.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "User.Data.Audit.Created.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "User.Data.Audit.Created.By.Audit.Updated.ById": "text",
    "User.Data.Audit.Created.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "User.Data.Audit.Created.By.Id": "text",
    "User.Data.Audit.Created.By.SystemId": 1,
    "User.Data.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "User.Data.Audit.Updated.ById": "text",
    "User.Data.Audit.Updated.By.Name": "text",
    "User.Data.Audit.Updated.By.Icon": "text",
    "User.Data.Audit.Updated.By.HasIcon": true,
    "User.Data.Audit.Updated.By.Type": "User",
    "User.Data.Audit.Updated.By.Metadata.OmittedProperties": [
      "text"
    ],
    "User.Data.Audit.Updated.By.Audit.Created.At": "2025-12-14T08:18:02.650Z",
    "User.Data.Audit.Updated.By.Audit.Created.ById": "text",
    "User.Data.Audit.Updated.By.Audit.Created.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "User.Data.Audit.Updated.By.Audit.Updated.At": "2025-12-14T08:18:02.650Z",
    "User.Data.Audit.Updated.By.Audit.Updated.ById": "text",
    "User.Data.Audit.Updated.By.Audit.Updated.By": {
      "id": "text",
      "audit": {},
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "icon": "text"
    },
    "User.Data.Audit.Updated.By.Id": "text",
    "User.Data.Audit.Updated.By.SystemId": 1,
    "User.Data.Id": "text",
    "User.Data.SystemId": 1,
    "User.IsDefined": true
  },
  "icon": "binary"
}