POST api/TubeWellFunctional
Request Information
URI Parameters
None.
Body Parameters
tbl_TubeWellFunctional| Name | Description | Type | Additional information |
|---|---|---|---|
| TubeWell_Id | integer |
None. |
|
| Comments | string |
None. |
|
| FunctionalStatus_Id | integer |
None. |
|
| Added_By | integer |
None. |
|
| App_Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TubeWell_Id": 1,
"Comments": "sample string 2",
"FunctionalStatus_Id": 3,
"Added_By": 4,
"App_Version": "sample string 5"
}
text/html
Sample:
{"TubeWell_Id":1,"Comments":"sample string 2","FunctionalStatus_Id":3,"Added_By":4,"App_Version":"sample string 5"}
application/xml, text/xml
Sample:
<tbl_TubeWellFunctional xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kumbh_API.Models"> <Added_By>4</Added_By> <App_Version>sample string 5</App_Version> <Comments>sample string 2</Comments> <FunctionalStatus_Id>3</FunctionalStatus_Id> <TubeWell_Id>1</TubeWell_Id> </tbl_TubeWellFunctional>
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. |