Create associations between installed base and fixed assets Rest API Not working
Summary:
Hi All
We are trying to create associations between installed base and fixed assets using below Rest API but are not getting any response , kindly help us with correct payload so that we can get correct response
Request Payload:
{
"ActiveEndDate": "2023-05-19",
"ActiveStartDate": "2022-05-20",
"AutoTerminationFlag": "Y",
"FixedAssetId": "362144",
"FixedAssetNumber": "112529",
"links": [
{
"rel": "self"
}
],
"TerminationReasonCode": "Terminaion Reason"
}
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0