Aller au contenu principal

Get all the orders of the clientId

GET 

/account/order/client_id/:clientId/

Get all the orders of the clientId

Request

Path Parameters

    clientId stringrequired

    The Id of the client you want to get

Query Parameters

    pagination string

    The pagination you want to get, default 1,10 (page = 1; nb_elements = 10)

    Example: 1,10
    filter string

    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 :

    • 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 (>=)

    Example: categoryId:gt:1,orderStatusId:eq:1
    orderby string

    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

    Example: -categoryId,-orderStatusId

Responses

Return a list of orders

Schema
  • Array [
  • id string

    id

    externalId string

    externalId

    invoiceExternalCode string

    invoiceExternalCode

    invoiceDate string

    invoiceExternalCode

    nominalAmount number

    nominalAmount

    recidivism boolean

    recidivism

    executionDate string

    executionDate

    comment string

    comment

    immediate boolean

    immediate

    endToEndId number

    endToEndId

    currencyCodeIso string

    currencyCodeIso

    category string

    category

    packageNumber number

    packageNumber

    packageDate string

    packageDate

    clientId number

    clientId

    paymentId number

    paymentId

    orderStatusId number

    orderStatusId

    categoryId number

    categoryId

    banked string

    banked

    processing string

    processing

    lastSelectionErrorCode string

    lastSelectionErrorCode

    validType string

    validType

    validTs string

    validTs

    intraBankSettlementDate string

    intraBankSettlementDate

    createdAt datetime

    createdAt

    updatedAt datetime

    updatedAt

    creationToken string

    creationToken

    rfRuleRef string

    rfRuleRef

    timeTable boolean

    timeTable

    timeTableId string

    timeTableId

    remote string

    remote

    limitDate datetime

    limitDate

  • ]
Loading...