latestSwagger 2.02026-08-1766151238.8 KB
a444c5b1e78b
Account
OData end point to get a list of all accounts (contacts) accessible by the user
get/api/account
Response
OK
Example response
[
{
"contacts": [
{
"customFieldValues": [
{
"customFieldGuid": "00000000-0000-0000-0000-000000000000",
"valueContact": {
"guid": "00000000-0000-0000-0000-000000000000"
}
}
],
"guid": "00000000-0000-0000-0000-000000000000"
}
],
"assignedTo": [
{
"guid": "00000000-0000-0000-0000-000000000000"
}
],
"assignedToGuids": [
"00000000-0000-0000-0000-000000000000"
],
"primaryContact": {
"customFieldValues": [
{
"customFieldGuid": "00000000-0000-0000-0000-000000000000",
"valueContact": {
"guid": "00000000-0000-0000-0000-000000000000"
}
}
],
"guid": "00000000-0000-0000-0000-000000000000"
},
"saleDocumentTemplateGuid": "00000000-0000-0000-0000-000000000000",
"contactInvoiceRecipients": [
{
"guid": "00000000-0000-0000-0000-000000000000"
}
],
"contactInvoiceRecipientsGuids": [
"00000000-0000-0000-0000-000000000000"
],
"guid": "00000000-0000-0000-0000-000000000000"
}
]