POST api/PathoTestFormatDetails/AddPathoTestFormatDetails
Request Information
URI Parameters
None.
Body Parameters
PathoTestFormatDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| FormatDetailsId | integer |
None. |
|
| FormatMasterId | integer |
None. |
|
| Test_Id | string |
None. |
|
| TestDeptId | integer |
None. |
|
| TestMachineId | integer |
None. |
|
| TestUtilityId | integer |
None. |
|
| TestNoteId | integer |
None. |
|
| OperationType | string |
None. |
|
| CreatedBy | integer |
None. |
|
| Notes | string |
None. |
|
| MachineIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FormatDetailsId": 1,
"FormatMasterId": 2,
"Test_Id": "sample string 3",
"TestDeptId": 4,
"TestMachineId": 5,
"TestUtilityId": 6,
"TestNoteId": 7,
"OperationType": "sample string 8",
"CreatedBy": 9,
"Notes": "sample string 10",
"MachineIP": "sample string 11"
}
application/xml, text/xml
Sample:
<PathoTestFormatDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models"> <CreatedBy>9</CreatedBy> <FormatDetailsId>1</FormatDetailsId> <FormatMasterId>2</FormatMasterId> <MachineIP>sample string 11</MachineIP> <Notes>sample string 10</Notes> <OperationType>sample string 8</OperationType> <TestDeptId>4</TestDeptId> <TestMachineId>5</TestMachineId> <TestNoteId>7</TestNoteId> <TestUtilityId>6</TestUtilityId> <Test_Id>sample string 3</Test_Id> </PathoTestFormatDetails>
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. |