Overview
Opportunity Config Save
Summary
This saves the config changes to the Opportunity Module, when the opps_view_by attribute changes, it will perform the nessicary migrations for the Metadata and the actual Data.
Request Arguments
Name |
Type |
Description |
Required |
<config field>
|
<config field type>
|
The list of config fields to update.
|
False
|
Request
{
"MyConfigOption":"MyConfigValue"
}
Response Arguments
Name |
Type |
Description |
<config field>
|
<config field type>
|
The list of config fields will be returned.
|
Response
{
"MyConfigOption":"MyConfigValue"
}
Change Log
Version |
Change |
v10
|
Added /Opportunities/config POST endpoint.
|