Get all the orders of the clientId
GET/account/order/client_id/:clientId/
Get all the orders of the clientId
Request
Path Parameters
The Id of the client you want to get
Query Parameters
- eq : ├®galit├®
- ne : diff├®rent (!=)
- lk : like. Pour les chaine de caractères, correspond au sql %valeur%
- lt : plus petit que (<)
- le : plus petit ou ├®gal (<=)
- gt : plus grand que (>)
- ge : plus grand ou ├®gal (>=)
The pagination you want to get, default 1,10 (page = 1; nb_elements = 10)
The filter you want to get, {champ}:{op}:{valeur},{champ_2}:{op_2}:{valeur_2}
The field names are specified in the web service documentation.
where {op} to be :
The orderby you want to get, {champ},{-champ_2}
The field names are specified in the web service documentation.
Sorting is ascending by default, for sorting descending the field must be preceded by the ÔÇ£-ÔÇØ sign.
Several filters can be combined by separating them with commas
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Return a list of orders
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
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
[
{
"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"
}
]
This clientID is not one of your clients
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error