POST torque/update/engineeringReferenceDocument?ecNumber={ecNumber}
If the compressor object passed in (comp) 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
EngineeringReferenceDocumentName | Description | Type | Additional information |
---|---|---|---|
engineeringReferenceDocumentId | integer |
None. |
|
engineeringReferenceDocumentNumber | string |
None. |
|
engineeringReferenceDocumentRevision | string |
None. |
|
isActive | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "engineeringReferenceDocumentId": 1, "engineeringReferenceDocumentNumber": "sample string 2", "engineeringReferenceDocumentRevision": "sample string 3", "isActive": 4 }
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. |