RepalceCard

Resend enrollment notification email to the user.

Authorization

  • Name
    Bearer Token
    Type
    e865a1e59daa629a8ade53bdae8ae659
    Description

Header

  • Name
    Content-Type
    Type
    application/json
    Description

Body

  • Name
    raw
    Type
    json
    Description

    JSON

    {
      "ServiceName": "ReplaceCard",
      "data": {
          "CustId": "12565908341",
          "ProgramId": "7140"
      }
    }
    

Request

POST
https://YOURENDPOINT.virtualrx.co/jsonapi.php
curl
--location 'https://YOURENDPOINT.virtualrx.co/jsonapi.php' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic WU9VUlVTRVJOQU1FOllPVVJQQVNTV09SRA==' \
--data '{
    "ServiceName": "ReplaceCard",
    "data": {
        "CustId": "12565908341",
        "ProgramId": "7140"
    }
}'

Response200 OK

{
  "ResponseDetails": {
      "ServiceName": "ReplaceCard",
      "SessionId": "14ucp-82olg-afqzo-13dhv-wzjgt",
      "StatusCode": 0,
      "StatusName": "StatusOK",
      "StatusDescription": "NA",
      "ServiceDate": "2022-04-05 17:40:21",
      "ServiceId": "14ucp-82olg-afqzo-13dhv-wzjgt"
  },
  "ResponseParams": ""
}

ReplaceCard