POST api/Account/UpdateCardApplicationV2

Request Information

URI Parameters

None.

Body Parameters

NECPCustomerAppInfo
NameDescriptionTypeAdditional information
Bankiom_ProductCode

string

None.

CPREXPIRY_TEXT

string

None.

DOB_TEXT

string

None.

PASSEXPIRY_TEXT

string

None.

VISAEXPIRY_TEXT

string

None.

BankCardProcessID

globally unique identifier

None.

CPREXPIRY

date

None.

DOB

date

None.

PASSEXPIRY

date

None.

VISAEXPIRY

date

None.

KYC_ScanReference1

string

None.

KYC_ScanReference2

string

None.

REF_ID

string

None.

PROFILE_ID

string

None.

PRODUCT_ID

string

None.

ADDRESS1

string

None.

ADDRESS2

string

None.

CPR

string

None.

EMAIL

string

None.

EMP_ADDRESS1

string

None.

EMP_INCOM

string

None.

EMP_NAME

string

None.

EMP_POSITION

string

None.

EMP_STATUS

string

None.

FNAME

string

None.

GENDER

string

None.

LNAME

string

None.

MNAME

string

None.

NATIONALITY

string

None.

PASSPORT

string

None.

PHONE

string

None.

POB

string

None.

COUNTRY

string

None.

IS_PEP

string

None.

TAX_STATUS_1

string

None.

TIN_1

string

None.

CPR_FRONT

string

None.

CPR_REAR

string

None.

PASSPORT_IMG

string

None.

VISA_IMG

string

None.

KYC_VIDEO

string

None.

SECOND_NATIONALITY

string

None.

PURPOSE_OF_ACCOUNT

string

None.

SOURCE_OF_INCOME

string

None.

PROOF_OF_ADDRESS

string

None.

KYC_IMAGE

string

None.

IS_US_PERSON

string

None.

TAX_NOTE_1

string

None.

PEP_NOTES

string

None.

POA_FRONT

string

None.

POA_REAR

string

None.

NAME_ON_CARD

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Bankiom_ProductCode": "sample string 1",
  "CPREXPIRY_TEXT": "sample string 2",
  "DOB_TEXT": "sample string 3",
  "PASSEXPIRY_TEXT": "sample string 4",
  "VISAEXPIRY_TEXT": "sample string 5",
  "BankCardProcessID": "bbd60836-2560-4366-a4b4-c0215d7e7a14",
  "CPREXPIRY": "2024-10-02T22:42:49.0604223+00:00",
  "DOB": "2024-10-02T22:42:49.0604223+00:00",
  "PASSEXPIRY": "2024-10-02T22:42:49.0604223+00:00",
  "VISAEXPIRY": "2024-10-02T22:42:49.0604223+00:00",
  "KYC_ScanReference1": "sample string 11",
  "KYC_ScanReference2": "sample string 12",
  "REF_ID": "sample string 13",
  "PROFILE_ID": "sample string 14",
  "PRODUCT_ID": "sample string 15",
  "ADDRESS1": "sample string 16",
  "ADDRESS2": "sample string 17",
  "CPR": "sample string 18",
  "EMAIL": "sample string 19",
  "EMP_ADDRESS1": "sample string 20",
  "EMP_INCOM": "sample string 21",
  "EMP_NAME": "sample string 22",
  "EMP_POSITION": "sample string 23",
  "EMP_STATUS": "sample string 24",
  "FNAME": "sample string 25",
  "GENDER": "sample string 26",
  "LNAME": "sample string 27",
  "MNAME": "sample string 28",
  "NATIONALITY": "sample string 29",
  "PASSPORT": "sample string 30",
  "PHONE": "sample string 31",
  "POB": "sample string 32",
  "COUNTRY": "sample string 33",
  "IS_PEP": "sample string 34",
  "TAX_STATUS_1": "sample string 35",
  "TIN_1": "sample string 36",
  "CPR_FRONT": "sample string 37",
  "CPR_REAR": "sample string 38",
  "PASSPORT_IMG": "sample string 39",
  "VISA_IMG": "sample string 40",
  "KYC_VIDEO": "sample string 41",
  "SECOND_NATIONALITY": "sample string 42",
  "PURPOSE_OF_ACCOUNT": "sample string 43",
  "SOURCE_OF_INCOME": "sample string 44",
  "PROOF_OF_ADDRESS": "sample string 45",
  "KYC_IMAGE": "sample string 46",
  "IS_US_PERSON": "sample string 47",
  "TAX_NOTE_1": "sample string 48",
  "PEP_NOTES": "sample string 49",
  "POA_FRONT": "sample string 50",
  "POA_REAR": "sample string 51",
  "NAME_ON_CARD": "sample string 52"
}

application/xml, text/xml

Sample:
<NECPCustomerAppInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.Integrations.NEC">
  <ADDRESS1>sample string 16</ADDRESS1>
  <ADDRESS2>sample string 17</ADDRESS2>
  <BankCardProcessID>bbd60836-2560-4366-a4b4-c0215d7e7a14</BankCardProcessID>
  <Bankiom_ProductCode>sample string 1</Bankiom_ProductCode>
  <COUNTRY>sample string 33</COUNTRY>
  <CPR>sample string 18</CPR>
  <CPREXPIRY>2024-10-02T22:42:49.0604223+00:00</CPREXPIRY>
  <CPREXPIRY_TEXT>sample string 2</CPREXPIRY_TEXT>
  <CPR_FRONT>sample string 37</CPR_FRONT>
  <CPR_REAR>sample string 38</CPR_REAR>
  <DOB>2024-10-02T22:42:49.0604223+00:00</DOB>
  <DOB_TEXT>sample string 3</DOB_TEXT>
  <EMAIL>sample string 19</EMAIL>
  <EMP_ADDRESS1>sample string 20</EMP_ADDRESS1>
  <EMP_INCOM>sample string 21</EMP_INCOM>
  <EMP_NAME>sample string 22</EMP_NAME>
  <EMP_POSITION>sample string 23</EMP_POSITION>
  <EMP_STATUS>sample string 24</EMP_STATUS>
  <FNAME>sample string 25</FNAME>
  <GENDER>sample string 26</GENDER>
  <IS_PEP>sample string 34</IS_PEP>
  <IS_US_PERSON>sample string 47</IS_US_PERSON>
  <KYC_IMAGE>sample string 46</KYC_IMAGE>
  <KYC_ScanReference1>sample string 11</KYC_ScanReference1>
  <KYC_ScanReference2>sample string 12</KYC_ScanReference2>
  <KYC_VIDEO>sample string 41</KYC_VIDEO>
  <LNAME>sample string 27</LNAME>
  <MNAME>sample string 28</MNAME>
  <NAME_ON_CARD>sample string 52</NAME_ON_CARD>
  <NATIONALITY>sample string 29</NATIONALITY>
  <PASSEXPIRY>2024-10-02T22:42:49.0604223+00:00</PASSEXPIRY>
  <PASSEXPIRY_TEXT>sample string 4</PASSEXPIRY_TEXT>
  <PASSPORT>sample string 30</PASSPORT>
  <PASSPORT_IMG>sample string 39</PASSPORT_IMG>
  <PEP_NOTES>sample string 49</PEP_NOTES>
  <PHONE>sample string 31</PHONE>
  <POA_FRONT>sample string 50</POA_FRONT>
  <POA_REAR>sample string 51</POA_REAR>
  <POB>sample string 32</POB>
  <PRODUCT_ID>sample string 15</PRODUCT_ID>
  <PROFILE_ID>sample string 14</PROFILE_ID>
  <PROOF_OF_ADDRESS>sample string 45</PROOF_OF_ADDRESS>
  <PURPOSE_OF_ACCOUNT>sample string 43</PURPOSE_OF_ACCOUNT>
  <REF_ID>sample string 13</REF_ID>
  <SECOND_NATIONALITY>sample string 42</SECOND_NATIONALITY>
  <SOURCE_OF_INCOME>sample string 44</SOURCE_OF_INCOME>
  <TAX_NOTE_1>sample string 48</TAX_NOTE_1>
  <TAX_STATUS_1>sample string 35</TAX_STATUS_1>
  <TIN_1>sample string 36</TIN_1>
  <VISAEXPIRY>2024-10-02T22:42:49.0604223+00:00</VISAEXPIRY>
  <VISAEXPIRY_TEXT>sample string 5</VISAEXPIRY_TEXT>
  <VISA_IMG>sample string 40</VISA_IMG>
</NECPCustomerAppInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NECPCustomerAppInfo'.

Response Information

Resource Description

VirtualCardStatus
NameDescriptionTypeAdditional information
ApplicationID

string

None.

StatusLabel

string

None.

Success

boolean

None.

ErrorNumber

integer

None.

Status

string

None.

ErrorMsgUser

string

None.

AlreadyExists

boolean

None.

data

Object

None.

UserProgress

UserProgressResponse

None.

TOKEN

string

None.

TokenType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ApplicationID": "sample string 1",
  "StatusLabel": "sample string 2",
  "Success": true,
  "ErrorNumber": 4,
  "Status": "sample string 5",
  "ErrorMsgUser": "sample string 6",
  "AlreadyExists": true,
  "data": {},
  "UserProgress": {
    "UserProgress": {
      "ID": 1,
      "Stage": "sample string 2",
      "Screen": "sample string 3",
      "Action": "sample string 4",
      "Color": "sample string 5",
      "StartPercentage": "sample string 6",
      "EndPercentage": "sample string 7",
      "TotalPercentage": "sample string 8",
      "SectionId": 1,
      "SectionTotalPercentage": 1,
      "UserId": "973cd089-5faa-48f4-8857-7ffcad02ff4f"
    },
    "Sections": [
      {
        "SectionId": 1,
        "SectionTotalPercentage": 1
      },
      {
        "SectionId": 1,
        "SectionTotalPercentage": 1
      }
    ]
  },
  "TOKEN": "sample string 9",
  "TokenType": "sample string 10"
}

application/xml, text/xml

Sample:
<VirtualCardStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.API.Models">
  <AlreadyExists>true</AlreadyExists>
  <ErrorMsgUser>sample string 6</ErrorMsgUser>
  <ErrorNumber>4</ErrorNumber>
  <Status>sample string 5</Status>
  <Success>true</Success>
  <TOKEN>sample string 9</TOKEN>
  <TokenType>sample string 10</TokenType>
  <UserProgress xmlns:d2p1="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Common">
    <d2p1:Sections>
      <d2p1:Sections>
        <d2p1:SectionId>1</d2p1:SectionId>
        <d2p1:SectionTotalPercentage>1</d2p1:SectionTotalPercentage>
      </d2p1:Sections>
      <d2p1:Sections>
        <d2p1:SectionId>1</d2p1:SectionId>
        <d2p1:SectionTotalPercentage>1</d2p1:SectionTotalPercentage>
      </d2p1:Sections>
    </d2p1:Sections>
    <d2p1:UserProgress>
      <d2p1:Action>sample string 4</d2p1:Action>
      <d2p1:Color>sample string 5</d2p1:Color>
      <d2p1:EndPercentage>sample string 7</d2p1:EndPercentage>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:Screen>sample string 3</d2p1:Screen>
      <d2p1:SectionId>1</d2p1:SectionId>
      <d2p1:SectionTotalPercentage>1</d2p1:SectionTotalPercentage>
      <d2p1:Stage>sample string 2</d2p1:Stage>
      <d2p1:StartPercentage>sample string 6</d2p1:StartPercentage>
      <d2p1:TotalPercentage>sample string 8</d2p1:TotalPercentage>
      <d2p1:UserId>973cd089-5faa-48f4-8857-7ffcad02ff4f</d2p1:UserId>
    </d2p1:UserProgress>
  </UserProgress>
  <data />
  <ApplicationID>sample string 1</ApplicationID>
  <StatusLabel>sample string 2</StatusLabel>
</VirtualCardStatus>