Record the Details of a Mass Addition

You want to record the details of the mass addition of identifier 300100180277508.

Example URL

Here's an example of the resource URL:

POST
fscmRestApi/resources/11.13.18.05/erpintegrations

cURL Command

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X POST -d <payload> https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations

Example Request

Here's an example of the request body in JSON format:

{
  "OperationName": "processTransaction-getMassAddition",
  "ParameterList": "{P_MASS_ADDITION_ID : 300100180277508 }"
}

Example Response

Here's an example of the response body in JSON format:

{
"OperationName": "processTransaction-getMassAddition",
    "DocumentId": null,
    "DocumentContent": null,
    "FileName": null,
    "ContentType": null,
    "FileType": null,
    "DocumentAccount": null,
    "Comments": null,
    "ProcessName": null,
    "LoadRequestId": null,
    "JobPackageName": null,
    "JobDefName": null,
    "ReqstId": null,
    "RequestStatus": null,
    "JobName": null,
    "ParameterList": "{\"X_BONUS_YTD_DEPRN\":\"0\",\"X_CAT_ATTRIBUTE3\":\"100\",\"X_CAT_ATTRIBUTE2\":\"01/01/2002\",\"X_COST\":\"15000\",\"X_CAT_ATTRIBUTE1\":\"d\",\"X_TRX_ATTRIBUTE2\":\"d\",\"X_TRX_ATTRIBUTE1\":\"d\",\"X_CREATED_BY\":\"ASSET_ACCTG_MGR_VF_US_FOODS\",\"X_INVOICE_DATE\":\"2007-03-31\",\"X_REVIEWER_COMMENTS\":\"MGT REQUEST\",\"X_LAST_UPDATE_LOGIN\":\"899E89070C5369DEE053EDC4F20ACCFB\",\"X_PO_VENDOR_ID\":\"192382\",\"X_MASSADD_DIST_ID_TBL\":\"300100180277509\",\"X_SL_ATTRIBUTE1\":\"d\",\"X_SL_ATTRIBUTE2\":\"d\",\"X_FEEDER_SYSTEM_NAME\":\"ORACLE SPREADSHEET\",\"X_LAST_UPDATED_BY\":\"ASSET_ACCTG_MGR_VF_US_FOODS\",\"X_DEPRECIATE_FLAG\":\"YES\",\"X_PROPERTY_TYPE_CODE\":\"PERSONAL\",\"X_DATE_PLACED_IN_SERVICE\":\"2007-03-31\",\"X_SALVAGE_TYPE\":\"AMT\",\"X_DEPRN_LIMIT_TYPE\":\"NONE\",\"X_PAYABLES_UNITS\":\"1\",\"X_NEW_USED\":\"NEW\",\"X_UNITS\":\"1\",\"X_INVOICE_NUMBER\":\"D2938\",\"X_LAST_UPDATE_DATE\":\"2019-06-08 15:24:32.088\",\"X_SERIAL_NUMBER\":\"D39048\",\"X_OWNED_LEASED\":\"OWNED\",\"X_CATEGORY_ID\":\"21\",\"X_ASSET_TYPE\":\"CIP\",\"X_IN_USE_FLAG\":\"YES\",\"X_ALLOWED_DEPRN_LIMIT_AMOUNT\":\"0\",\"X_QUEUE_NAME\":\"ERROR\",\"X_ASSET_NUMBER\":\"ASSET10\",\"X_ALLOWED_DEPRN_LIMIT\":\"0\",\"X_LOCATION_ID_TBL\":\"2\",\"X_TAG_NUMBER\":\"DELL11\",\"X_BONUS_DEPRN_RESERVE\":\"0\",\"X_MANUFACTURER_NAME\":\"Dell\",\"X_PROPERTY_1245_1250_CODE\":\"1245\",\"X_METHOD_ID\":\"737\",\"X_SALVAGE_VALUE\":\"0\",\"X_PO_NUMBER\":\"D2938\",\"X_DEPRN_RESERVE\":\"0\",\"X_MODEL_NUMBER\":\"Optiplex\",\"X_CAT_CONTEXT\":\"BUILDING-OFFICE\",\"X_DESCRIPTION\":\"COMPUTER DESKTOP\",\"X_PAYABLES_CCID\":\"13528\",\"X_CONVENTION_TYPE_ID\":\"7\",\"X_ATTACHMENT_FLAG\":\"Y\",\"X_DEPRN_EXPENSE_CCID_TBL\":\"15719\",\"X_BOOK_TYPE_CODE\":\"OPS CORP\",\"X_YTD_DEPRN\":\"0\",\"X_POSTING_STATUS\":\"ERROR\",\"X_UNITS_TBL\":\"1\",\"X_CREATION_DATE\":\"2019-06-08 15:16:14.696\"}",
    "NotificationCode": null,
    "CallbackURL": null,
    "JobOptions": null,
    "StatusCode": null,
    "ESSParameters": null,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations/processTransaction-getMassAddition",
            "name": "erpintegrations",
            "kind": "item"
        },
        {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations/processTransaction-getMassAddition",
            "name": "erpintegrations",
            "kind": "item"
        }
    ]
}