POST api/PathoTestUtility/AddPathoTestUtility
Request Information
URI Parameters
None.
Body Parameters
PathoTestUtility| Name | Description | Type | Additional information |
|---|---|---|---|
| TestUtilityId | integer |
None. |
|
| UtilityName | string |
None. |
|
| UtilityDesc | string |
None. |
|
| OperationType | string |
None. |
|
| CreatedBy | integer |
None. |
|
| Notes | string |
None. |
|
| MachineIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TestUtilityId": 1,
"UtilityName": "sample string 2",
"UtilityDesc": "sample string 3",
"OperationType": "sample string 4",
"CreatedBy": 5,
"Notes": "sample string 6",
"MachineIP": "sample string 7"
}
application/xml, text/xml
Sample:
<PathoTestUtility xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models"> <CreatedBy>5</CreatedBy> <MachineIP>sample string 7</MachineIP> <Notes>sample string 6</Notes> <OperationType>sample string 4</OperationType> <TestUtilityId>1</TestUtilityId> <UtilityDesc>sample string 3</UtilityDesc> <UtilityName>sample string 2</UtilityName> </PathoTestUtility>
application/x-www-form-urlencoded
Sample:
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. |