accounts REST Endpoints

Bulk/2.0/accounts
The operations from the Bulk/2.0/accounts category.
Create an account export definition
Method: post
Path: /api/bulk/2.0/accounts/exports
Create an account import definition
Method: post
Path: /api/bulk/2.0/accounts/imports
Create an account sync action definition
Method: post
Path: /api/bulk/2.0/accounts/syncActions
Delete an account export definition
Method: delete
Path: /api/bulk/2.0/accounts/exports/{id}
Delete an account export definition's data
Method: delete
Path: /api/bulk/2.0/accounts/exports/{id}/data
Delete an account import definition
Method: delete
Path: /api/bulk/2.0/accounts/imports/{id}
Delete an account import definition's data
Method: delete
Path: /api/bulk/2.0/accounts/imports/{id}/data
Delete an account sync action definition
Method: delete
Path: /api/bulk/2.0/accounts/syncActions/{id}
Delete sync data for an account sync action definition
Method: delete
Path: /api/bulk/2.0/accounts/syncActions/{id}/data
Retrieve a list of account export definitions
Method: get
Path: /api/bulk/2.0/accounts/exports
Retrieve a list of account field definitions
Method: get
Path: /api/bulk/2.0/accounts/fields
Retrieve a list of account import definitions
Method: get
Path: /api/bulk/2.0/accounts/imports
Retrieve a list of account list definitions
Method: get
Path: /api/bulk/2.0/accounts/lists
Retrieve a list of account sync action definitions
Method: get
Path: /api/bulk/2.0/accounts/syncActions
Retrieve an account export definition
Method: get
Path: /api/bulk/2.0/accounts/exports/{id}
Retrieve an account export definition's synced data
Method: get
Path: /api/bulk/2.0/accounts/exports/{id}/data
Retrieve an account field definition
Method: get
Path: /api/bulk/2.0/accounts/fields/{id}
Retrieve an account import definition
Method: get
Path: /api/bulk/2.0/accounts/imports/{id}
Retrieve an account list definition
Method: get
Path: /api/bulk/2.0/accounts/lists/{id}
Retrieve an account sync action definition
Method: get
Path: /api/bulk/2.0/accounts/syncActions/{id}
Update an account export definition
Method: put
Path: /api/bulk/2.0/accounts/exports/{id}
Update an account import definition
Method: put
Path: /api/bulk/2.0/accounts/imports/{id}
Update an account sync action definition
Method: put
Path: /api/bulk/2.0/accounts/syncActions/{id}
Upload account sync action data
Method: post
Path: /api/bulk/2.0/accounts/syncActions/{id}/data
Upload data for a specified account import definition
Method: post
Path: /api/bulk/2.0/accounts/imports/{id}/data