[
{
"id": {},
"sourceId": {},
"code": {},
"name": {},
"tin": {},
"email": {},
"phone": {},
"tags": [
"string"
],
"sourceTags": [
"string"
],
"address": null,
"status": "Active",
"branches": [
{
"id": {},
"name": {},
"code": {},
"address": null,
"phone": {},
"sourceId": {},
"status": "Active",
"contactLanguage": {},
"vatType": "Zero",
"paymentProviderId": {},
"carrierId": {}
}
],
"customFields": [
{
"name": "string",
"value": {}
}
],
"taxOffice": {},
"contactLanguage": {},
"vatType": "Zero",
"logo": {},
"paymentProviderId": {},
"carrierId": {},
"sourceParentId": {},
"sourceOwnerId": {},
"parentAccountId": {},
"ownerId": {},
"accountSourceTypeId": {},
"industryId": {},
"tierId": {},
"website": {},
"accountDescription": {},
"noOfEmployees": 0,
"annualRevenue": 0,
"fax": {},
"ownershipId": {},
"ratingId": {},
"classificationId": {},
"extraFields": {}
}
]curl --location --request POST 'https://platform.shopranos.eu/api/account/import' \
--header 'x-companyid;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"id": {},
"sourceId": {},
"code": {},
"name": {},
"tin": {},
"email": {},
"phone": {},
"tags": [
"string"
],
"sourceTags": [
"string"
],
"address": null,
"status": "Active",
"branches": [
{
"id": {},
"name": {},
"code": {},
"address": null,
"phone": {},
"sourceId": {},
"status": "Active",
"contactLanguage": {},
"vatType": "Zero",
"paymentProviderId": {},
"carrierId": {}
}
],
"customFields": [
{
"name": "string",
"value": {}
}
],
"taxOffice": {},
"contactLanguage": {},
"vatType": "Zero",
"logo": {},
"paymentProviderId": {},
"carrierId": {},
"sourceParentId": {},
"sourceOwnerId": {},
"parentAccountId": {},
"ownerId": {},
"accountSourceTypeId": {},
"industryId": {},
"tierId": {},
"website": {},
"accountDescription": {},
"noOfEmployees": 0,
"annualRevenue": 0,
"fax": {},
"ownershipId": {},
"ratingId": {},
"classificationId": {},
"extraFields": {}
}
]'