PUT api/VisitTimeBenchmarks
Request Information
URI Parameters
None.
Body Parameters
Collection of VisitTimeBenchmark| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitTimeBenchmarkId | integer |
None. |
|
| Name | string |
None. |
|
| GoodMin | integer |
None. |
|
| GoodMax | integer |
None. |
|
| AverageMin | integer |
None. |
|
| AverageMax | integer |
None. |
|
| BadMin | integer |
None. |
|
| BadMax | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"visitTimeBenchmarkId": 1,
"name": "sample string 2",
"goodMin": 3,
"goodMax": 4,
"averageMin": 5,
"averageMax": 6,
"badMin": 7,
"badMax": 1
},
{
"visitTimeBenchmarkId": 1,
"name": "sample string 2",
"goodMin": 3,
"goodMax": 4,
"averageMin": 5,
"averageMax": 6,
"badMin": 7,
"badMax": 1
}
]
text/html
Sample:
[{"visitTimeBenchmarkId":1,"name":"sample string 2","goodMin":3,"goodMax":4,"averageMin":5,"averageMax":6,"badMin":7,"badMax":1},{"visitTimeBenchmarkId":1,"name":"sample string 2","goodMin":3,"goodMax":4,"averageMin":5,"averageMax":6,"badMin":7,"badMax":1}]
application/xml, text/xml
Sample:
<ArrayOfVisitTimeBenchmark xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.Data.Models">
<VisitTimeBenchmark>
<AverageMax>6</AverageMax>
<AverageMin>5</AverageMin>
<BadMax>1</BadMax>
<BadMin>7</BadMin>
<GoodMax>4</GoodMax>
<GoodMin>3</GoodMin>
<Name>sample string 2</Name>
<VisitTimeBenchmarkId>1</VisitTimeBenchmarkId>
</VisitTimeBenchmark>
<VisitTimeBenchmark>
<AverageMax>6</AverageMax>
<AverageMin>5</AverageMin>
<BadMax>1</BadMax>
<BadMin>7</BadMin>
<GoodMax>4</GoodMax>
<GoodMin>3</GoodMin>
<Name>sample string 2</Name>
<VisitTimeBenchmarkId>1</VisitTimeBenchmarkId>
</VisitTimeBenchmark>
</ArrayOfVisitTimeBenchmark>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.