Getting error when transfer asset using Standard REST API operation processTransaction-transferAsset
Summary:
Trying to transfer Asset from one person to another using the REST API /fscmRestApi/resources/11.13.18.05/erpintegrations with processTransaction-transferAsset operation:
Getting below Message in the response payload.
"ParameterList": "{"X_RETURN_STATUS":"E","X_MSG_DATA":"The API call was incompatible for this process.","X_MSG_COUNT":"1"}",
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Request Payload:
{
"OperationName": "processTransaction-transferAsset",
"ParameterList": "{P_ASSET_ID: 26017, P_BOOK_TYPE_CODE: XX XX XX, P_DISTRIBUTION_ID_TBL: '13022,-1',P_TRANSACTION_UNITS_TBL: '-1,1',P_ASSIGNED_TO_TBL: '300000117735005,100000008873174',P_UNITS_ASSIGNED_TBL: '1,1', P_EXPENSE_CCID_TBL: '300000120098611,300000120098611', P_LOCATION_CCID_TBL: '300000125648730,300000125648730'}"