Saves a collection of ForecastWorksheet models
Summary:
This endpoint is used to save the json Data for an array of worksheet data array entries
Query Parameters:
Param |
Description |
Optional |
This endpoint does not accept any parameters. |
Input Example:
{ "amount" : "10000.000000",
"assigned_user_id" : "seed_max_id",
"base_rate" : "1",
"best_case" : "25000",
"commit_stage" : "include",
"currency_id" : "-99",
"current_user" : "seed_max_id",
"date_closed" : "2013-01-14",
"date_modified" : "2013-01-14T10:58:27-05:00",
"draft" : 1,
"id" : "347beb60-d57c-b3aa-5922-50f42b6c27d4",
"likely_case" : "15000",
"name" : "RR. Talker Co - 1000 units",
"probability" : "90",
"product_id" : "34b0d547-adaf-03ea-146c-50f42b3e6f04",
"sales_stage" : "Value Proposition",
"timeperiod_id" : "36f7085a-5889-ea75-84c8-50f42bd1a5ba",
"version" : 1,
"w_date_modified" : "2013-01-14T10:58:27-05:00",
"worksheet_id" : "e0adb532-7d1c-eb49-b102-50f42b455164",
"worst_case" : "10000.000000"
}
Output Example:
{ "amount" : "15000.000000",
"assigned_user_id" : "seed_max_id",
"base_rate" : "1",
"best_case" : "25000.000000",
"commit_stage" : "include",
"currency_id" : "-99",
"date_closed" : "2013-01-14",
"date_modified" : "2013-01-15T10:52:31-05:00",
"id" : "347beb60-d57c-b3aa-5922-50f42b6c27d4",
"likely_case" : "15000.000000",
"name" : "RR. Talker Co - 1000 units",
"probability" : "90",
"product_id" : "34b0d547-adaf-03ea-146c-50f42b3e6f04",
"sales_stage" : "Value Proposition",
"version" : 1,
"w_date_modified" : "2013-01-14T10:58:27-05:00",
"worksheet_id" : "e0adb532-7d1c-eb49-b102-50f42b455164",
"worst_case" : "10000.000000"
}