# Create a new Dialstring Endpoint: POST /dialstrings Version: 1.12 Security: bearerAuth ## Request fields (application/json): - `dialstring` (string, required) Dialstring prefix - `referenceDataSourceChargeGroupId` (integer, required) Identifier of the linked reference data source charge group Example: 1 - `startDate` (string, required) Date this dialstring applies from - `endDate` (string) Date this dialstring applies to ## Response 200 fields (application/json): - `id` (integer) Internal identifier for dialstring Example: 1 - `dialstring` (string, required) Dialstring prefix - `referenceDataSourceChargeGroupId` (integer, required) Identifier of the linked reference data source charge group Example: 1 - `startDate` (string, required) Date this dialstring applies from - `endDate` (string) Date this dialstring applies to ## Response 201 fields (application/json): - `id` (integer) Internal identifier for dialstring Example: 1 - `dialstring` (string, required) Dialstring prefix - `referenceDataSourceChargeGroupId` (integer, required) Identifier of the linked reference data source charge group Example: 1 - `startDate` (string, required) Date this dialstring applies from - `endDate` (string) Date this dialstring applies to ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields