# CreateFolderItem #### Description Create recurring billing request. Recurring billing request is used to instruct the server to create individual instance of **Billing Request**, which is a source for Invoice creation. #### Important Parameters
amountUnit price to be charged
billingDateSample date, in which the Billing Request will be used as a date for invoicing.
billingStatus1 .. Pending 2 .. For Approval (Sales Order may be generated here) 3 .. To Be Invoiced (Invoice may be generated here)
totalQuantityPcs to be charged per Unit price after free Qty is reduced
catalogPricePrice before any discounts
itemProduct ID
nameMain title of the future Billing Request
noteFuture description of Billing Request
purchasePriceUnit price for which the goods is purchased
QuantityPcs to be charged per Unit Price
folderCustomer folder ID
totalAmounttotal qty \* amount
totalAmountWithVattotalAmount + VAT
vatValueVAT rate in numbers
ratiofixed value (100) = 100%
taxationDateDate relative to Billing Date, in which you may decide to put the transaction into current / previous / next periods. Put any date close to Billing Date (ie any day in the same/previous month)
isModelItem1
validFromDate, from which the rule becomes active. Difference of dates between validFrom and billingDate is important. Item generated in validFrom = today should have billingDate today + 1 year, in case the first next fee is paid after one year of using the service.
validToExpiration date
destinationProjectTarget Project ID, where the Billing Request will be created.
billingFrequency2 .. yearly 4 .. quarterly 6 .. monthly 8 .. weekly 10 .. daily
#### Request Example ```XML acme 7CDF678513DCBF0379DDD26A6961B604D7F1515CBD04 1234 2020-05-14T00:00:00 2 5 190 CZK 133629101 Repeated service Billing the yearly service. 130 5 139676101 6170 6787 10 100 2020-05-14T00:00:00 2020-05-14T00:00:00 2099-05-04T00:00:00 139704101 2 ``` #### Response Example ```XML OK 0 139812101 ```