SapccApiUpdateBudgetRequest
Request parameters for updateBudget operation in SapccApi. SapccApiUpdateBudgetRequest
interface SapccApiUpdateBudgetRequest {
readonly baseSiteId: string;
readonly budget: Budget;
readonly budgetCode: string;
readonly fields?: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiUpdateBudget |
budget | Required | Budget | {Budget} SapccApiUpdateBudget |
budgetCode | Required | string | Budget GUID or budget code. {string} SapccApiUpdateBudget |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiUpdateBudget |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiUpdateBudget |