POST mobile/update-calib-plan-details
Request Information
URI Parameters
None.
Body Parameters
LabCare.WebApi.Models.CalibrationPlanDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StandardDeviceId | integer |
None. |
|
| AssigneeId | integer |
None. |
|
| NoOfReadings | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"StandardDeviceId": 2,
"AssigneeId": 3,
"NoOfReadings": 1,
"UserId": 4
}
application/xml, text/xml
Sample:
<CalibrationPlanDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LabCare.WebApi.Models"> <AssigneeId>3</AssigneeId> <Id>1</Id> <NoOfReadings>1</NoOfReadings> <StandardDeviceId>2</StandardDeviceId> <UserId>4</UserId> </CalibrationPlanDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |