POST api/Customer
Request Information
URI Parameters
None.
Body Parameters
CUSTOMER| Name | Description | Type | Additional information |
|---|---|---|---|
| Cust_id | integer |
None. |
|
| Acc_type_id | integer |
None. |
|
| Member_type_id | integer |
None. |
|
| Cust_type_id | integer |
None. |
|
| CIF_No | integer |
None. |
|
| Branch_id | integer |
None. |
|
| Prefix | integer |
None. |
|
| First_name | string |
None. |
|
| Middle_name | string |
None. |
|
| Last_name | string |
None. |
|
| Mother_name | string |
None. |
|
| First_name_RL | string |
None. |
|
| Middle_name_RL | string |
None. |
|
| Last_name_RL | string |
None. |
|
| Mother_name_RL | string |
None. |
|
| Gender_id | integer |
None. |
|
| DOB | date |
None. |
|
| Mobile_no | string |
None. |
|
| Email_id | string |
None. |
|
| Adhar_no | string |
None. |
|
| Pan_no | string |
None. |
|
| Religion_id | integer |
None. |
|
| Cast_id | integer |
None. |
|
| Categary_id | integer |
None. |
|
| Occupation_id | integer |
None. |
|
| Qualification | string |
None. |
|
| Phy_Handicap | string |
None. |
|
| PH_Discription | string |
None. |
|
| ID_Mark | string |
None. |
|
| Nationality_id | integer |
None. |
|
| Ref_cust_id | integer |
None. |
|
| Is_dir_relative | character |
None. |
|
| Dir_cust_id | integer |
None. |
|
| Relation_id | integer |
None. |
|
| Is_minor | character |
None. |
|
| Guardian_name | string |
None. |
|
| SMS_Facility | string |
None. |
|
| Photo_path | string |
None. |
|
| Sign_path | string |
None. |
|
| Acc_open_date | date |
None. |
|
| Deadth | string |
None. |
|
| Status | integer |
None. |
|
| Acc_close_date | date |
None. |
|
| Created_by | string |
None. |
|
| Created_date | date |
None. |
|
| Modified_by | string |
None. |
|
| Modified_date | date |
None. |
|
| comm_add | CUST_COMM_ADD_MASTER |
None. |
|
| per_add | CUST_PERM_ADD_MASTER |
None. |
|
| cust_nominee | CUST_NOMINEE |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cust_id": 1,
"Acc_type_id": 2,
"Member_type_id": 3,
"Cust_type_id": 4,
"CIF_No": 5,
"Branch_id": 6,
"Prefix": 7,
"First_name": "sample string 8",
"Middle_name": "sample string 9",
"Last_name": "sample string 10",
"Mother_name": "sample string 11",
"First_name_RL": "sample string 12",
"Middle_name_RL": "sample string 13",
"Last_name_RL": "sample string 14",
"Mother_name_RL": "sample string 15",
"Gender_id": 16,
"DOB": "2026-06-25T21:40:20.5609692+05:30",
"Mobile_no": "sample string 18",
"Email_id": "sample string 19",
"Adhar_no": "sample string 20",
"Pan_no": "sample string 21",
"Religion_id": 22,
"Cast_id": 23,
"Categary_id": 24,
"Occupation_id": 25,
"Qualification": "sample string 26",
"Phy_Handicap": "sample string 27",
"PH_Discription": "sample string 28",
"ID_Mark": "sample string 29",
"Nationality_id": 30,
"Ref_cust_id": 31,
"Is_dir_relative": "A",
"Dir_cust_id": 33,
"Relation_id": 34,
"Is_minor": "A",
"Guardian_name": "sample string 36",
"SMS_Facility": "sample string 37",
"Photo_path": "sample string 38",
"Sign_path": "sample string 39",
"Acc_open_date": "2026-06-25T21:40:20.5629849+05:30",
"Deadth": "sample string 41",
"Status": 42,
"Acc_close_date": "2026-06-25T21:40:20.5629849+05:30",
"Created_by": "sample string 44",
"Created_date": "2026-06-25T21:40:20.5629849+05:30",
"Modified_by": "sample string 46",
"Modified_date": "2026-06-25T21:40:20.5629849+05:30",
"comm_add": {
"Comm_add_id": 1,
"Cust_id": 2,
"Address": "sample string 3",
"City_id": 4,
"Taluka_id": 5,
"Dist_id": 6,
"State_id": 7,
"Pincode": "sample string 8",
"Landmark": "sample string 9"
},
"per_add": {
"Perm_add_id": 1,
"cust_id": 2,
"Address": "sample string 3",
"City_id": 4,
"Taluka_id": 5,
"Dist_id": 6,
"State_id": 7,
"Pincode": "sample string 8"
},
"cust_nominee": {
"Nominee_id": 1,
"Cust_id": 2,
"Nominee_name": "sample string 3",
"Nominee_add": "sample string 4",
"Relation_id": 5
}
}
application/xml, text/xml
Sample:
<CUSTOMER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Finex_api.Models">
<Acc_close_date>2026-06-25T21:40:20.5629849+05:30</Acc_close_date>
<Acc_open_date>2026-06-25T21:40:20.5629849+05:30</Acc_open_date>
<Acc_type_id>2</Acc_type_id>
<Adhar_no>sample string 20</Adhar_no>
<Branch_id>6</Branch_id>
<CIF_No>5</CIF_No>
<Cast_id>23</Cast_id>
<Categary_id>24</Categary_id>
<Created_by>sample string 44</Created_by>
<Created_date>2026-06-25T21:40:20.5629849+05:30</Created_date>
<Cust_id>1</Cust_id>
<Cust_type_id>4</Cust_type_id>
<DOB>2026-06-25T21:40:20.5609692+05:30</DOB>
<Deadth>sample string 41</Deadth>
<Dir_cust_id>33</Dir_cust_id>
<Email_id>sample string 19</Email_id>
<First_name>sample string 8</First_name>
<First_name_RL>sample string 12</First_name_RL>
<Gender_id>16</Gender_id>
<Guardian_name>sample string 36</Guardian_name>
<ID_Mark>sample string 29</ID_Mark>
<Is_dir_relative>65</Is_dir_relative>
<Is_minor>65</Is_minor>
<Last_name>sample string 10</Last_name>
<Last_name_RL>sample string 14</Last_name_RL>
<Member_type_id>3</Member_type_id>
<Middle_name>sample string 9</Middle_name>
<Middle_name_RL>sample string 13</Middle_name_RL>
<Mobile_no>sample string 18</Mobile_no>
<Modified_by>sample string 46</Modified_by>
<Modified_date>2026-06-25T21:40:20.5629849+05:30</Modified_date>
<Mother_name>sample string 11</Mother_name>
<Mother_name_RL>sample string 15</Mother_name_RL>
<Nationality_id>30</Nationality_id>
<Occupation_id>25</Occupation_id>
<PH_Discription>sample string 28</PH_Discription>
<Pan_no>sample string 21</Pan_no>
<Photo_path>sample string 38</Photo_path>
<Phy_Handicap>sample string 27</Phy_Handicap>
<Prefix>7</Prefix>
<Qualification>sample string 26</Qualification>
<Ref_cust_id>31</Ref_cust_id>
<Relation_id>34</Relation_id>
<Religion_id>22</Religion_id>
<SMS_Facility>sample string 37</SMS_Facility>
<Sign_path>sample string 39</Sign_path>
<Status>42</Status>
<comm_add>
<Address>sample string 3</Address>
<City_id>4</City_id>
<Comm_add_id>1</Comm_add_id>
<Cust_id>2</Cust_id>
<Dist_id>6</Dist_id>
<Landmark>sample string 9</Landmark>
<Pincode>sample string 8</Pincode>
<State_id>7</State_id>
<Taluka_id>5</Taluka_id>
</comm_add>
<cust_nominee>
<Cust_id>2</Cust_id>
<Nominee_add>sample string 4</Nominee_add>
<Nominee_id>1</Nominee_id>
<Nominee_name>sample string 3</Nominee_name>
<Relation_id>5</Relation_id>
</cust_nominee>
<per_add>
<Address>sample string 3</Address>
<City_id>4</City_id>
<Dist_id>6</Dist_id>
<Perm_add_id>1</Perm_add_id>
<Pincode>sample string 8</Pincode>
<State_id>7</State_id>
<Taluka_id>5</Taluka_id>
<cust_id>2</cust_id>
</per_add>
</CUSTOMER>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |