Dears
iam using this endpoint /fscmRestApi/resources/11.13.18.05/costAdjustments as post api
and pass this json {
"AdjustmentStatus" : "Submitted",
"AdjustmentStatusCode":"S",
"AdjustmentType": "Perpetual",
"AdjustmentTypeCode" :"P",
"CostBook": "Azizia Hospital",
"CostBookId": 300002091597085,
"CostOrganizationId": 300002126613880,
"CostOrganizationName": "Azizia Hospital",
"ItemId": 100000571356826,
"Reason": "Cost Adjustment",
"ReasonCode": "Cost Adjustment",
"TransactionId" :486548965174,
"AdjustmentDetail" : [
{
"CostElement" : "Material",
"NewCost" : 2.8818
}
]
}
response with error 400 and body is null