OperationTimes API - HostMyCalls/APIAccessCodeSamples GitHub Wiki

Note: this API is not in use.

This API resides at: https://hmcoperationtimesapi.azurewebsites.net/ServerConfiguration

Methods: Get,Post.

**Post **accepts 4 parameters: Number, Extension, BeginDate, EndDate. Number should be a 10 digit number, Extension should be a number, EndDate should be a date after the BeginDate.

This method returns an APIResult object with 2 fields:

  • Success: boolean field that specifies if the operation is successful
  • Errors: If success is false, this field will contain a string of all the errors encountered (Number is not 10 digits, EndDate < BeginDate, etc)

**Get **returns the data you previously inserted.