POST api/EditMappingController/CloneMappings

Request Information

URI Parameters

None.

Body Parameters

EditMappingCloneParams
NameDescriptionTypeAdditional information
V_PROJECT_RELEASE

string

None.

V_STATUS

string

None.

V_SOR

string

None.

V_SOURCE_TYPE

string

None.

V_SOURCE_DATABASE

string

None.

V_TARGET_DATABASE

string

None.

v_mapping_owner

string

None.

V_SOURCE_TABLE

string

None.

V_SOURCE_COLUMN

string

None.

V_SOURCE_DATA_TYPE

string

None.

V_SOURCE_DEFINITION

string

None.

V_SOURCE_NULL_ALLOWED

string

None.

V_SOURCE_COLUMN_IS_PK

string

None.

V_SOURCE_CONFIDENTIALITY_FLAG

string

None.

V_TRANSFORMATION_RULE

string

None.

V_INDICATIVE_FINANCIAL

string

None.

V_DATA_CATEGORY

string

None.

V_TARGET_CONFIDENTIALITY_FLAG

string

None.

V_CONFIDENTIALITY_RULE

string

None.

V_COMMENTS

string

None.

D_LAST_MODIFIED_DATE

date

None.

V_LAST_MODIFIED_BY

string

None.

V_LOGIC_CODES

string

None.

V_ADDITIONAL_SOURCE

string

None.

N_MAPPING_KEY

integer

None.

F_CRITICAL_DATA_ELEMENT

string

None.

V_REQUIREMENT_ID

string

None.

V_PRIORITY

string

None.

N_UPLOAD_SKEY

string

None.

V_TARGET_TABLE_TYPE

string

None.

V_TARGET_PHYSICAL_TABLE

string

None.

V_TARGET_PHYSICAL_COLUMN

string

None.

V_TARGET_DATA_TYPE

string

None.

V_TARGET_NULL_ALLOWED

string

None.

V_TARGET_COLUMN_IS_PK

string

None.

V_TARGET_DEFINITION

string

None.

V_DEVELOPER

string

None.

V_APPROVER

string

None.

V_TESTER

string

None.

V_REVIEWER

string

None.

Request Formats

application/json, text/json

Sample:
{
  "V_PROJECT_RELEASE": "sample string 1",
  "V_STATUS": "sample string 2",
  "V_SOR": "sample string 3",
  "V_SOURCE_TYPE": "sample string 4",
  "V_SOURCE_DATABASE": "sample string 5",
  "V_TARGET_DATABASE": "sample string 6",
  "v_mapping_owner": "sample string 7",
  "V_SOURCE_TABLE": "sample string 8",
  "V_SOURCE_COLUMN": "sample string 9",
  "V_SOURCE_DATA_TYPE": "sample string 10",
  "V_SOURCE_DEFINITION": "sample string 11",
  "V_SOURCE_NULL_ALLOWED": "sample string 12",
  "V_SOURCE_COLUMN_IS_PK": "sample string 13",
  "V_SOURCE_CONFIDENTIALITY_FLAG": "sample string 14",
  "V_TRANSFORMATION_RULE": "sample string 15",
  "V_INDICATIVE_FINANCIAL": "sample string 16",
  "V_DATA_CATEGORY": "sample string 17",
  "V_TARGET_CONFIDENTIALITY_FLAG": "sample string 18",
  "V_CONFIDENTIALITY_RULE": "sample string 19",
  "V_COMMENTS": "sample string 20",
  "D_LAST_MODIFIED_DATE": "2025-12-14T20:27:19.1466968+00:00",
  "V_LAST_MODIFIED_BY": "sample string 22",
  "V_LOGIC_CODES": "sample string 23",
  "V_ADDITIONAL_SOURCE": "sample string 24",
  "N_MAPPING_KEY": 25,
  "F_CRITICAL_DATA_ELEMENT": "sample string 26",
  "V_REQUIREMENT_ID": "sample string 27",
  "V_PRIORITY": "sample string 28",
  "N_UPLOAD_SKEY": "sample string 29",
  "V_TARGET_TABLE_TYPE": "sample string 30",
  "V_TARGET_PHYSICAL_TABLE": "sample string 31",
  "V_TARGET_PHYSICAL_COLUMN": "sample string 32",
  "V_TARGET_DATA_TYPE": "sample string 33",
  "V_TARGET_NULL_ALLOWED": "sample string 34",
  "V_TARGET_COLUMN_IS_PK": "sample string 35",
  "V_TARGET_DEFINITION": "sample string 36",
  "V_DEVELOPER": "sample string 37",
  "V_APPROVER": "sample string 38",
  "V_TESTER": "sample string 39",
  "V_REVIEWER": "sample string 40"
}

application/xml, text/xml

Sample:
<EditMappingCloneParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models">
  <D_LAST_MODIFIED_DATE>2025-12-14T20:27:19.1466968+00:00</D_LAST_MODIFIED_DATE>
  <F_CRITICAL_DATA_ELEMENT>sample string 26</F_CRITICAL_DATA_ELEMENT>
  <N_MAPPING_KEY>25</N_MAPPING_KEY>
  <N_UPLOAD_SKEY>sample string 29</N_UPLOAD_SKEY>
  <V_ADDITIONAL_SOURCE>sample string 24</V_ADDITIONAL_SOURCE>
  <V_APPROVER>sample string 38</V_APPROVER>
  <V_COMMENTS>sample string 20</V_COMMENTS>
  <V_CONFIDENTIALITY_RULE>sample string 19</V_CONFIDENTIALITY_RULE>
  <V_DATA_CATEGORY>sample string 17</V_DATA_CATEGORY>
  <V_DEVELOPER>sample string 37</V_DEVELOPER>
  <V_INDICATIVE_FINANCIAL>sample string 16</V_INDICATIVE_FINANCIAL>
  <V_LAST_MODIFIED_BY>sample string 22</V_LAST_MODIFIED_BY>
  <V_LOGIC_CODES>sample string 23</V_LOGIC_CODES>
  <V_PRIORITY>sample string 28</V_PRIORITY>
  <V_PROJECT_RELEASE>sample string 1</V_PROJECT_RELEASE>
  <V_REQUIREMENT_ID>sample string 27</V_REQUIREMENT_ID>
  <V_REVIEWER>sample string 40</V_REVIEWER>
  <V_SOR>sample string 3</V_SOR>
  <V_SOURCE_COLUMN>sample string 9</V_SOURCE_COLUMN>
  <V_SOURCE_COLUMN_IS_PK>sample string 13</V_SOURCE_COLUMN_IS_PK>
  <V_SOURCE_CONFIDENTIALITY_FLAG>sample string 14</V_SOURCE_CONFIDENTIALITY_FLAG>
  <V_SOURCE_DATABASE>sample string 5</V_SOURCE_DATABASE>
  <V_SOURCE_DATA_TYPE>sample string 10</V_SOURCE_DATA_TYPE>
  <V_SOURCE_DEFINITION>sample string 11</V_SOURCE_DEFINITION>
  <V_SOURCE_NULL_ALLOWED>sample string 12</V_SOURCE_NULL_ALLOWED>
  <V_SOURCE_TABLE>sample string 8</V_SOURCE_TABLE>
  <V_SOURCE_TYPE>sample string 4</V_SOURCE_TYPE>
  <V_STATUS>sample string 2</V_STATUS>
  <V_TARGET_COLUMN_IS_PK>sample string 35</V_TARGET_COLUMN_IS_PK>
  <V_TARGET_CONFIDENTIALITY_FLAG>sample string 18</V_TARGET_CONFIDENTIALITY_FLAG>
  <V_TARGET_DATABASE>sample string 6</V_TARGET_DATABASE>
  <V_TARGET_DATA_TYPE>sample string 33</V_TARGET_DATA_TYPE>
  <V_TARGET_DEFINITION>sample string 36</V_TARGET_DEFINITION>
  <V_TARGET_NULL_ALLOWED>sample string 34</V_TARGET_NULL_ALLOWED>
  <V_TARGET_PHYSICAL_COLUMN>sample string 32</V_TARGET_PHYSICAL_COLUMN>
  <V_TARGET_PHYSICAL_TABLE>sample string 31</V_TARGET_PHYSICAL_TABLE>
  <V_TARGET_TABLE_TYPE>sample string 30</V_TARGET_TABLE_TYPE>
  <V_TESTER>sample string 39</V_TESTER>
  <V_TRANSFORMATION_RULE>sample string 15</V_TRANSFORMATION_RULE>
  <v_mapping_owner>sample string 7</v_mapping_owner>
</EditMappingCloneParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.