POST api/PressureTest
Request Information
URI Parameters
None.
Body Parameters
LPT_TestJobs| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ActivationCode | string |
None. |
|
| TestJobID | integer |
None. |
|
| Testdate | string |
None. |
|
| ProjectID | string |
None. |
|
| CustomerID | string |
None. |
|
| ObjectID | string |
None. |
|
| SerialID | string |
None. |
|
| BlobReference | string |
None. |
|
| CustomerRef | string |
None. |
|
| OperatorID | string |
None. |
|
| Comment | string |
None. |
|
| Custom1 | string |
None. |
|
| Custom2 | string |
None. |
|
| Custom3 | string |
None. |
|
| Custom4 | string |
None. |
|
| Custom5 | string |
None. |
|
| ReportType | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ActivationCode": "sample string 2",
"TestJobID": 1,
"Testdate": "sample string 3",
"ProjectID": "sample string 4",
"CustomerID": "sample string 5",
"ObjectID": "sample string 6",
"SerialID": "sample string 7",
"BlobReference": "sample string 8",
"CustomerRef": "sample string 9",
"OperatorID": "sample string 10",
"Comment": "sample string 11",
"Custom1": "sample string 12",
"Custom2": "sample string 13",
"Custom3": "sample string 14",
"Custom4": "sample string 15",
"Custom5": "sample string 16",
"ReportType": "sample string 17",
"DeviceID": "sample string 18"
}
application/xml, text/xml
Sample:
<LPT_TestJobs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LPTAPI.cdoc.no"> <ActivationCode>sample string 2</ActivationCode> <BlobReference>sample string 8</BlobReference> <Comment>sample string 11</Comment> <Custom1>sample string 12</Custom1> <Custom2>sample string 13</Custom2> <Custom3>sample string 14</Custom3> <Custom4>sample string 15</Custom4> <Custom5>sample string 16</Custom5> <CustomerID>sample string 5</CustomerID> <CustomerRef>sample string 9</CustomerRef> <DeviceID>sample string 18</DeviceID> <ID>1</ID> <ObjectID>sample string 6</ObjectID> <OperatorID>sample string 10</OperatorID> <ProjectID>sample string 4</ProjectID> <ReportType>sample string 17</ReportType> <SerialID>sample string 7</SerialID> <TestJobID>1</TestJobID> <Testdate>sample string 3</Testdate> </LPT_TestJobs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>