POST torque/reject/lubrication
Rejects pending changes to the Lubrication object that is passed in
Request Information
URI Parameters
None.
Body Parameters
The Lubrication object with the unwanted changes
Lubrication| Name | Description | Type | Additional information |
|---|---|---|---|
| lubricationId | integer |
None. |
|
| lubricationDescription | string |
None. |
|
| ecNumber | string |
None. |
|
| isNew | integer |
None. |
|
| isChanged | integer |
None. |
|
| isActive | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"lubricationId": 1,
"lubricationDescription": "sample string 2",
"ecNumber": "sample string 3",
"isNew": 4,
"isChanged": 5,
"isActive": 6
}
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. |