POST api/GetTimeToBefill
Request Information
URI Parameters
None.
Body Parameters
ToBeFilled| Name | Description | Type | Additional information |
|---|---|---|---|
| Totaltime | string |
None. |
|
| fromHH | string |
None. |
|
| fromMM | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Totaltime": "sample string 1",
"fromHH": "sample string 2",
"fromMM": "sample string 3"
}
application/xml, text/xml
Sample:
<ToBeFilled xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VSCAPI.Models"> <Totaltime>sample string 1</Totaltime> <fromHH>sample string 2</fromHH> <fromMM>sample string 3</fromMM> </ToBeFilled>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |