{
"id": "320190341213661766",
"performanceState": "partialPerformance",
"thirdChangeFreezeFlag": true,
"executedAmount": 200,
"contractLineList": [
{
"id": 4063151,
"executedQuantity": 1
}
]
}
curl --location --request POST 'https://oc-test.onecontract-cloud.com/api/hitf/v2/rest/async/invoke/OC_PERFORMANCE_UPDATE' \
--header 'Authorization: bearer eb2446a6-93f9-456b-b713-5cb6f6adf765' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "320190341213661766",
"performanceState": "partialPerformance",
"thirdChangeFreezeFlag": true,
"executedAmount": 200,
"contractLineList": [
{
"id": 4063151,
"executedQuantity": 1
}
]
}'
{}