curl --request POST \
--url https://api.getcargo.io/v1/revenueOrganization/allocations/sync \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"capacityUuid": "<string>"
}
'{}Sync allocations from external source
curl --request POST \
--url https://api.getcargo.io/v1/revenueOrganization/allocations/sync \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"capacityUuid": "<string>"
}
'{}Was this page helpful?