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...
The following diagram shows the status transition process of a client or partner account on the platform.
The following diagram shows the status transition process of a vendor account on the platform.
Activates the account that was previously disabled.
Disables the account, preventing the account users from signing in.
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:
To learn about the accounts objects, including their fields, types, descriptions, and explore the endpoints, see the following links:
Creates a new account.
Updates the specific token object.
Resends the invitation to the user.
Delete a token by its token ID.
Gets the icon for the account using the account ID.
Gets a single API token using the token ID.
Get a single account user by ID.
Validates the account.
Accepts the user invitation to the account.
Assign an account user to a specific group.
Invite a user to the account.
Creates a new token object for the specific account.
Disable a specific API token.
Removes a user from a specific group.
Get all users assigned to an account.
Gets the API tokens collection.
Creates a new Buyer object for the client account.
Deletes a user from the account. The user remains active in other accounts.
Updates an existing account.
Deactivates a specific account using its ID.
Retrieves a list of accounts.
Enables the account that was previously disabled. When the account has been enabled, its status changes to Active .
Sends a new invitation if the original invite has expired.
Gets a specific account by ID.
Enable a specific API token.
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 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.

The API Token object represents a user authentication token within the platform.
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.
{
"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
Deletes a specific buyer.
Transfers a Buyer object with all its dependencies between Accounts sharing the same External ID.
Synchronizes the buyer with the ERP system.
Validate a Buyer object.
Enables a buyer that was previously disabled. When enabled, the buyer's status changes to Active if the buyer has ExternalId assigned or enabled.
Deletes the licensee object.
Gets Buyer Transfer information. This can include an optional query string parameter destinationAccountId for the preliminary validation of the transfer operation.
Creates a new licensee object.
Activates a previously deactivated or disabled seller.
When activated, the status changes from Offline or Disabled to Active.
Disables the Buyer object. Disabled buyers cannot be used in transactions.
Creates a new seller object.
Deactivates a seller. When the seller has been deactivated, the status changes from Active to Offline.
Gets a single Seller object by ID.
List Licensee items in the Licensees collection.
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.
Disables the licensee object.
Gets a single licensee object by ID.
Get the Buyers collection.
Gets the user groups collection.
Enables the licensee that was previously disabled.
Get the icon for a specific licensee.
Gets the Sellers collection.
Deletes the seller object. When deleted, the status changes from Active to Deleted.
Blocks a user.
Creates a user group for the client account.
SetS passwords for non-SSO users during onboarding.
Get a single user by ID.
Active
The group is active.
Deleted
The group has been deleted and no longer exists.
New

This is the initial status, and it's assigned by the platform when the group is created.
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
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
A reference to the Audit object.
Possible values: Created, Updated, Disabled, Enabled, or Activated.
groups
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" } }
}
}A reference to the Account object.
invitation
invitation.status
The status of the invitation.
Possible values: Invited, Active, or InvitationExpired.
Example:
groups
A list of user groups.
Example:
{
"$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"
}
}
]
}Deactivates a specific buyer.
Update the Buyer object. You can only update the Logo and Contact fields.
Get a single Buyer object by ID.
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.
Updates the seller object, except for the seller's status. To manage the status, use the disable, activate, deactivate, and delete endpoints.
Retrieves the icon for the seller.
Delete a user group.
Gets a list of modules within the platform.
Updates a user by its ID.
GetS a list of all platform users.
Unblock a previously blocked user.
Updates a 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:
A Cloud Tenant represents a cloud tenant object in the Marketplace Platform.
This object contains the following attributes:
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
The ERP Link represents a connection between a Buyer and a Seller object in the Marketplace.
This object contains the following attributes:
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
The Buyer object represents an individual buyer in the Marketplace Platform.
The Seller object represents a seller in the Marketplace platform.
The status of the cloud tenant with one of these possible values: Active, Disabled, or Deleted.
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
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
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
A reference to the Buyer object.
seller
A reference to the Seller object.
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.
{
"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.
{
"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.
The User Group object represents a user group in the Marketplace platform.
This object contains the following attributes:
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
The Licensee object represents a licensee in the Marketplace platform.
{
"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
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
}
}{
"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.
{
"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.
The User object represents a single user on the Marketplace platform.
This object contains the following attributes:
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
string
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
The list of accounts to which the user has been added.
Example:
groups
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
Represents the audit object.
Example:
{
"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"
}No Content
Bad Request
Not Found
DELETE /public/v1/accounts/api-tokens/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
No content
Temporary Redirect
Not Found
GET /public/v1/accounts/accounts/{id}/icon HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
No content
No Content
Bad Request
Not Found
No content
No Content
Bad Request
Not Found
No content
No Content
Bad Request
Not Found
DELETE /public/v1/accounts/buyers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
No content
No Content
Not Found
DELETE /public/v1/accounts/cloud-tenants/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
No content
No Content
Bad Request
Not Found
DELETE /public/v1/accounts/licensees/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
No content
Temporary Redirect
Not Found
GET /public/v1/accounts/buyers/{id}/icon HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
No content
Temporary Redirect
Not Found
GET /public/v1/accounts/licensees/{id}/icon HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
No content
OK
GET /public/v1/accounts/users/{id}/sso HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
No content
No Content
Bad Request
Not Found
No content
Temporary Redirect
Not Found
GET /public/v1/accounts/sellers/{id}/icon HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
No content
No Content
Bad Request
Not Found
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: */*
OK
Bad Request
Not Found
OK
Bad Request
Not Found
Created
Bad Request
OK
Bad Request
Not Found
OK
Bad Request
Not Found
OK
Not Found
OK
Not Found
GET /public/v1/accounts/account-users/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
OK
Bad Request
Not Found
^UGR-\d\d\d\d-\d\d\d\d$^UGR-\d\d\d\d-\d\d\d\d$OK
Bad Request
Not Found
Created
Bad Request
Created
Bad Request
OK
Bad Request
Not Found
POST /public/v1/accounts/api-tokens/{id}/disable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
^UGR-\d\d\d\d-\d\d\d\d$^UGR-\d\d\d\d-\d\d\d\d$OK
Bad Request
Not Found
OK
GET /public/v1/accounts/account-users HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
GET /public/v1/accounts/api-tokens HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Created
Bad Request
OK
Bad Request
Not Found
OK
Bad Request
Not Found
OK
GET /public/v1/accounts/accounts HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
Bad Request
Not Found
OK
Bad Request
Not Found
OK
Not Found
GET /public/v1/accounts/accounts/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
POST /public/v1/accounts/api-tokens/{id}/enable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
OK
Bad Request
Not Found
Conflict
OK
Bad Request
OK
Bad Request
Not Found
OK
GET /public/v1/accounts/erp-links HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
Bad Request
Not Found
OK
Bad Request
Created
Bad Request
Created
Bad Request
OK
Bad Request
Not Found
OK
Bad Request
Not Found
OK
Not Found
GET /public/v1/accounts/erp-links/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
Created
Bad Request
OK
Bad Request
Not Found
OK
Not Found
GET /public/v1/accounts/sellers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
OK
Not Found
GET /public/v1/accounts/cloud-tenants/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
OK
Bad Request
Not Found
POST /public/v1/accounts/licensees/{id}/disable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
OK
Not Found
GET /public/v1/accounts/licensees/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
GET /public/v1/accounts/buyers HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
GET /public/v1/accounts/user-groups HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
Bad Request
Not Found
OK
GET /public/v1/accounts/sellers HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
Bad Request
Not Found
POST /public/v1/accounts/users/{id}/block HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
Created
Bad Request
OK
Bad Request
OK
Not Found
GET /public/v1/accounts/users/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
POST /public/v1/accounts/buyers/{id}/deactivate HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
OK
GET /public/v1/accounts/cloud-tenants HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
Not Found
GET /public/v1/accounts/buyers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
OK
Bad Request
Not Found
OK
GET /public/v1/accounts/modules HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
Bad Request
Not Found
OK
GET /public/v1/accounts/account-users HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
OK
Bad Request
Not Found
POST /public/v1/accounts/users/{id}/unblock HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
Bad Request
Not Found
OK
Not Found
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"
}