Modify admin settings
put
/api/{version}/admin/defaults
Versions Supported:
v4
Request
Path Parameters
Supported Media Types
- application/xml
- application/json
A body of type:
- application/json
- application/xml
Nested Schema : DefaultAdvFiltersInfo
Type:
Show Source
object-
filterFields: array
filterFields
-
objectType: string
Allowed Values:
[ "COMPANY", "CONTACT" ] -
radialFilter: object
RadialFilter
-
rangeFilters: array
rangeFilters
Nested Schema : RadialFilter
Type:
Show Source
object-
countryName: string
-
isNotNullFlag: boolean
-
name: string
-
notNullFlag: boolean
-
operator: string
Allowed Values:
[ "BW", "CO", "DOESNOTEXIST", "EQ", "EW", "EXISTS", "GT", "GTE", "IN", "LT", "LTE", "NOTBW", "NOTCO", "NOTEQ", "NOTIN", "NOTNULL", "NULL", "SW" ] -
radius: string
-
unit: string
Allowed Values:
[ "km", "mi" ] -
value: string
Nested Schema : FilterInfo
Type:
Show Source
object-
isNotNullFlag: boolean
-
name: string
-
notNullFlag: boolean
-
operator: string
Allowed Values:
[ "BW", "CO", "DOESNOTEXIST", "EQ", "EW", "EXISTS", "GT", "GTE", "IN", "LT", "LTE", "NOTBW", "NOTCO", "NOTEQ", "NOTIN", "NOTNULL", "NULL", "SW" ] -
value: string
Nested Schema : RangeFilterInfo
Type:
Show Source
object-
isNotNullFlag: boolean
-
name: string
-
notNullFlag: boolean
-
operator: string
Allowed Values:
[ "BW", "CO", "DOESNOTEXIST", "EQ", "EW", "EXISTS", "GT", "GTE", "IN", "LT", "LTE", "NOTBW", "NOTCO", "NOTEQ", "NOTIN", "NOTNULL", "NULL", "SW" ] -
range: object
Range
-
value: string
A body of type:
- application/json
- application/xml
Nested Schema : DefaultAdvFiltersInfo
Type:
Show Source
object-
filterFields: array
filterFields
-
objectType: string
Allowed Values:
[ "COMPANY", "CONTACT" ] -
radialFilter: object
RadialFilter
-
rangeFilters: array
rangeFilters
Nested Schema : RadialFilter
Type:
Show Source
object-
countryName: string
-
isNotNullFlag: boolean
-
name: string
-
notNullFlag: boolean
-
operator: string
Allowed Values:
[ "BW", "CO", "DOESNOTEXIST", "EQ", "EW", "EXISTS", "GT", "GTE", "IN", "LT", "LTE", "NOTBW", "NOTCO", "NOTEQ", "NOTIN", "NOTNULL", "NULL", "SW" ] -
radius: string
-
unit: string
Allowed Values:
[ "km", "mi" ] -
value: string
Nested Schema : FilterInfo
Type:
Show Source
object-
isNotNullFlag: boolean
-
name: string
-
notNullFlag: boolean
-
operator: string
Allowed Values:
[ "BW", "CO", "DOESNOTEXIST", "EQ", "EW", "EXISTS", "GT", "GTE", "IN", "LT", "LTE", "NOTBW", "NOTCO", "NOTEQ", "NOTIN", "NOTNULL", "NULL", "SW" ] -
value: string
Nested Schema : RangeFilterInfo
Type:
Show Source
object-
isNotNullFlag: boolean
-
name: string
-
notNullFlag: boolean
-
operator: string
Allowed Values:
[ "BW", "CO", "DOESNOTEXIST", "EQ", "EW", "EXISTS", "GT", "GTE", "IN", "LT", "LTE", "NOTBW", "NOTCO", "NOTEQ", "NOTIN", "NOTNULL", "NULL", "SW" ] -
range: object
Range
-
value: string
Response
Supported Media Types
- application/xml
- application/json
200 Response
Success
Nested Schema : DefaultAdvFiltersInfo
Type:
Show Source
object-
filterFields: array
filterFields
-
objectType: string
Allowed Values:
[ "COMPANY", "CONTACT" ] -
radialFilter: object
RadialFilter
-
rangeFilters: array
rangeFilters
Nested Schema : RadialFilter
Type:
Show Source
object-
countryName: string
-
isNotNullFlag: boolean
-
name: string
-
notNullFlag: boolean
-
operator: string
Allowed Values:
[ "BW", "CO", "DOESNOTEXIST", "EQ", "EW", "EXISTS", "GT", "GTE", "IN", "LT", "LTE", "NOTBW", "NOTCO", "NOTEQ", "NOTIN", "NOTNULL", "NULL", "SW" ] -
radius: string
-
unit: string
Allowed Values:
[ "km", "mi" ] -
value: string
Nested Schema : FilterInfo
Type:
Show Source
object-
isNotNullFlag: boolean
-
name: string
-
notNullFlag: boolean
-
operator: string
Allowed Values:
[ "BW", "CO", "DOESNOTEXIST", "EQ", "EW", "EXISTS", "GT", "GTE", "IN", "LT", "LTE", "NOTBW", "NOTCO", "NOTEQ", "NOTIN", "NOTNULL", "NULL", "SW" ] -
value: string
Nested Schema : RangeFilterInfo
Type:
Show Source
object-
isNotNullFlag: boolean
-
name: string
-
notNullFlag: boolean
-
operator: string
Allowed Values:
[ "BW", "CO", "DOESNOTEXIST", "EQ", "EW", "EXISTS", "GT", "GTE", "IN", "LT", "LTE", "NOTBW", "NOTCO", "NOTEQ", "NOTIN", "NOTNULL", "NULL", "SW" ] -
range: object
Range
-
value: string
404 Response
Requested resource could not be found.
Root Schema : schema
Type:
object500 Response
An unexpected error occurred during the request.
Root Schema : schema
Type:
objectExamples
Example Request:
/api/v4/admin/defaults
Example Request Body:
{
"defaultFilters": [
{
"filterName": "CompanyInBusiness",
"filterValue":"Y"
},
{
"filterName": "Enterprise Companies",
"filterValue":"Y"
},
{
"filterName": "Defunct",
"filterValue":"N"
}
],
"defaultMaps": [
{
"mapMode": "CRM_STANDARD",
"mapName": "CXContactExport",
"mapType": "EXPORT",
"objectType": "CONTACT"
},
{
"mapMode": "CRM_STANDARD",
"mapName": "CXCompanyExport",
"mapType": "EXPORT",
"objectType": "COMPANY"
},
{
"mapMode": "CRM_STANDARD",
"mapName": "CXContactMatch",
"mapType": "ENRICH",
"objectType": "CONTACT"
},
{
"mapMode": "CRM_STANDARD",
"mapName": "CXCompanyMatch",
"mapType": "ENRICH",
"objectType": "COMPANY"
}
]
"defaultOutputFormat": "TXT"
}
Example Response:
{
"defaultFilters": [
{
"filterName": "CompanyInBusiness",
"filterValue":"Y"
},
{
"filterName": "Enterprise Companies",
"filterValue":"N"
},
{
"filterName": "Defunct",
"filterValue":"Y"
}
],
"defaultMaps": [
{
"mapMode": "CRM_STANDARD",
"mapName": "CXContactExport",
"mapType": "EXPORT",
"objectType": "CONTACT"
},
{
"mapMode": "CRM_STANDARD",
"mapName": "CXCompanyExport",
"mapType": "EXPORT",
"objectType": "COMPANY"
},
{
"mapMode": "CRM_STANDARD",
"mapName": "CXContactMatch",
"mapType": "ENRICH",
"objectType": "CONTACT"
},
{
"mapMode": "CRM_STANDARD",
"mapName": "CXCompanyMatch",
"mapType": "ENRICH",
"objectType": "COMPANY"
}
]
"defaultOutputFormat": "TXT"
}
Back to Top