Synchronously queries the budget of a message campaign.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageId |
string |
Yes |
The PageId of Messenger. |
示例值示例值 |
| AdAccountId |
string |
Yes |
The ID of the Meta ad account. |
示例值示例值 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
|
| Message |
string |
The error message. |
示例值示例值 |
| RequestId |
string |
The request ID. |
示例值 |
| Code |
string |
The status code of the request. A value of OK indicates that the request was successful. For other error codes, see the error code list. For other error codes, see the error code list. |
示例值 |
| Success |
boolean |
Indicates whether the API call was successful.
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "",
"Message": "示例值示例值",
"RequestId": "示例值",
"Code": "示例值",
"Success": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.