POST v1/replaceGoId/components
Request Information
URI Parameters
None.
Body Parameters
OperationReplaceGoIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterRTI | string |
None. |
|
| OldComponentRTI | string |
None. |
|
| NewComponentRTI | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"masterRTI": "sample string 1",
"oldComponentRTI": "sample string 2",
"newComponentRTI": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.