POST api/CognitiveRequest/UpdateMappingApproval

Request Information

URI Parameters

None.

Body Parameters

ApprovalMappingModel
NameDescriptionTypeAdditional information
ApprovalMappingModels

Collection of ApprovalMappingParams

None.

Request Formats

application/json, text/json

Sample:
{
  "ApprovalMappingModels": [
    {
      "N_RESULTS_SKEY": 1,
      "requestId": 2,
      "execId": 3,
      "V_PROJECT_RELEASE": "sample string 4",
      "V_STATUS": "sample string 5",
      "V_SOR": "sample string 6",
      "V_SOURCE_TYPE": "sample string 7",
      "V_SOURCE_DATABASE": "sample string 8",
      "V_SOURCE_TABLE": "sample string 9",
      "V_SOURCE_COLUMN": "sample string 10",
      "V_SOURCE_DATA_TYPE": "sample string 11",
      "V_SOURCE_DEFINITION": "sample string 12",
      "V_SOURCE_NULL_ALLOWED": "sample string 13",
      "V_SOURCE_COLUMN_IS_PK": "sample string 14",
      "V_SOURCE_CONFIDENTIALITY_FLAG": "sample string 15",
      "V_TRANSFORMATION_RULE": "sample string 16",
      "V_INDICATIVE_FINANCIAL": "sample string 17",
      "V_DATA_CATEGORY": "sample string 18",
      "V_TARGET_CONFIDENTIALITY_FLAG": "sample string 19",
      "V_CONFIDENTIALITY_RULE": "sample string 20",
      "V_COMMENTS": "sample string 21",
      "D_LAST_MODIFIED_DATE": "2025-12-14T20:26:01.015974+00:00",
      "V_LAST_MODIFIED_BY": "sample string 23",
      "V_LOGIC_CODES": "sample string 24",
      "V_ADDITIONAL_SOURCE": "sample string 25",
      "N_MAPPING_KEY": 26,
      "F_CRITICAL_DATA_ELEMENT": "sample string 27",
      "V_REQUIREMENT_ID": "sample string 28",
      "V_PRIORITY": "sample string 29",
      "N_UPLOAD_SKEY": 30,
      "V_DEVELOPER": "sample string 31",
      "V_APPROVER": "sample string 32",
      "V_TESTER": "sample string 33",
      "V_REVIEWER": "sample string 34",
      "V_PRODUCT_GROUP": "sample string 35",
      "V_RDE": "sample string 36",
      "V_MA_LOCATION": "sample string 37",
      "V_MA_COMPLETION_DATE": "2025-12-14T20:26:01.015974+00:00",
      "V_CAT_OWNER": "sample string 39",
      "V_MA_COMMENTS": "sample string 40",
      "V_MAPPING_ANALYTICS_STATUS": "sample string 41"
    },
    {
      "N_RESULTS_SKEY": 1,
      "requestId": 2,
      "execId": 3,
      "V_PROJECT_RELEASE": "sample string 4",
      "V_STATUS": "sample string 5",
      "V_SOR": "sample string 6",
      "V_SOURCE_TYPE": "sample string 7",
      "V_SOURCE_DATABASE": "sample string 8",
      "V_SOURCE_TABLE": "sample string 9",
      "V_SOURCE_COLUMN": "sample string 10",
      "V_SOURCE_DATA_TYPE": "sample string 11",
      "V_SOURCE_DEFINITION": "sample string 12",
      "V_SOURCE_NULL_ALLOWED": "sample string 13",
      "V_SOURCE_COLUMN_IS_PK": "sample string 14",
      "V_SOURCE_CONFIDENTIALITY_FLAG": "sample string 15",
      "V_TRANSFORMATION_RULE": "sample string 16",
      "V_INDICATIVE_FINANCIAL": "sample string 17",
      "V_DATA_CATEGORY": "sample string 18",
      "V_TARGET_CONFIDENTIALITY_FLAG": "sample string 19",
      "V_CONFIDENTIALITY_RULE": "sample string 20",
      "V_COMMENTS": "sample string 21",
      "D_LAST_MODIFIED_DATE": "2025-12-14T20:26:01.015974+00:00",
      "V_LAST_MODIFIED_BY": "sample string 23",
      "V_LOGIC_CODES": "sample string 24",
      "V_ADDITIONAL_SOURCE": "sample string 25",
      "N_MAPPING_KEY": 26,
      "F_CRITICAL_DATA_ELEMENT": "sample string 27",
      "V_REQUIREMENT_ID": "sample string 28",
      "V_PRIORITY": "sample string 29",
      "N_UPLOAD_SKEY": 30,
      "V_DEVELOPER": "sample string 31",
      "V_APPROVER": "sample string 32",
      "V_TESTER": "sample string 33",
      "V_REVIEWER": "sample string 34",
      "V_PRODUCT_GROUP": "sample string 35",
      "V_RDE": "sample string 36",
      "V_MA_LOCATION": "sample string 37",
      "V_MA_COMPLETION_DATE": "2025-12-14T20:26:01.015974+00:00",
      "V_CAT_OWNER": "sample string 39",
      "V_MA_COMMENTS": "sample string 40",
      "V_MAPPING_ANALYTICS_STATUS": "sample string 41"
    }
  ]
}

application/xml, text/xml

Sample:
<ApprovalMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models">
  <ApprovalMappingModels>
    <ApprovalMappingParams>
      <D_LAST_MODIFIED_DATE>2025-12-14T20:26:01.015974+00:00</D_LAST_MODIFIED_DATE>
      <F_CRITICAL_DATA_ELEMENT>sample string 27</F_CRITICAL_DATA_ELEMENT>
      <N_MAPPING_KEY>26</N_MAPPING_KEY>
      <N_RESULTS_SKEY>1</N_RESULTS_SKEY>
      <N_UPLOAD_SKEY>30</N_UPLOAD_SKEY>
      <V_ADDITIONAL_SOURCE>sample string 25</V_ADDITIONAL_SOURCE>
      <V_APPROVER>sample string 32</V_APPROVER>
      <V_CAT_OWNER>sample string 39</V_CAT_OWNER>
      <V_COMMENTS>sample string 21</V_COMMENTS>
      <V_CONFIDENTIALITY_RULE>sample string 20</V_CONFIDENTIALITY_RULE>
      <V_DATA_CATEGORY>sample string 18</V_DATA_CATEGORY>
      <V_DEVELOPER>sample string 31</V_DEVELOPER>
      <V_INDICATIVE_FINANCIAL>sample string 17</V_INDICATIVE_FINANCIAL>
      <V_LAST_MODIFIED_BY>sample string 23</V_LAST_MODIFIED_BY>
      <V_LOGIC_CODES>sample string 24</V_LOGIC_CODES>
      <V_MAPPING_ANALYTICS_STATUS>sample string 41</V_MAPPING_ANALYTICS_STATUS>
      <V_MA_COMMENTS>sample string 40</V_MA_COMMENTS>
      <V_MA_COMPLETION_DATE>2025-12-14T20:26:01.015974+00:00</V_MA_COMPLETION_DATE>
      <V_MA_LOCATION>sample string 37</V_MA_LOCATION>
      <V_PRIORITY>sample string 29</V_PRIORITY>
      <V_PRODUCT_GROUP>sample string 35</V_PRODUCT_GROUP>
      <V_PROJECT_RELEASE>sample string 4</V_PROJECT_RELEASE>
      <V_RDE>sample string 36</V_RDE>
      <V_REQUIREMENT_ID>sample string 28</V_REQUIREMENT_ID>
      <V_REVIEWER>sample string 34</V_REVIEWER>
      <V_SOR>sample string 6</V_SOR>
      <V_SOURCE_COLUMN>sample string 10</V_SOURCE_COLUMN>
      <V_SOURCE_COLUMN_IS_PK>sample string 14</V_SOURCE_COLUMN_IS_PK>
      <V_SOURCE_CONFIDENTIALITY_FLAG>sample string 15</V_SOURCE_CONFIDENTIALITY_FLAG>
      <V_SOURCE_DATABASE>sample string 8</V_SOURCE_DATABASE>
      <V_SOURCE_DATA_TYPE>sample string 11</V_SOURCE_DATA_TYPE>
      <V_SOURCE_DEFINITION>sample string 12</V_SOURCE_DEFINITION>
      <V_SOURCE_NULL_ALLOWED>sample string 13</V_SOURCE_NULL_ALLOWED>
      <V_SOURCE_TABLE>sample string 9</V_SOURCE_TABLE>
      <V_SOURCE_TYPE>sample string 7</V_SOURCE_TYPE>
      <V_STATUS>sample string 5</V_STATUS>
      <V_TARGET_CONFIDENTIALITY_FLAG>sample string 19</V_TARGET_CONFIDENTIALITY_FLAG>
      <V_TESTER>sample string 33</V_TESTER>
      <V_TRANSFORMATION_RULE>sample string 16</V_TRANSFORMATION_RULE>
      <execId>3</execId>
      <requestId>2</requestId>
    </ApprovalMappingParams>
    <ApprovalMappingParams>
      <D_LAST_MODIFIED_DATE>2025-12-14T20:26:01.015974+00:00</D_LAST_MODIFIED_DATE>
      <F_CRITICAL_DATA_ELEMENT>sample string 27</F_CRITICAL_DATA_ELEMENT>
      <N_MAPPING_KEY>26</N_MAPPING_KEY>
      <N_RESULTS_SKEY>1</N_RESULTS_SKEY>
      <N_UPLOAD_SKEY>30</N_UPLOAD_SKEY>
      <V_ADDITIONAL_SOURCE>sample string 25</V_ADDITIONAL_SOURCE>
      <V_APPROVER>sample string 32</V_APPROVER>
      <V_CAT_OWNER>sample string 39</V_CAT_OWNER>
      <V_COMMENTS>sample string 21</V_COMMENTS>
      <V_CONFIDENTIALITY_RULE>sample string 20</V_CONFIDENTIALITY_RULE>
      <V_DATA_CATEGORY>sample string 18</V_DATA_CATEGORY>
      <V_DEVELOPER>sample string 31</V_DEVELOPER>
      <V_INDICATIVE_FINANCIAL>sample string 17</V_INDICATIVE_FINANCIAL>
      <V_LAST_MODIFIED_BY>sample string 23</V_LAST_MODIFIED_BY>
      <V_LOGIC_CODES>sample string 24</V_LOGIC_CODES>
      <V_MAPPING_ANALYTICS_STATUS>sample string 41</V_MAPPING_ANALYTICS_STATUS>
      <V_MA_COMMENTS>sample string 40</V_MA_COMMENTS>
      <V_MA_COMPLETION_DATE>2025-12-14T20:26:01.015974+00:00</V_MA_COMPLETION_DATE>
      <V_MA_LOCATION>sample string 37</V_MA_LOCATION>
      <V_PRIORITY>sample string 29</V_PRIORITY>
      <V_PRODUCT_GROUP>sample string 35</V_PRODUCT_GROUP>
      <V_PROJECT_RELEASE>sample string 4</V_PROJECT_RELEASE>
      <V_RDE>sample string 36</V_RDE>
      <V_REQUIREMENT_ID>sample string 28</V_REQUIREMENT_ID>
      <V_REVIEWER>sample string 34</V_REVIEWER>
      <V_SOR>sample string 6</V_SOR>
      <V_SOURCE_COLUMN>sample string 10</V_SOURCE_COLUMN>
      <V_SOURCE_COLUMN_IS_PK>sample string 14</V_SOURCE_COLUMN_IS_PK>
      <V_SOURCE_CONFIDENTIALITY_FLAG>sample string 15</V_SOURCE_CONFIDENTIALITY_FLAG>
      <V_SOURCE_DATABASE>sample string 8</V_SOURCE_DATABASE>
      <V_SOURCE_DATA_TYPE>sample string 11</V_SOURCE_DATA_TYPE>
      <V_SOURCE_DEFINITION>sample string 12</V_SOURCE_DEFINITION>
      <V_SOURCE_NULL_ALLOWED>sample string 13</V_SOURCE_NULL_ALLOWED>
      <V_SOURCE_TABLE>sample string 9</V_SOURCE_TABLE>
      <V_SOURCE_TYPE>sample string 7</V_SOURCE_TYPE>
      <V_STATUS>sample string 5</V_STATUS>
      <V_TARGET_CONFIDENTIALITY_FLAG>sample string 19</V_TARGET_CONFIDENTIALITY_FLAG>
      <V_TESTER>sample string 33</V_TESTER>
      <V_TRANSFORMATION_RULE>sample string 16</V_TRANSFORMATION_RULE>
      <execId>3</execId>
      <requestId>2</requestId>
    </ApprovalMappingParams>
  </ApprovalMappingModels>
</ApprovalMappingModel>

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.