POST torque/rejectChanges


Rejects pending changes to all objects that are passed in

Request Information

URI Parameters

None.

Body Parameters

Changes
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.