Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 570 Bytes

UserSearchRequest.md

File metadata and controls

18 lines (14 loc) · 570 Bytes

UserSearchRequest

Properties

Name Type Max Length Description Notes
companyId String 11 Mastercard assigned unique identifier for a client. [optional]
memberICA Long Interbank Card Association number assigned by Mastercard to the client. [optional]
userNumber String 30 The unique identifier of a user assigned by the client.

Sample JSON

{
  "companyId": "611532",
  "userNumber": "C02333333325"
}