{ "operationId": "createLineKeyTemplate", "method": "POST", "path": "/telephony/config/devices/lineKeyTemplates", "summary": "Create a Line Key Template", "requestExamples": [ { "contentType": "application/json", "example": { "templateName": "My Template", "deviceModel": "DMS Cisco 8851", "userReorderEnabled": true, "lineKeys": [ { "lineKeyIndex": 1, "lineKeyType": "PRIMARY_LINE" }, { "lineKeyIndex": 2, "lineKeyType": "SPEED_DIAL", "lineKeyLabel": "Help Line", "lineKeyValue": "3568" }, { "lineKeyIndex": 3, "lineKeyType": "SHARED_LINE", "sharedLineIndex": 1 } ] } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0RFVklDRV9MSU5FX0tFWV9URU1QTEFURS9lYzVmMjg0Ni1iMDQ2LTQ5OGEtOWU2Mi04ZTg4ZWFlZmQyMGQ" } } ] }