PUT api/KYC/putIndividualMaster?HolderType={HolderType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
HolderType

string

Required

Body Parameters

CM_E1ClientIndividualMaster_NONKYC
NameDescriptionTypeAdditional information
InwardNo

string

None.

DateOfBirth

date

None.

MaritalStatus

string

None.

NameOfSpouseOrFather

string

None.

ResidentStatus

string

None.

Nationality

string

None.

Education

string

None.

EducationDetails

string

None.

Occupation

string

None.

CentralGovt

integer

None.

StateGovt

integer

None.

DubReputation

integer

None.

PublicSector

integer

None.

PvtSector

integer

None.

Polit_Expose

integer

None.

NGO

integer

None.

StatutoryBody

integer

None.

Relative

integer

None.

NatureofBusiness

string

None.

NatureofComp

string

None.

Address1

string

None.

Address2

string

None.

Address3

string

None.

StateId

integer

None.

CityId

integer

None.

pin

integer

None.

countryId

integer

None.

UserId

string

None.

UpdateDateTime

date

None.

Id

integer

None.

EntryFlag

character

None.

HolderType

string

None.

AnnualIncome

string

None.

NetWorth

string

None.

HolderTypeID

integer

None.

PlaceofBirth

string

None.

Request Formats

application/json, text/json

Sample:
{
  "inwardNo": "sample string 1",
  "dateOfBirth": "2025-07-01T11:17:30.6470744+05:30",
  "maritalStatus": "sample string 3",
  "nameOfSpouseOrFather": "sample string 4",
  "residentStatus": "sample string 5",
  "nationality": "sample string 6",
  "education": "sample string 7",
  "educationDetails": "sample string 8",
  "occupation": "sample string 9",
  "centralGovt": 1,
  "stateGovt": 1,
  "dubReputation": 1,
  "publicSector": 1,
  "pvtSector": 1,
  "polit_Expose": 1,
  "ngo": 1,
  "statutoryBody": 1,
  "relative": 1,
  "natureofBusiness": "sample string 10",
  "natureofComp": "sample string 11",
  "address1": "sample string 12",
  "address2": "sample string 13",
  "address3": "sample string 14",
  "stateId": 1,
  "cityId": 1,
  "pin": 1,
  "countryId": 1,
  "userId": "sample string 15",
  "updateDateTime": "2025-07-01T11:17:30.6470744+05:30",
  "id": 16,
  "entryFlag": "A",
  "holderType": "sample string 18",
  "annualIncome": "sample string 19",
  "netWorth": "sample string 20",
  "holderTypeID": 1,
  "placeofBirth": "sample string 21"
}

application/xml, text/xml

Sample:
<CM_E1ClientIndividualMaster_NONKYC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountOpening.Data">
  <Address1>sample string 12</Address1>
  <Address2>sample string 13</Address2>
  <Address3>sample string 14</Address3>
  <AnnualIncome>sample string 19</AnnualIncome>
  <CentralGovt>1</CentralGovt>
  <CityId>1</CityId>
  <DateOfBirth>2025-07-01T11:17:30.6470744+05:30</DateOfBirth>
  <DubReputation>1</DubReputation>
  <Education>sample string 7</Education>
  <EducationDetails>sample string 8</EducationDetails>
  <EntryFlag>65</EntryFlag>
  <HolderType>sample string 18</HolderType>
  <HolderTypeID>1</HolderTypeID>
  <Id>16</Id>
  <InwardNo>sample string 1</InwardNo>
  <MaritalStatus>sample string 3</MaritalStatus>
  <NGO>1</NGO>
  <NameOfSpouseOrFather>sample string 4</NameOfSpouseOrFather>
  <Nationality>sample string 6</Nationality>
  <NatureofBusiness>sample string 10</NatureofBusiness>
  <NatureofComp>sample string 11</NatureofComp>
  <NetWorth>sample string 20</NetWorth>
  <Occupation>sample string 9</Occupation>
  <PlaceofBirth>sample string 21</PlaceofBirth>
  <Polit_Expose>1</Polit_Expose>
  <PublicSector>1</PublicSector>
  <PvtSector>1</PvtSector>
  <Relative>1</Relative>
  <ResidentStatus>sample string 5</ResidentStatus>
  <StateGovt>1</StateGovt>
  <StateId>1</StateId>
  <StatutoryBody>1</StatutoryBody>
  <UpdateDateTime>2025-07-01T11:17:30.6470744+05:30</UpdateDateTime>
  <UserId>sample string 15</UserId>
  <countryId>1</countryId>
  <pin>1</pin>
</CM_E1ClientIndividualMaster_NONKYC>

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 'CM_E1ClientIndividualMaster_NONKYC'.

Response Information

Resource Description

None.