POST torque/reject/boltuse
Rejects pending changes to the BoltUse object that is passed in
Request Information
URI Parameters
None.
Body Parameters
The BoltUse object with the unwanted changes
BoltUse| Name | Description | Type | Additional information |
|---|---|---|---|
| boltUseId | integer |
None. |
|
| ecNumber | string |
None. |
|
| boltGroup | BoltGroup |
None. |
|
| boltUseDescription | string |
None. |
|
| isNew | integer |
None. |
|
| isChanged | integer |
None. |
|
| isActive | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"boltUseId": 1,
"ecNumber": "sample string 2",
"boltGroup": {
"boltGroupId": 1,
"boltGroupDescription": "sample string 2",
"ecNumber": "sample string 3"
},
"boltUseDescription": "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. |