從上層企業管理平台向下層企業管理平台授予 LOC 配置後,請使用以下端點取得配置的相關資訊:
curl -i -X GET \ "https://graph.facebook.com/<API_VERSION>/<child_bm_allocation_config_id>?fields=receiving_business&access_token=<access_token>"
您可以修改 LOC 配置的配置金額。例如,一個下層企業管理平台已配置 100 美元,但達到其花費上限。如果上層企業管理平台 LOC 有足夠的可配置額度,則可以將該下層企業管理平台的 LOC 配置更新為 200 美元。
使用配置設定編號,並指定更新的「amount」:
curl -i -X POST \ -d “amount=<amount>” \ -f “access_token=<access token>” \ "https://graph.facebook.com/<API_VERSION>/<child_bm_allocation_config_id>"
除了更新之外,您還可以刪除配置設定和建立新配置設定。請參閱取得支付方式編號(LOC)。
curl -i -X DELETE \ -f ‘access_token=<Access_token>’ \ "https://graph.facebook.com/<API_VERSION>/<child_bm_allocation_config_id>"