curl -L \
--request POST \
--url 'https://api.platform.softwareone.com/public/v1/accounts/accounts/{id}/external-buyers' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"audit": {},
"$meta": {},
"externalId": "text",
"externalName": "text",
"type": {},
"status": {},
"serviceLevel": {},
"address": {},
"technicalSupportEmail": "text",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {},
"$meta": {},
"name": "text",
"description": "text",
"account": {},
"modules": [
{
"id": "text",
"audit": {},
"$meta": {},
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"accountTypes": [
"text"
]
}
],
"logo": "text",
"isDefault": true,
"users": [
{
"id": "text",
"audit": {},
"$meta": {},
"email": "text",
"status": "text",
"phone": {},
"firstName": "text",
"lastName": "text",
"lastLoginAt": "2025-04-03T02:36:08.759Z",
"settings": {},
"name": "text",
"accounts": [
"[Circular Reference]"
],
"currentAccount": {}
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {},
"$meta": {},
"contact": {},
"externalIds": {},
"status": {},
"address": {},
"taxId": "text",
"account": {},
"name": "text",
"sellers": [
{
"id": "text",
"audit": {},
"$meta": {},
"externalId": "text",
"status": {},
"icon": "text",
"currencies": [
"text"
],
"address": {},
"name": "text"
}
]
}
]
}'