GET api/Customer/Get?customerId={customerId}

Obtient le détail du client spécifié

Informations sur la requête

Paramètres dans l'URI

NameDescriptionTypeInformations additionnelles
customerId

Identifiant unique du client recherché

string

Required

Paramètres du corps (body)

Aucun

Informations sur la réponse

Description

PagedEnumerableOfCustomer
NameDescriptionTypeInformations additionnelles
Data

Collection of Customer

Aucune

TotalRecordCount

integer

Aucune

PageRecordCount

integer

Aucune

Version

Version

Aucune

Formats de la réponse

application/json, text/json

Sample:

Sample not available.