Get the order recurrent detail
GET/account/order/multiple/:orderRecurrentId/
Get the order recurrent detail
Request
Path Parameters
The Id of the order recurrent you want to get
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Return order recurrent details
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
id
clientId
categoryId
frequencyId
nominalAmount
recidivism
dichotomy
comment
fromDate
toDate
active
rfRuleRef
approved
createdAt
updatedAt
creationToken
orderPayments object[]
id
externalId
invoiceExternalCode
invoiceExternalCode
nominalAmount
recidivism
executionDate
comment
immediate
endToEndId
currencyCodeIso
category
packageNumber
packageDate
clientId
paymentId
orderStatusId
categoryId
banked
processing
lastSelectionErrorCode
validType
validTs
intraBankSettlementDate
createdAt
updatedAt
creationToken
rfRuleRef
timeTable
timeTableId
remote
limitDate
frequency
category
[
{
"id": "15063",
"clientId": "9053",
"categoryId": "3",
"frequencyId": "1",
"nominalAmount": "10006",
"recidivism": "true",
"dichotomy": "true",
"comment": "comment",
"fromDate": "2018-06-12",
"toDate": "2018-06-12",
"active": "true",
"rfRuleRef": "null",
"approved": "true",
"createdAt": "2021-10-22 15:22:21",
"updatedAt": "2022-08-05 15:22:21",
"creationToken": "Unknown",
"orderPayments": [
{
"id": "15063",
"externalId": "ID_SYSTEME_EXT",
"invoiceExternalCode": "2018-06-12",
"invoiceDate": "2018-06-12",
"nominalAmount": "10006",
"recidivism": "true",
"executionDate": "2018-06-12",
"comment": "comment",
"immediate": "false",
"endToEndId": "10",
"currencyCodeIso": "EUR",
"category": "SCT",
"packageNumber": "null",
"packageDate": "2018-06-12",
"clientId": "9053",
"paymentId": "6591",
"orderStatusId": "4",
"categoryId": "3",
"banked": "null",
"processing": "null",
"lastSelectionErrorCode": "null",
"validType": "null",
"validTs": "null",
"intraBankSettlementDate": "null",
"createdAt": "2021-10-22 15:22:21",
"updatedAt": "2022-08-05 15:22:21",
"creationToken": "Unknown",
"rfRuleRef": "null",
"timeTable": "false",
"timeTableId": "null",
"remote": "null",
"limitDate": "null"
}
],
"frequency": "MONTHLY",
"category": "SCT"
}
]
No data found with this orderRecurrentId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error