ServerConfiguration API - HostMyCalls/APIAccessCodeSamples GitHub Wiki

URL: [https://hmcoperationtimesapi.azurewebsites.net/ServerConfiguration](https://hmcoperationtimesapi.azurewebsites.net/ServerConfiguration) Method: POST

This API accepts a configuration data json request in the following format:

{

"DataName": "ext",
"DataValue":"123",
"Fields":
{
"Field1":"Field1Value",
"Field2":"Field2Value",
}

}

The DataName parameter is the name of the parameter that is going to be changed (DataValue will be assigned to it). Fields structure contains the field names and values corresponding to the value specified in the DataName structure.

Response: The response will be an APIResult json structure with a success (boolean) field that specifies if the method succeeded. In the case it fails the Errors field will contain all the errors.

⚠️ **GitHub.com Fallback** ⚠️