BillAccountChargeSplit APIs

Get /api/v202407/billAccountChargeSplit

Operation: GetBillAccountChargeSplitSettingsV202407 Paginated Permissions: BillWorkflowSettings (View)

Retrieves all settings used to split account charges on bill import
Note: When filtering by vendor, only settings that apply to all vendor accounts (account null) will be returned


Get /api/v202407/billAccountChargeSplit/method

Operation: GetBillAccountChargeSplitMethodV202407 Permissions: BillWorkflowSettings (View)

Retrieves the method used to split account charges on bill import


Put /api/v202407/billAccountChargeSplit/method

Operation: EditBillAccountChargeSplitMethodV202407 Permissions: BillWorkflowSettings (Manage)

Edit the method used to split account charges on bill import


Get /api/v202407/billAccountChargeSplit/vendor/{vendorId}

Operation: GetVendorBillAccountChargeSplitSettingsV202407 Permissions: BillWorkflowSettings (View)

Retrieves a specific vendor’s settings to split account charges on bill import


Put /api/v202407/billAccountChargeSplit/vendor/{vendorId}

Operation: EditVendorBillAccountChargeSplitSettingsV202407 Permissions: BillWorkflowSettings (Manage)

Edits a specific vendor’s setting to split account charges on bill import
If a rule does not currently exist for this vendor it is created otherwise it is updated


Delete /api/v202407/billAccountChargeSplit/vendor/{vendorId}

Operation: DeleteVendorBillAccountChargeSplitSettingsV202407 Permissions: BillWorkflowSettings (Manage)

Deletes a specific vendor’s setting to split account charges on bill import


Get /api/v202407/billAccountChargeSplit/account/{accountId}

Operation: GetAccountBillAccountChargeSplitSettingsV202407 Permissions: BillWorkflowSettings (View)

Retrieves a specific account’s settings to split account charges on bill import


Put /api/v202407/billAccountChargeSplit/account/{accountId}

Operation: EditAccountBillAccountChargeSplitSettingsV202407 Permissions: BillWorkflowSettings (Manage)

Edits a specific account’s setting to split account charges on bill import
If a rule does not currently exist for this account it is created otherwise it is updated


Delete /api/v202407/billAccountChargeSplit/account/{accountId}

Operation: DeleteAccountBillAccountChargeSplitSettingsV202407 Permissions: BillWorkflowSettings (Manage)

Deletes a specific account’s setting to split account charges on bill import