CreateRecurringOrderTemplatesAutogiro
Inputs (Array[] RecurringOrderTemplateAutoGiro) inherits from EntityBase
Name | Type | Description | Mandatory | Comment | Available from version |
|---|---|---|---|---|---|
Account | Guid | Id of Account for the order | True |
|
|
CashAmount | decimal | Amount in SEK for the order | True |
|
|
TransferReceiver | Guid | The TransferReceiver(Admission) for the order |
|
|
|
AutoGiroPaymentPeriod | int | Determines the recurrance of the order. 0=One time 1=Month 2=Qurter 3=Half year 4=Year | True |
|
|
BusinessDate | DateTime | Date for when the ordertemplate starts | True if 0 is used as AutoGiroPaymentPeriod |
|
|
Comment | String | Comment on the order | False |
|
|
Instrument | Guid | If specified, an order for the instrument will be created when the autogiropayment is executed. | False |
|
|
Day | int | Day in month the businessdate for the order will be changed to. | True if 1-4 is used as AutoGiroPaymentPeriod |
|
|
Month | int | Month for when the ordertemplate starts | True if 1-4 is used as AutoGiroPaymentPeriod |
| 2.34 |
Response rows
Name | Type | Description | Available from version |
|---|---|---|---|
Entities | Array | All RecurringOrderTemplatesAutogiro in the request is returned along with each RecurringOrderTemplatesAutogiro BrickId, and array of Errors per RecurringOrderTemplatesAutogiro |
|
Code examples