Inserts a customer to the Master Data - Customers table.
Please note: The data sent in your request might be different from our sample request schema. The custom fields (attribute1..attribute30) can be retrieved using the /fetch/CAM operation.
Returns customer record details.
{- "data": {
- "customerId": "123456",
 - "name": "Acme",
 - "attribute1": "High Street 23",
 - "attribute2": "+44 12345678",
 - "userGroupEdit": "Administrators"
 
}, - "operation": "add"
 
}{- "response": {
- "node": "string",
 - "data": [
- {
- "createDate": "2019-08-24T14:15:22Z",
 - "createdBy": 0,
 - "customerId": "string",
 - "isParent": true,
 - "lastUpdateBy": 0,
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "name": "string",
 - "nodeId": 0,
 - "parentId": 0,
 - "typedId": "string",
 - "userGroupEdit": "string",
 - "userGroupViewDetails": "string",
 - "version": 0,
 - "attribute1": "string",
 - "attribute2": "string",
 - "attribute3": "string",
 - "attribute4": "string",
 - "attribute5": "string",
 - "attribute6": "string",
 - "attribute7": "string",
 - "attribute8": "string",
 - "attribute9": "string",
 - "attribute10": "string",
 - "attribute11": "string",
 - "attribute12": "string",
 - "attribute13": "string",
 - "attribute14": "string",
 - "attribute15": "string",
 - "attribute16": "string",
 - "attribute17": "string",
 - "attribute18": "string",
 - "attribute19": "string",
 - "attribute20": "string",
 - "attribute21": "string",
 - "attribute22": "string",
 - "attribute23": "string",
 - "attribute24": "string",
 - "attribute25": "string",
 - "attribute26": "string",
 - "attribute27": "string",
 - "attribute28": "string",
 - "attribute29": "string",
 - "attribute30": "string"
 
} 
], - "status": 0
 
} 
}