Synchronously queries the budget.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:SyncMessageCampaign |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageId |
string |
Yes |
The ID of the Messenger page. |
238** |
| AdAccountId |
string |
Yes |
The ID of the Meta ad account. |
244** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
| Message |
string |
The error message. |
None |
| RequestId |
string |
The ID of the request. |
233** |
| Code |
string |
The status code of the request. A value of OK indicates that the request was successful. For more information about other error codes, see the list of error codes. For other error codes, see the Error Code List. |
OK |
| Success |
boolean |
Indicates whether the call was successful.
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "None",
"RequestId": "233**",
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.