Creates a new seller object.
Created
Bad Request
{
"id": "text",
"audit": {
"created": {
"at": "2025-12-14T07:59:46.564Z",
"by": {}
},
"updated": {
"at": "2025-12-14T07:59:46.564Z",
"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-14T07:59:46.564Z",
"by": {}
},
"updated": {
"at": "2025-12-14T07:59:46.564Z",
"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"
}
}