GET api/WebshopOrders/GetWebshopOrder/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WebshopOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| WebshopOrderId | integer |
None. |
|
| WebshopId | integer |
None. |
|
| Webshop | Webshop |
None. |
|
| WebshopOrderStatus | WebshopOrderStatus |
None. |
|
| WebshopOrderAccountId | integer |
Required |
|
| WebshopOrderAccount | Account |
None. |
|
| WebshopOrderDateTime | date |
Required |
|
| WebshopOrderForeseenDeliveryDateTime | date |
None. |
|
| WebshopOrderVaultaId | integer |
Required |
|
| WebshopOrderValuta | Valuta |
None. |
|
| WebshopOrderValutaRate | decimal number |
Required |
|
| WebshopOrderVatPercNormalId | integer |
Required |
|
| WebshopOrderVatPercNormal | VAT |
None. |
|
| WebshopOrderBusinessDiscount | decimal number |
Required |
|
| WebshopOrderFinancialDiscount | decimal number |
Required |
|
| WebshopOrderCustomerDeliveryAddressId | integer |
None. |
|
| WebshopOrderAccountDeliveryAddressId | integer |
None. |
|
| WebshopOrderAccountDeliveryAddress | AccountDeliveryAddress |
None. |
|
| WebshopOrderRemark | string |
String length: inclusive between 0 and 100 |
|
| WebshopOrderSource | string |
String length: inclusive between 0 and 30 |
|
| WebshopOrderStatistics | string |
String length: inclusive between 0 and 30 |
|
| WebshopOrderTotalWeight | decimal number |
Required |
|
| WebshopOrderTotalVolume | decimal number |
Required |
|
| WebshopOrderTotalColli | integer |
Required |
|
| WebshopOrderTotalValueExVat | decimal number |
Required |
|
| WebshopOrderTotalValueVat | decimal number |
Required |
|
| WebshopOrderTotalValueInVat | decimal number |
Required |
|
| IsWebshopOrderOpen | boolean |
Required |
|
| WebshopOrderInfo | string |
Max length: -1 |
|
| WebshopOrderReference | string |
String length: inclusive between 0 and 35 |
|
| IsPartialDeliveryAllowed | boolean |
Required |
|
| IsDelayedPayment | boolean |
Required |
|
| WebshopOrderAmountPayed01 | decimal number |
Required |
|
| WebshopOrderPaymentMethod01 | PaymentMethod |
Required |
|
| WebshopOrderTotalAmountPayed | decimal number |
Required |
|
| WebshopOrderDateCreated | date |
None. |
|
| WebshopOrderUserIdCreated | string |
String length: inclusive between 0 and 100 |
|
| WebshopOrderDateChanged | date |
None. |
|
| WebshopOrderUserIdChanged | string |
String length: inclusive between 0 and 100 |
|
| webshopOrderUserId | string |
None. |
|
| IsWebshopGuestOrder | boolean |
None. |
|
| WebshopDeliveryAddressId | integer |
None. |
|
| WebshopDeliveryAddress | WebshopDeliveryAddress |
None. |
|
| IsWebshopPickUpProducts | boolean |
None. |
|
| WebshopOrderIsArchived | boolean |
None. |
|
| TransportCostIncl | decimal number |
None. |
|
| TransportCostExcl | decimal number |
None. |
|
| ObjectState | ObjectState |
None. |
Response Formats
application/json, text/json
Sample:
{
"webshopOrderId": 1,
"webshopId": 2,
"webshop": {
"webshopId": 1,
"webshopName": "sample string 2",
"webshopMollieApiKey": "sample string 3",
"webshopUrl": "sample string 4",
"webshopAcceptedEmarketingTemplateId": 1,
"webshopAcceptedEmarketingTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopRejectedEmarketingTemplateId": 1,
"webshopRejectedEmarketingTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopNewRegEmarketingTemplateId": 1,
"webshopNewRegEmarketingTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopInReviewRegEmarketingTemplateId": 1,
"webshopInReviewRegEmarketingTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopPasswordChangedEmarketingTemplateId": 1,
"webshopPasswordChangedEmarketingTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopPriceRequestEmarketingTemplateId": 1,
"webshopPriceRequestEmarketingTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"isInUse": true,
"webshopDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"webshopUserIdCreated": "sample string 6",
"webshopDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"webshopUserIdChanged": "sample string 7",
"webshopCustomerOrderPayedTemplateId": 1,
"webshopCustomerOrderPayedTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopCustomerOrderNotPayedTemplateId": 1,
"webshopCustomerOrderNotPayedTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopInternalDelayedPaymentTemplateId": 1,
"webshopInternalDelayedPaymentTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopCustomerDelayedPaymentTemplateId": 1,
"webshopCustomerDelayedPaymentTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopInternalOrderPayedTemplateId": 1,
"webshopInternalOrderPayedTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"webshopInternalOrderNotPayedTemplateId": 1,
"webshopInternalOrderNotPayedTemplate": {
"emarketingTemplateId": 1,
"emarketingTemplateDescription": "sample string 2",
"emarketingTemplateContent": "sample string 3",
"companyId": 4,
"mailfrom": "sample string 5",
"mailfromName": "sample string 6",
"mailSubject": "sample string 7",
"templateType": 8,
"objectState": 0
},
"minOrderFreeDelivery": 8.1,
"transportCost": 9.1,
"webshopBannerText": "sample string 10",
"webshopBannerNL": "sample string 11",
"webshopBannerFR": "sample string 12",
"companyId": 13,
"objectState": 0
},
"webshopOrderStatus": 0,
"webshopOrderAccountId": 3,
"webshopOrderAccount": {
"accountId": 1,
"accountName": "sample string 2",
"accountAlias": "sample string 3",
"accountNumberInternal": "sample string 4",
"accountStreet": "sample string 5",
"accountPCode": "sample string 6",
"accountCity": "sample string 7",
"accountState": "sample string 8",
"accountDepartment": 0,
"countryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"accountMailName": "sample string 9",
"accountMailStreet": "sample string 10",
"accountMailPCode": "sample string 11",
"accountMailCity": "sample string 12",
"mailCountryId": 1,
"mailCountry": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"accountSegmentId": 1,
"accountSegment": {
"accountSegmentId": 1,
"accountSegmentName": "sample string 2",
"accountSegmentIsInUse": true,
"companyId": 4,
"objectState": 0
},
"accountDiscountCategoryId": 1,
"accountDiscountCategory": {
"accountDiscountCategoryId": 1,
"accountDiscountCategoryDescription": "sample string 2",
"accountDiscountCategoryPercentage": 3.0,
"companyId": 4,
"objectState": 0
},
"accountDelayedPayment": true,
"accountTelephone1": "sample string 14",
"accountTelephone2": "sample string 15",
"accountMobile1": "sample string 16",
"accountTelefax": "sample string 17",
"accountEmailGeneral": "sample string 18",
"useAccountEmailGeneralForBulkMail": true,
"accountEmailSales": "sample string 20",
"useAccountEmailSalesForBulkMail": true,
"accountEmailPurchasing": "sample string 22",
"useAccountEmailPurchasingForBulkMail": true,
"accountEmailDelivery": "sample string 24",
"useAccountEmailDeliveryForBulkMail": true,
"accountEmailAccounting": "sample string 26",
"useAccountEmailAccountingForBulkMail": true,
"accountEmailEinvoice": "sample string 28",
"useAccountEmailEinvoiceForBulkMail": true,
"accountCompanyNumber": "sample string 30",
"accountVatId": 1,
"vat": {
"vatId": 1,
"vaTcode": "sample string 2",
"vaTpercentage": 3.0,
"isInUse": true,
"vatPrintTextLanguage01": "sample string 5",
"vatPrintTextLanguage02": "sample string 6",
"vatPrintTextLanguage03": "sample string 7",
"vatPrintTextLanguage04": "sample string 8",
"vatPrintTextLanguage05": "sample string 9",
"vatPrintTextLanguage06": "sample string 10",
"objectState": 0
},
"accountValutaId": 1,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"accountLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"accountLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"accountLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"accountType": 0,
"accountDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"accountIsInUse": true,
"accountToReview": true,
"accountGeneralNotes": "sample string 33",
"accountDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"accountUserIdCreated": "sample string 34",
"accountDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"accountUserIdChanged": "sample string 35",
"accountStatusStefca": 0,
"accountStatusEta": 0,
"accountAssets": [
{
"assetId": 1,
"assetName": "sample string 2",
"productName": "sample string 3",
"productCode": "sample string 4",
"assetPrice": 5.0,
"assetBrandId": 6,
"brand": {
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
"assetAccountId": 7,
"assetIsInUse": true,
"objectState": 0
},
{
"assetId": 1,
"assetName": "sample string 2",
"productName": "sample string 3",
"productCode": "sample string 4",
"assetPrice": 5.0,
"assetBrandId": 6,
"brand": {
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
"assetAccountId": 7,
"assetIsInUse": true,
"objectState": 0
}
],
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"contactToReview": true,
"objectState": 0
},
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"contactToReview": true,
"objectState": 0
}
],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"contactToReview": true,
"objectState": 0
},
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"contactToReview": true,
"objectState": 0
}
],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [],
"contactToReview": true,
"objectState": 0
},
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [],
"contactToReview": true,
"objectState": 0
}
],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [],
"contactToReview": true,
"objectState": 0
},
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [],
"contactToReview": true,
"objectState": 0
}
],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"deliveryAddress": [
{
"accountDeliveryAddressId": 1,
"accountId": 2,
"accountDeliveryAddressName": "sample string 3",
"accountDeliveryAddressCompany": "sample string 4",
"accountDeliveryAddressStreet": "sample string 5",
"accountDeliveryAddressPCode": "sample string 6",
"accountDeliveryAddressCity": "sample string 7",
"accountDeliveryAddressDepartment": 0,
"accountDeliveryAddressCountryId": 1,
"accountDeliveryAddressCountry": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"companyId": 8,
"accountDeliveryAddressInUse": true,
"objectState": 0
},
{
"accountDeliveryAddressId": 1,
"accountId": 2,
"accountDeliveryAddressName": "sample string 3",
"accountDeliveryAddressCompany": "sample string 4",
"accountDeliveryAddressStreet": "sample string 5",
"accountDeliveryAddressPCode": "sample string 6",
"accountDeliveryAddressCity": "sample string 7",
"accountDeliveryAddressDepartment": 0,
"accountDeliveryAddressCountryId": 1,
"accountDeliveryAddressCountry": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"companyId": 8,
"accountDeliveryAddressInUse": true,
"objectState": 0
}
],
"registerWebshopId": 1,
"accountTVANumber": "sample string 36",
"accountCustomerNumber": "sample string 37",
"cranes": [
{
"craneId": 1,
"brandId": 2,
"brand": {
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
"craneSerialNumber": "sample string 3",
"craneName": "sample string 4",
"craneBuildYear": "sample string 5",
"craneDateIn": "2025-12-11T00:48:44.3114114+01:00",
"craneDateOut": "2025-12-11T00:48:44.3114114+01:00",
"craneReasonOut": "sample string 6",
"craneColor": "sample string 7",
"craneIsInUse": true,
"craneIsStefcaCrane": true,
"accountId": 1,
"weeklyPrice": 10.0,
"insurance": 11.0,
"nextYearlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"nextMonthlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"perviousYearlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"perviousMonthlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"info": "sample string 12",
"reparations": "sample string 13",
"isInspectStandingUp": true,
"objectState": 0
},
{
"craneId": 1,
"brandId": 2,
"brand": {
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
"craneSerialNumber": "sample string 3",
"craneName": "sample string 4",
"craneBuildYear": "sample string 5",
"craneDateIn": "2025-12-11T00:48:44.3114114+01:00",
"craneDateOut": "2025-12-11T00:48:44.3114114+01:00",
"craneReasonOut": "sample string 6",
"craneColor": "sample string 7",
"craneIsInUse": true,
"craneIsStefcaCrane": true,
"accountId": 1,
"weeklyPrice": 10.0,
"insurance": 11.0,
"nextYearlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"nextMonthlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"perviousYearlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"perviousMonthlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"info": "sample string 12",
"reparations": "sample string 13",
"isInspectStandingUp": true,
"objectState": 0
}
],
"accountpaymentTermDays": 1,
"accountPaymentTerm": 0,
"accountIsFreeDelivery": true,
"accountIsDiffrentMinFreeDeliveryPrice": true,
"accountMinimumFreeDelivery": 40.0,
"removeMobile1": true,
"invoiceWarning": "sample string 42",
"mailSalesItems": true,
"projectNumber": 44,
"objectState": 0
},
"webshopOrderDateTime": "2025-12-11T00:48:44.3114114+01:00",
"webshopOrderForeseenDeliveryDateTime": "2025-12-11T00:48:44.3114114+01:00",
"webshopOrderVaultaId": 5,
"webshopOrderValuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"webshopOrderValutaRate": 6.0,
"webshopOrderVatPercNormalId": 7,
"webshopOrderVatPercNormal": {
"vatId": 1,
"vaTcode": "sample string 2",
"vaTpercentage": 3.0,
"isInUse": true,
"vatPrintTextLanguage01": "sample string 5",
"vatPrintTextLanguage02": "sample string 6",
"vatPrintTextLanguage03": "sample string 7",
"vatPrintTextLanguage04": "sample string 8",
"vatPrintTextLanguage05": "sample string 9",
"vatPrintTextLanguage06": "sample string 10",
"objectState": 0
},
"webshopOrderBusinessDiscount": 8.0,
"webshopOrderFinancialDiscount": 9.0,
"webshopOrderCustomerDeliveryAddressId": 1,
"webshopOrderAccountDeliveryAddressId": 10,
"webshopOrderAccountDeliveryAddress": {
"accountDeliveryAddressId": 1,
"accountId": 2,
"account": {
"accountId": 1,
"accountName": "sample string 2",
"accountAlias": "sample string 3",
"accountNumberInternal": "sample string 4",
"accountStreet": "sample string 5",
"accountPCode": "sample string 6",
"accountCity": "sample string 7",
"accountState": "sample string 8",
"accountDepartment": 0,
"countryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"accountMailName": "sample string 9",
"accountMailStreet": "sample string 10",
"accountMailPCode": "sample string 11",
"accountMailCity": "sample string 12",
"mailCountryId": 1,
"mailCountry": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"accountSegmentId": 1,
"accountSegment": {
"accountSegmentId": 1,
"accountSegmentName": "sample string 2",
"accountSegmentIsInUse": true,
"companyId": 4,
"objectState": 0
},
"accountDiscountCategoryId": 1,
"accountDiscountCategory": {
"accountDiscountCategoryId": 1,
"accountDiscountCategoryDescription": "sample string 2",
"accountDiscountCategoryPercentage": 3.0,
"companyId": 4,
"objectState": 0
},
"accountDelayedPayment": true,
"accountTelephone1": "sample string 14",
"accountTelephone2": "sample string 15",
"accountMobile1": "sample string 16",
"accountTelefax": "sample string 17",
"accountEmailGeneral": "sample string 18",
"useAccountEmailGeneralForBulkMail": true,
"accountEmailSales": "sample string 20",
"useAccountEmailSalesForBulkMail": true,
"accountEmailPurchasing": "sample string 22",
"useAccountEmailPurchasingForBulkMail": true,
"accountEmailDelivery": "sample string 24",
"useAccountEmailDeliveryForBulkMail": true,
"accountEmailAccounting": "sample string 26",
"useAccountEmailAccountingForBulkMail": true,
"accountEmailEinvoice": "sample string 28",
"useAccountEmailEinvoiceForBulkMail": true,
"accountCompanyNumber": "sample string 30",
"accountVatId": 1,
"vat": {
"vatId": 1,
"vaTcode": "sample string 2",
"vaTpercentage": 3.0,
"isInUse": true,
"vatPrintTextLanguage01": "sample string 5",
"vatPrintTextLanguage02": "sample string 6",
"vatPrintTextLanguage03": "sample string 7",
"vatPrintTextLanguage04": "sample string 8",
"vatPrintTextLanguage05": "sample string 9",
"vatPrintTextLanguage06": "sample string 10",
"objectState": 0
},
"accountValutaId": 1,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"accountLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"accountLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"accountLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"accountType": 0,
"accountDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"accountIsInUse": true,
"accountToReview": true,
"accountGeneralNotes": "sample string 33",
"accountDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"accountUserIdCreated": "sample string 34",
"accountDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"accountUserIdChanged": "sample string 35",
"accountStatusStefca": 0,
"accountStatusEta": 0,
"accountAssets": [
{
"assetId": 1,
"assetName": "sample string 2",
"productName": "sample string 3",
"productCode": "sample string 4",
"assetPrice": 5.0,
"assetBrandId": 6,
"brand": {
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
"assetAccountId": 7,
"assetIsInUse": true,
"objectState": 0
},
{
"assetId": 1,
"assetName": "sample string 2",
"productName": "sample string 3",
"productCode": "sample string 4",
"assetPrice": 5.0,
"assetBrandId": 6,
"brand": {
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
"assetAccountId": 7,
"assetIsInUse": true,
"objectState": 0
}
],
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"contactToReview": true,
"objectState": 0
},
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"contactToReview": true,
"objectState": 0
}
],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"contactToReview": true,
"objectState": 0
},
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"contactToReview": true,
"objectState": 0
}
],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [],
"contactToReview": true,
"objectState": 0
},
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [],
"contactToReview": true,
"objectState": 0
}
],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
},
{
"documentId": 1,
"documentDescription": "sample string 2",
"accounts": [],
"contacts": [
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [],
"contactToReview": true,
"objectState": 0
},
{
"contactId": 1,
"contactTitle": "sample string 2",
"contactName": "sample string 3",
"contactFirstname": "sample string 4",
"contactAlias": "sample string 5",
"contactStreet": "sample string 6",
"contactPCode": "sample string 7",
"contactCity": "sample string 8",
"contactCountryId": 1,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"contactTelephone1": "sample string 9",
"contactMobile1": "sample string 10",
"contactTelefax": "sample string 11",
"contactEmailWork": "sample string 12",
"contactEmailPrivate": "sample string 13",
"contactDateOfBirth": "2025-12-11T00:48:44.3114114+01:00",
"contactGender": 0,
"contactLanguageId": 1,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId2": 1,
"language2": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactLanguageId3": 1,
"language3": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"contactIsDecisionMaker": true,
"contactDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"contactIsInUse": true,
"contactGeneralNotes": "sample string 16",
"contactDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdCreated": "sample string 17",
"contactDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"contactUserIdChanged": "sample string 18",
"activities": [
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
},
{
"activityId": 1,
"activityAction": 0,
"activityDescription": "sample string 2",
"taskTypeId": 3,
"activityTaskType": {
"taskTypeId": 1,
"taskTypeDescription": "sample string 2",
"taskTypeIsInUse": true,
"companyId": 4,
"objectState": 0
},
"activityStartDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityEndDateTime": "2025-12-11T00:48:44.3114114+01:00",
"activityLocation": "sample string 5",
"activityDateTimeCreated": "2025-12-11T00:48:44.3114114+01:00",
"activityStatus": 0,
"accounts": [],
"contacts": [],
"suppliers": [
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
},
{
"supplierId": 1,
"supplierName": "sample string 2",
"supplierStreet": "sample string 3",
"supplierDepartment": 0,
"supplierPCode": "sample string 4",
"supplierCity": "sample string 5",
"supplierCountryId": 6,
"country": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"supplierTelephone1": "sample string 7",
"supplierTelephone2": "sample string 8",
"supplierMobile1": "sample string 9",
"supplierTelefax": "sample string 10",
"supplierEmailGeneral": "sample string 11",
"supplierEmailSales": "sample string 12",
"supplierEmailPurchasing": "sample string 13",
"supplierEmailDelivery": "sample string 14",
"supplierCompanyNumber": "sample string 15",
"supplierVATregime": 16,
"supplierValutaId": 17,
"valuta": {
"valutaId": 1,
"valutaIsocode": "sample string 2",
"valutaName": "sample string 3",
"isInUse": true,
"objectState": 0
},
"supplierLanguageId": 18,
"language": {
"languageId": 1,
"languageName": "sample string 2",
"languageIsocode": "sample string 3",
"languageNumberWebsite": 4,
"isInUse": true,
"languageImageName": "sample string 6",
"objectState": 0
},
"supplierDateLastMeeting": "2025-12-11T00:48:44.3114114+01:00",
"supplierIsInUse": true,
"supplierDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdCreated": "sample string 20",
"supplierDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"supplierUserIdChanged": "sample string 21",
"supplierBrands": [
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
{
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
}
],
"companyId": 22,
"supplierGeneralNotes": "sample string 23",
"objectState": 0
}
],
"userCreatedId": "8bc39257-45f8-483a-8f05-70f40919891f",
"objectState": 0
}
],
"documents": [],
"contactToReview": true,
"objectState": 0
}
],
"userId": "960b4816-44ba-4265-903e-721f8871fb21",
"documentStatus": 0,
"documentAmount": 4.0,
"documentDocumentId": "sample string 5",
"documentResult": 0,
"documentDate": "2025-12-11T00:48:44.3114114+01:00",
"objectState": 0
}
],
"deliveryAddress": [],
"registerWebshopId": 1,
"accountTVANumber": "sample string 36",
"accountCustomerNumber": "sample string 37",
"cranes": [
{
"craneId": 1,
"brandId": 2,
"brand": {
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
"craneSerialNumber": "sample string 3",
"craneName": "sample string 4",
"craneBuildYear": "sample string 5",
"craneDateIn": "2025-12-11T00:48:44.3114114+01:00",
"craneDateOut": "2025-12-11T00:48:44.3114114+01:00",
"craneReasonOut": "sample string 6",
"craneColor": "sample string 7",
"craneIsInUse": true,
"craneIsStefcaCrane": true,
"accountId": 1,
"weeklyPrice": 10.0,
"insurance": 11.0,
"nextYearlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"nextMonthlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"perviousYearlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"perviousMonthlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"info": "sample string 12",
"reparations": "sample string 13",
"isInspectStandingUp": true,
"objectState": 0
},
{
"craneId": 1,
"brandId": 2,
"brand": {
"brandId": 1,
"brandName": "sample string 2",
"brandIsInUse": true,
"companyId": 4,
"objectState": 0
},
"craneSerialNumber": "sample string 3",
"craneName": "sample string 4",
"craneBuildYear": "sample string 5",
"craneDateIn": "2025-12-11T00:48:44.3114114+01:00",
"craneDateOut": "2025-12-11T00:48:44.3114114+01:00",
"craneReasonOut": "sample string 6",
"craneColor": "sample string 7",
"craneIsInUse": true,
"craneIsStefcaCrane": true,
"accountId": 1,
"weeklyPrice": 10.0,
"insurance": 11.0,
"nextYearlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"nextMonthlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"perviousYearlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"perviousMonthlyExamination": "2025-12-11T00:48:44.3114114+01:00",
"info": "sample string 12",
"reparations": "sample string 13",
"isInspectStandingUp": true,
"objectState": 0
}
],
"accountpaymentTermDays": 1,
"accountPaymentTerm": 0,
"accountIsFreeDelivery": true,
"accountIsDiffrentMinFreeDeliveryPrice": true,
"accountMinimumFreeDelivery": 40.0,
"removeMobile1": true,
"invoiceWarning": "sample string 42",
"mailSalesItems": true,
"projectNumber": 44,
"objectState": 0
},
"accountDeliveryAddressName": "sample string 3",
"accountDeliveryAddressCompany": "sample string 4",
"accountDeliveryAddressStreet": "sample string 5",
"accountDeliveryAddressPCode": "sample string 6",
"accountDeliveryAddressCity": "sample string 7",
"accountDeliveryAddressDepartment": 0,
"accountDeliveryAddressCountryId": 1,
"accountDeliveryAddressCountry": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"companyId": 8,
"accountDeliveryAddressInUse": true,
"objectState": 0
},
"webshopOrderRemark": "sample string 11",
"webshopOrderSource": "sample string 12",
"webshopOrderStatistics": "sample string 13",
"webshopOrderTotalWeight": 14.0,
"webshopOrderTotalVolume": 15.0,
"webshopOrderTotalColli": 16,
"webshopOrderTotalValueExVat": 17.0,
"webshopOrderTotalValueVat": 18.0,
"webshopOrderTotalValueInVat": 19.0,
"isWebshopOrderOpen": true,
"webshopOrderInfo": "sample string 21",
"webshopOrderReference": "sample string 22",
"isPartialDeliveryAllowed": true,
"isDelayedPayment": true,
"webshopOrderAmountPayed01": 25.0,
"webshopOrderPaymentMethod01": "ideal",
"webshopOrderTotalAmountPayed": 26.0,
"webshopOrderDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"webshopOrderUserIdCreated": "sample string 28",
"webshopOrderDateChanged": "2025-12-11T00:48:44.3114114+01:00",
"webshopOrderUserIdChanged": "sample string 30",
"webshopOrderUserId": "sample string 31",
"isWebshopGuestOrder": true,
"webshopDeliveryAddressId": 1,
"webshopDeliveryAddress": {
"webshopDeliveryAddressId": 1,
"webshopDeliveryAddressName": "sample string 2",
"webshopDeliveryAddressCompany": "sample string 3",
"webshopDeliveryAddressStreet": "sample string 4",
"webshopDeliveryAddressPCode": "sample string 5",
"webshopDeliveryAddressCity": "sample string 6",
"webshopDeliveryAddressDepartment": 0,
"webshopDeliveryAddressCountryId": 1,
"webshopDeliveryAddressCountry": {
"countryId": 1,
"countryName": "sample string 2",
"countryIsocode": "sample string 3",
"defaultLanguageId": 4,
"telephoneCountryPrefix": "sample string 5",
"objectState": 0
},
"webshopDeliveryAddressPhoneNumber": "sample string 7",
"webshopDeliveryAddressVatNumber": "sample string 8",
"webshopDeliveryAddressComments": "sample string 9",
"webshopDeliveryAddressEmailAddress": "sample string 10",
"webshopDeliveryAddressDateCreated": "2025-12-11T00:48:44.3114114+01:00",
"webshopDeliveryAddressDisplayName": "sample string 12",
"userId": "sample string 13",
"webshopDeliveryAddressInUse": true,
"webshopDeliveryAddressCountryVatCodeId": 1,
"webshopDeliveryAddressCountryVatCode": {
"countryVatCodeId": 1,
"country": "sample string 2",
"vatCode": "sample string 3",
"languageId": 4,
"objectState": 0
},
"objectState": 0
},
"isWebshopPickUpProducts": true,
"webshopOrderIsArchived": true,
"transportCostIncl": 35.0,
"transportCostExcl": 36.0,
"objectState": 0
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.