POST v1/replaceGoId/components

Request Information

URI Parameters

None.

Body Parameters

OperationReplaceGoIdModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.