accounts REST Endpoints
Bulk/2.0/accounts
The operations from the Bulk/2.0/accounts category.
- Create an account export definition
- Method: postPath:
/api/bulk/2.0/accounts/exports - Create an account import definition
- Method: postPath:
/api/bulk/2.0/accounts/imports - Create an account sync action definition
- Method: postPath:
/api/bulk/2.0/accounts/syncActions - Delete an account export definition
- Method: deletePath:
/api/bulk/2.0/accounts/exports/{id} - Delete an account export definition's data
- Method: deletePath:
/api/bulk/2.0/accounts/exports/{id}/data - Delete an account import definition
- Method: deletePath:
/api/bulk/2.0/accounts/imports/{id} - Delete an account import definition's data
- Method: deletePath:
/api/bulk/2.0/accounts/imports/{id}/data - Delete an account sync action definition
- Method: deletePath:
/api/bulk/2.0/accounts/syncActions/{id} - Delete sync data for an account sync action definition
- Method: deletePath:
/api/bulk/2.0/accounts/syncActions/{id}/data - Retrieve a list of account export definitions
- Method: getPath:
/api/bulk/2.0/accounts/exports - Retrieve a list of account field definitions
- Method: getPath:
/api/bulk/2.0/accounts/fields - Retrieve a list of account import definitions
- Method: getPath:
/api/bulk/2.0/accounts/imports - Retrieve a list of account list definitions
- Method: getPath:
/api/bulk/2.0/accounts/lists - Retrieve a list of account sync action definitions
- Method: getPath:
/api/bulk/2.0/accounts/syncActions - Retrieve an account export definition
- Method: getPath:
/api/bulk/2.0/accounts/exports/{id} - Retrieve an account export definition's synced data
- Method: getPath:
/api/bulk/2.0/accounts/exports/{id}/data - Retrieve an account field definition
- Method: getPath:
/api/bulk/2.0/accounts/fields/{id} - Retrieve an account import definition
- Method: getPath:
/api/bulk/2.0/accounts/imports/{id} - Retrieve an account list definition
- Method: getPath:
/api/bulk/2.0/accounts/lists/{id} - Retrieve an account sync action definition
- Method: getPath:
/api/bulk/2.0/accounts/syncActions/{id} - Update an account export definition
- Method: putPath:
/api/bulk/2.0/accounts/exports/{id} - Update an account import definition
- Method: putPath:
/api/bulk/2.0/accounts/imports/{id} - Update an account sync action definition
- Method: putPath:
/api/bulk/2.0/accounts/syncActions/{id} - Upload account sync action data
- Method: postPath:
/api/bulk/2.0/accounts/syncActions/{id}/data - Upload data for a specified account import definition
- Method: postPath:
/api/bulk/2.0/accounts/imports/{id}/data