Contents

RecommendationApplyDailyBudgetResponse

Response envelope returned when applying or dismissing a daily budget recommendation, containing the resulting history record(s).

Declaration

object RecommendationApplyDailyBudgetResponse

Properties

NameTypeDescription
result[DailyCapRecommendationHistory]

The daily budget recommendation history record(s) created by applying the recommendation. Array of DailyCapRecommendationHistory. Read-only.

paginationRecommendationResponsePagination

Pagination metadata. null for apply and dismiss responses. See ResponsePagination. Read-only.

errorRecommendationResponseError

Error details when the request fails. Absent on success. See ResponseError. Read-only.

Discussion

The RecommendationApplyDailyBudgetResponse object is the top-level response body for POST /recommendations/daily-budgets/apply.

See Also