{ "operationId": "Create a Receptionist Contact Directory", "method": "POST", "path": "/telephony/config/locations/{locationId}/receptionistContacts/directories", "summary": "Create a Receptionist Contact Directory", "requestExamples": [ { "contentType": "application/json", "example": { "name": "test_directory", "contacts": [ { "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8wNTUyZjY3Yi01OWE5LTQxYmItODczNi0xYjA0MWQxZGRkNWU" }, { "featureId": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5ULzA1NTJmNjdiLTU5YTktNDFiYi04NzM2LTFiMDQxZDFkZGQ1ZQ", "type": "AUTO_ATTENDANT" } ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1NDSU1fR1JPVVAvZEdWemRGOWthWEpsWTNSdmNuaz06OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh" } } ] }