cURL
curl --request POST \ --url https://live.copilot.fabric.inc/data-customer/v1/internal-parties \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-site-context: <x-site-context>' \ --data '{ "parentInternalPartyId": "61b121a51d949f0009142ada", "name": "INTERNAL PARTY Section 1", "internalPartyType": "O", "isActive": true, "email": "[email protected]", "additionalAttributes": {} }'
{ "_id": "61df41892bf06d00092d0d8a", "parentInternalPartyId": "61df41892bf06d00092d0d8f", "employeeIdentifier": "employee_123", "name": "INTERNAL PARTY Section 1", "internalPartyType": "O", "isActive": true, "email": "[email protected]", "additionalAttributes": {}, "isDeleted": false, "createdAt": "2021-08-30T23:20:42.822Z", "updatedAt": "2021-08-30T23:20:42.822Z" }
O
H
P
C
Was this page helpful?