POST torque/reject/note


Rejects pending changes to the Note object that is passed in

Request Information

URI Parameters

None.

Body Parameters

The Note object with the unwanted changes

Note
NameDescriptionTypeAdditional information
noteId

integer

None.

ecNumber

string

None.

noteDescription

string

None.

isNew

integer

None.

isChanged

integer

None.

isActive

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "noteId": 1,
  "ecNumber": "sample string 2",
  "noteDescription": "sample string 3",
  "isNew": 4,
  "isChanged": 5,
  "isActive": 6
}

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.