Operation Id:
clients/membershipCards/get [Official Documentaction]
Methods
- id Integer
- login String
Examples
It retrieves the membership card ID of client with ID 123.
const result = await idosellRequest.getClientsMembershipCards
.id(123)
.exec()