POST torque/approveChanges?erNumber={erNumber}
Approves pending changes to all objects that are passed in
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| erNumber | string |
Required |
Body Parameters
Changes| Name | Description | Type | Additional information |
|---|---|---|---|
| test | string |
None. |
|
| bolts | Collection of integer |
None. |
|
| boltUses | Collection of integer |
None. |
|
| compressors | Collection of integer |
None. |
|
| lubrications | Collection of integer |
None. |
|
| notes | Collection of integer |
None. |
|
| torqueResults | Collection of integer |
None. |
|
| measurementConversions | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"test": "sample string 1",
"bolts": [
1,
2
],
"boltUses": [
1,
2
],
"compressors": [
1,
2
],
"lubrications": [
1,
2
],
"notes": [
1,
2
],
"torqueResults": [
1,
2
],
"measurementConversions": [
1,
2
]
}
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. |