Function getAllocationCostServices
- getAllocationCostServices(
__namedParameters: {
endDate: string;
masterAccount: string;
page?: number;
pageSize?: number;
sort?: ("NAME_ASC" | "NAME_DESC" | "COST_VALUE_ASC" | "COST_VALUE_DESC")[];
startDate: string;
tag: string;
tagValueName: string;
},
opts?: RequestOpts,
): Promise<PaginatedResponseAllocationCost> Parameters
- __namedParameters: {
endDate: string;
masterAccount: string;
page?: number;
pageSize?: number;
sort?: ("NAME_ASC" | "NAME_DESC" | "COST_VALUE_ASC" | "COST_VALUE_DESC")[];
startDate: string;
tag: string;
tagValueName: string;
} Optionalopts: RequestOpts
List all services of a subtag. Each service contains name and cost value.