Update an existing instance of the BillGroupAccountExclude object.Copy Pageput https://{server_address}/ResourceServer/api/v10/BillGroup/AccountExclude/{id}Path ParamsidintegerrequiredBody ParamsThis is a linking entity that specifies which Accounts should not be included in this Bill Group. This is used in scenarios where an account needs to be removed from a Bill Group temporarily to run invoicing.billGroupIdnumberUnique identifier for the associated BillGroup object.billGroupNamestringThe name of the object associated with the billGroupId property.accountIdnumberUnique identifier for the associated Account object.accountNamestringThe name of the object associated with the accountId property.Responses 200Update a BillGroupAccountExclude 400The request could not be processed.Updated 2 months ago