curl --request PUT \
--url https://api.oplog.one/openapi/v1/ReceivingOrders/{referenceNumber}/transferDetail \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"integrationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'