{
"name": "string",
"phone": "string",
"tin": "string",
"code": "string",
"email": "string",
"sourceId": "string",
"sourceParentId": "string",
"sourceOwnerId": "string",
"primaryContactIds": [
"string"
],
"parentAccountId": "string",
"ownerId": "string",
"address": {
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"latitude": "string",
"longtitude": "string",
"country": "string",
"countryCode": "string",
"postalCode": "string",
"firstName": "string",
"lastName": "string",
"phoneNumber": "string",
"email": "string"
},
"accountSourceTypeId": "string",
"industryId": "string",
"tierId": "string",
"website": "string",
"accountDescription": "string",
"noOfEmployees": 0,
"annualRevenue": 0,
"createdBy": "string",
"lastModifiedBy": "string",
"fax": "string",
"ownershipId": "string",
"ratingId": "string",
"classificationId": "string",
"extraFields": {
"property1": null,
"property2": null
}
}
curl --location --request PUT 'https://platform.shopranos.eu/api/Account/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"phone": "string",
"tin": "string",
"code": "string",
"email": "string",
"sourceId": "string",
"sourceParentId": "string",
"sourceOwnerId": "string",
"primaryContactIds": [
"string"
],
"parentAccountId": "string",
"ownerId": "string",
"address": {
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"latitude": "string",
"longtitude": "string",
"country": "string",
"countryCode": "string",
"postalCode": "string",
"firstName": "string",
"lastName": "string",
"phoneNumber": "string",
"email": "string"
},
"accountSourceTypeId": "string",
"industryId": "string",
"tierId": "string",
"website": "string",
"accountDescription": "string",
"noOfEmployees": 0,
"annualRevenue": 0,
"createdBy": "string",
"lastModifiedBy": "string",
"fax": "string",
"ownershipId": "string",
"ratingId": "string",
"classificationId": "string",
"extraFields": {
"property1": null,
"property2": null
}
}'
{}