GET api/GetDonorClaims
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
registerViewModelName | Description | Type | Additional information |
---|---|---|---|
user_id | integer |
None. |
|
first_name | string |
Required |
|
last_name | string |
Required |
|
gender | string |
Required |
|
date_of_birth | date |
Required |
|
religion | string |
Required |
|
country | string |
None. |
|
string |
Required |
||
password | string |
None. |
|
status | string |
None. |
|
role_id | integer |
None. |
|
role | string |
None. |
|
RoleName | string |
None. |
|
mobile_no | string |
Required |
|
caste | string |
Required |
|
marital_status | string |
Required |
|
height | string |
None. |
|
education | string |
None. |
|
occupation | string |
None. |
|
profile_createdby | integer |
None. |
|
user_image | string |
None. |
|
profiledata | string |
None. |
|
city | string |
Required |
|
age | integer |
None. |
|
Vender_phone | string |
None. |
|
about_company | string |
None. |
|
Vender_city | string |
None. |
|
Vender_address | string |
None. |
|
profileCount | integer |
None. |
|
aboutPartener | string |
None. |
|
ProfileViewCounter | string |
None. |
|
FavouriteCount | string |
None. |
|
userKaTaruf | string |
None. |
|
userDiWohtiKaTaruf | string |
None. |
|
catename | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "user_id": 1, "first_name": "sample string 2", "last_name": "sample string 3", "gender": "sample string 4", "date_of_birth": "2025-04-11T06:03:53.4673857+00:00", "religion": "sample string 6", "country": "sample string 7", "email": "sample string 8", "password": "sample string 9", "status": "sample string 10", "role_id": 11, "role": "sample string 12", "RoleName": "sample string 13", "mobile_no": "sample string 14", "caste": "sample string 15", "marital_status": "sample string 16", "height": "sample string 17", "education": "sample string 18", "occupation": "sample string 19", "profile_createdby": 20, "user_image": "sample string 21", "profiledata": "sample string 22", "city": "sample string 23", "age": 24, "Vender_phone": "sample string 25", "about_company": "sample string 26", "Vender_city": "sample string 27", "Vender_address": "sample string 28", "profileCount": 29, "aboutPartener": "sample string 30", "ProfileViewCounter": "sample string 31", "FavouriteCount": "sample string 32", "userKaTaruf": "sample string 33", "userDiWohtiKaTaruf": "sample string 34", "catename": "sample string 35" }
application/xml, text/xml
Sample:
<registerViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/asanRishta.Models.ViewModels.Auth"> <FavouriteCount>sample string 32</FavouriteCount> <ProfileViewCounter>sample string 31</ProfileViewCounter> <RoleName>sample string 13</RoleName> <Vender_address>sample string 28</Vender_address> <Vender_city>sample string 27</Vender_city> <Vender_phone>sample string 25</Vender_phone> <aboutPartener>sample string 30</aboutPartener> <about_company>sample string 26</about_company> <age>24</age> <caste>sample string 15</caste> <catename>sample string 35</catename> <city>sample string 23</city> <country>sample string 7</country> <date_of_birth>2025-04-11T06:03:53.4673857+00:00</date_of_birth> <education>sample string 18</education> <email>sample string 8</email> <first_name>sample string 2</first_name> <gender>sample string 4</gender> <height>sample string 17</height> <last_name>sample string 3</last_name> <marital_status>sample string 16</marital_status> <mobile_no>sample string 14</mobile_no> <occupation>sample string 19</occupation> <password>sample string 9</password> <profileCount>29</profileCount> <profile_createdby>20</profile_createdby> <profiledata>sample string 22</profiledata> <religion>sample string 6</religion> <role>sample string 12</role> <role_id>11</role_id> <status>sample string 10</status> <userDiWohtiKaTaruf>sample string 34</userDiWohtiKaTaruf> <userKaTaruf>sample string 33</userKaTaruf> <user_id>1</user_id> <user_image>sample string 21</user_image> </registerViewModel>