BillAccountChargeSplit
GET
4 endpoints
/api/v202407/billAccountChargeSplit/account/{accountId}
GetAccountBillAccountChargeSplitSettingsV202407
Retrieves a specific account's settings to split account charges on bill import
/api/v202407/billAccountChargeSplit/method
GetBillAccountChargeSplitMethodV202407
Retrieves the method used to split account charges on bill import
/api/v202407/billAccountChargeSplit
GetBillAccountChargeSplitSettingsV202407
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
/api/v202407/billAccountChargeSplit/vendor/{vendorId}
GetVendorBillAccountChargeSplitSettingsV202407
Retrieves a specific vendor's settings to split account charges on bill import
PUT
3 endpoints
/api/v202407/billAccountChargeSplit/account/{accountId}
EditAccountBillAccountChargeSplitSettingsV202407
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
/api/v202407/billAccountChargeSplit/method
EditBillAccountChargeSplitMethodV202407
Edit the method used to split account charges on bill import
/api/v202407/billAccountChargeSplit/vendor/{vendorId}
EditVendorBillAccountChargeSplitSettingsV202407
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
2 endpoints
/api/v202407/billAccountChargeSplit/account/{accountId}
DeleteAccountBillAccountChargeSplitSettingsV202407
Deletes a specific account's setting to split account charges on bill import
/api/v202407/billAccountChargeSplit/vendor/{vendorId}
DeleteVendorBillAccountChargeSplitSettingsV202407
Deletes a specific vendor's setting to split account charges on bill import