GetDigitalWallet

Description

Returns a digital wallet

Paths

Example

Example request object

{
  "Criteria": {
    "CardNumber": "string_example",
    "Includes": {
      "Transactions": null,
      "LinkedCards": null
    }
  },
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "DigitalWallet": {
    "Id": "00000000-0000-0000-0000-000000000000",
    "Balance": 0.0,
    "CreditLimit": 0.0,
    "IsCreditLimitActivated": false,
    "Transactions": null,
    "CardNumber": "string_example",
    "PersonId": "00000000-0000-0000-0000-000000000000",
    "TransactionBalance": 0.0,
    "LinkedCards": null,
    "ArticleDescription": "string_example",
    "OverstayCharges": null,
    "CardBlocked": false,
    "CardId": "00000000-0000-0000-0000-000000000000",
    "DiscountPriceGroupID": "00000000-0000-0000-0000-000000000000",
    "SalesRegistrationMode": 0,
    "LockedForPayout": false,
    "TopUpForSameDiscountPriceGroup": false,
    "Price": 0.0
  }
}

ShouldBeExecuted

Postdata

Response