Metadata
Key | Value |
---|---|
releaseDate | 10 Apr 2025 |
keyword | Dynamics 365 Business Central API |
Dynamics 365 Business Central is a comprehensive business management solution developed by Microsoft. It is designed for small to medium-sized businesses to streamline operations across finance, sales, service, and supply chain. With powerful capabilities and cloud-based flexibility, it helps businesses make informed decisions and drive growth efficiently.
This is a complete REST API documentation for integrating with Dynamics 365 Business Central. It includes standard endpoints provided by Microsoft for managing business data and operations.
Key | Value |
---|---|
releaseDate | 10 Apr 2025 |
keyword | Dynamics 365 Business Central API |
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/
https://login.microsoftonline.com/
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/salesQuotes
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/salesQuotes
https://login.microsoftonline.com/companies({company_id})/salesQuotes
curl -i -X GET \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/salesQuotes?%24expand=salesQuoteLines&%24filter=string&%24limit=100&%24select=id&%24skip=0&%24top=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "value": [ { … } ] }
(v1.0) The id property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The number property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The externalDocumentNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The documentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The dueDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The contactId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToContact property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyCode property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The paymentTermsId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The salesperson property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The discountAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The status property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The sentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The validUntilDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The acceptedDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The phoneNumber property for the Dynamics 365 Business Central salesQuote entity
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/salesQuotes
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/salesQuotes
https://login.microsoftonline.com/companies({company_id})/salesQuotes
curl -i -X POST \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/salesQuotes' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4",
"number": null,
"externalDocumentnumber": null,
"documentDate": null,
"dueDate": null,
"customerId": null,
"contactId": null,
"customernumber": null,
"customerName": null,
"billToName": null,
"billToCustomerId": null,
"billToCustomernumber": null,
"shipToName": null,
"shipToContact": null,
"currencyId": null,
"currencycode": null,
"paymentTermsId": null,
"shipmentMethodId": null,
"salesperson": null,
"discountAmount": null,
"totalAmountExcludingTax": null,
"totalTaxAmount": null,
"totalAmountIncludingTax": null,
"status": null,
"sentDate": null,
"validUntilDate": null,
"acceptedDate": null,
"lastModifiedDateTime": null,
"phonenumber": null,
"email": null
}'
(v1.0) A new salesQuote has been succesfully created
(v1.0) The id property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The number property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The externalDocumentNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The documentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The dueDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The contactId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToContact property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyCode property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The paymentTermsId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The salesperson property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The discountAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The status property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The sentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The validUntilDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The acceptedDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The phoneNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The email property for the Dynamics 365 Business Central salesQuote entity
{ "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "number": null, "externalDocumentNumber": null, "documentDate": null, "dueDate": null, "customerId": null, "contactId": null, "customerNumber": null, "customerName": null, "billToName": null, "billToCustomerId": null, "billToCustomerNumber": null, "shipToName": null, "shipToContact": null, "currencyId": null, "currencyCode": null, "paymentTermsId": null, "shipmentMethodId": null, "salesperson": null, "discountAmount": null, "totalAmountExcludingTax": null, "totalTaxAmount": null, "totalAmountIncludingTax": null, "status": null, "sentDate": null, "validUntilDate": null, "acceptedDate": null, "lastModifiedDateTime": null, "phoneNumber": null, "email": null, "salesQuoteLines": [ { … } ], "pdfDocument": [ { … } ], "customer": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "number": null, "displayName": "", "type": null, "phoneNumber": null, "email": null, "website": null, "taxLiable": null, "taxAreaId": null, "taxAreaDisplayName": null, "taxRegistrationNumber": null, "currencyId": null, "currencyCode": null, "paymentTermsId": null, "shipmentMethodId": null, "paymentMethodId": null, "blocked": null, "lastModifiedDateTime": null, "customerFinancialDetails": [ … ], "picture": [ … ], "defaultDimensions": [ … ], "currency": { … }, "paymentTerm": { … }, "shipmentMethod": { … }, "paymentMethod": { … } }, "currency": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": "BKSD94GH", "displayName": null, "symbol": null, "amountDecimalPlaces": null, "amountRoundingPrecision": null, "lastModifiedDateTime": null }, "paymentTerm": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": "JKHB9XER3", "displayName": null, "dueDateCalculation": null, "discountDateCalculation": null, "discountPercent": null, "calculateDiscountOnCreditMemos": null, "lastModifiedDateTime": null }, "shipmentMethod": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": "SP934M", "displayName": null, "lastModifiedDateTime": null } }
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/salesQuotes({salesQuote_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/salesQuotes({salesQuote_id})
https://login.microsoftonline.com/companies({company_id})/salesQuotes({salesQuote_id})
curl -i -X GET \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/salesQuotes(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)?%24expand=salesQuoteLines&%24select=id' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) Succesfully returned the requested salesQuote
(v1.0) The id property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The number property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The externalDocumentNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The documentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The dueDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The contactId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToContact property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyCode property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The paymentTermsId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The salesperson property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The discountAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The status property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The sentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The validUntilDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The acceptedDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The phoneNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The email property for the Dynamics 365 Business Central salesQuote entity
{ "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "number": null, "externalDocumentNumber": null, "documentDate": null, "dueDate": null, "customerId": null, "contactId": null, "customerNumber": null, "customerName": null, "billToName": null, "billToCustomerId": null, "billToCustomerNumber": null, "shipToName": null, "shipToContact": null, "currencyId": null, "currencyCode": null, "paymentTermsId": null, "shipmentMethodId": null, "salesperson": null, "discountAmount": null, "totalAmountExcludingTax": null, "totalTaxAmount": null, "totalAmountIncludingTax": null, "status": null, "sentDate": null, "validUntilDate": null, "acceptedDate": null, "lastModifiedDateTime": null, "phoneNumber": null, "email": null, "salesQuoteLines": [ { … } ], "pdfDocument": [ { … } ], "customer": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "number": null, "displayName": "", "type": null, "phoneNumber": null, "email": null, "website": null, "taxLiable": null, "taxAreaId": null, "taxAreaDisplayName": null, "taxRegistrationNumber": null, "currencyId": null, "currencyCode": null, "paymentTermsId": null, "shipmentMethodId": null, "paymentMethodId": null, "blocked": null, "lastModifiedDateTime": null, "customerFinancialDetails": [ … ], "picture": [ … ], "defaultDimensions": [ … ], "currency": { … }, "paymentTerm": { … }, "shipmentMethod": { … }, "paymentMethod": { … } }, "currency": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": "BKSD94GH", "displayName": null, "symbol": null, "amountDecimalPlaces": null, "amountRoundingPrecision": null, "lastModifiedDateTime": null }, "paymentTerm": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": "JKHB9XER3", "displayName": null, "dueDateCalculation": null, "discountDateCalculation": null, "discountPercent": null, "calculateDiscountOnCreditMemos": null, "lastModifiedDateTime": null }, "shipmentMethod": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": "SP934M", "displayName": null, "lastModifiedDateTime": null } }
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/salesQuotes({salesQuote_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/salesQuotes({salesQuote_id})
https://login.microsoftonline.com/companies({company_id})/salesQuotes({salesQuote_id})
curl -i -X DELETE \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/salesQuotes(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) The id property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The number property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The externalDocumentNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The documentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The dueDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The contactId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToContact property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyCode property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The paymentTermsId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The salesperson property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The discountAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The status property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The sentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The validUntilDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The acceptedDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The phoneNumber property for the Dynamics 365 Business Central salesQuote entity
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/salesQuotes({salesQuote_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/salesQuotes({salesQuote_id})
https://login.microsoftonline.com/companies({company_id})/salesQuotes({salesQuote_id})
curl -i -X PATCH \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/salesQuotes(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'If-Match: true' \
-d '{
"id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4",
"number": null,
"externalDocumentnumber": null,
"documentDate": null,
"dueDate": null,
"customerId": null,
"contactId": null,
"customernumber": null,
"customerName": null,
"billToName": null,
"billToCustomerId": null,
"billToCustomernumber": null,
"shipToName": null,
"shipToContact": null,
"currencyId": null,
"currencycode": null,
"paymentTermsId": null,
"shipmentMethodId": null,
"salesperson": null,
"discountAmount": null,
"totalAmountExcludingTax": null,
"totalTaxAmount": null,
"totalAmountIncludingTax": null,
"status": null,
"sentDate": null,
"validUntilDate": null,
"acceptedDate": null,
"lastModifiedDateTime": null,
"phonenumber": null,
"email": null
}'
(v1.0) Succesfully updated the specifiedsalesQuote
(v1.0) The id property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The number property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The externalDocumentNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The documentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The dueDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The contactId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The customerName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The billToCustomerNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToName property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipToContact property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The currencyCode property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The paymentTermsId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The salesperson property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The discountAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The status property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The sentDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The validUntilDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The acceptedDate property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The phoneNumber property for the Dynamics 365 Business Central salesQuote entity
(v1.0) The email property for the Dynamics 365 Business Central salesQuote entity
{ "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "number": null, "externalDocumentNumber": null, "documentDate": null, "dueDate": null, "customerId": null, "contactId": null, "customerNumber": null, "customerName": null, "billToName": null, "billToCustomerId": null, "billToCustomerNumber": null, "shipToName": null, "shipToContact": null, "currencyId": null, "currencyCode": null, "paymentTermsId": null, "shipmentMethodId": null, "salesperson": null, "discountAmount": null, "totalAmountExcludingTax": null, "totalTaxAmount": null, "totalAmountIncludingTax": null, "status": null, "sentDate": null, "validUntilDate": null, "acceptedDate": null, "lastModifiedDateTime": null, "phoneNumber": null, "email": null, "salesQuoteLines": [ { … } ], "pdfDocument": [ { … } ], "customer": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "number": null, "displayName": "", "type": null, "phoneNumber": null, "email": null, "website": null, "taxLiable": null, "taxAreaId": null, "taxAreaDisplayName": null, "taxRegistrationNumber": null, "currencyId": null, "currencyCode": null, "paymentTermsId": null, "shipmentMethodId": null, "paymentMethodId": null, "blocked": null, "lastModifiedDateTime": null, "customerFinancialDetails": [ … ], "picture": [ … ], "defaultDimensions": [ … ], "currency": { … }, "paymentTerm": { … }, "shipmentMethod": { … }, "paymentMethod": { … } }, "currency": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": "BKSD94GH", "displayName": null, "symbol": null, "amountDecimalPlaces": null, "amountRoundingPrecision": null, "lastModifiedDateTime": null }, "paymentTerm": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": "JKHB9XER3", "displayName": null, "dueDateCalculation": null, "discountDateCalculation": null, "discountPercent": null, "calculateDiscountOnCreditMemos": null, "lastModifiedDateTime": null }, "shipmentMethod": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": "SP934M", "displayName": null, "lastModifiedDateTime": null } }