Returns all sellers that have charges in the specified journal. Supports filtering, sorting, and pagination.
OK
The unique identifier of the journal entry.
BJO-1234-1234Name of the journal.
29 Nov 2024 #1The due date for the journal entry.
2025-05-15T23:59:59+00:00GET /public/v1/billing/journals/{journalId}/sellers HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"externalId": "text",
"name": "text",
"icon": "text",
"revision": 1,
"id": "text",
"attributes": {
"navision": null
},
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"status": "Active",
"journal": {
"revision": 1,
"id": "BJO-1234-1234",
"name": "29 Nov 2024 #1",
"dueDate": "2025-05-15T23:59:59+00:00"
}
}
]
}