POST torque/update/boltuse?ecNumber={ecNumber}
If the BoltUse object passed in (use) already exists, the values will be updated in the database,
otherwise it will be newly inserted into the database.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ecNumber |
The Engineering Change reference number that goes with the change |
string |
Required |
Body Parameters
The new/updated BoltUse object to be inserted/changed
BoltUseName | 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
HttpResponseMessageName | 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. |