POST SubUser/InsertFreeSubUser
Request Information
URI Parameters
None.
Body Parameters
UsersProfiles| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| SequenceNo | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Gender | string |
None. |
|
| BirthDate | date |
None. |
|
| CountryCode | string |
None. |
|
| StateCode | string |
None. |
|
| City | string |
None. |
|
| LongitudeDegree | integer |
None. |
|
| LongitudeMinutes | integer |
None. |
|
| LongitudeSecond | integer |
None. |
|
| LatitudeDegree | integer |
None. |
|
| LatitudeMinutes | integer |
None. |
|
| LatitudeSecond | integer |
None. |
|
| TimeZone | string |
None. |
|
| Lagna | integer |
None. |
|
| MoonSign | integer |
None. |
|
| Nakshatra | integer |
None. |
|
| SunSign | integer |
None. |
|
| GeonameId | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsDefaultUser | boolean |
None. |
|
| CreateDate | date |
None. |
|
| LastUpdate | date |
None. |
|
| EmailId | integer |
None. |
|
| RelationShip | string |
None. |
|
| MaritalStatus | string |
None. |
|
| UserPreferredBithStar | integer |
None. |
|
| Gotram | string |
None. |
|
| CurrentCity | string |
None. |
|
| CurrentState | string |
None. |
|
| CurrentGeonameId | string |
None. |
|
| CurrentCountryCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"SequenceNo": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Gender": "sample string 5",
"BirthDate": "2026-06-01T23:37:03.183248+05:30",
"CountryCode": "sample string 7",
"StateCode": "sample string 8",
"City": "sample string 9",
"LongitudeDegree": 1,
"LongitudeMinutes": 1,
"LongitudeSecond": 1,
"LatitudeDegree": 1,
"LatitudeMinutes": 1,
"LatitudeSecond": 1,
"TimeZone": "sample string 10",
"Lagna": 1,
"MoonSign": 1,
"Nakshatra": 1,
"SunSign": 1,
"GeonameId": "sample string 11",
"IsDeleted": true,
"IsDefaultUser": true,
"CreateDate": "2026-06-01T23:37:03.183248+05:30",
"LastUpdate": "2026-06-01T23:37:03.183248+05:30",
"EmailId": 1,
"RelationShip": "sample string 16",
"MaritalStatus": "sample string 17",
"UserPreferredBithStar": 1,
"Gotram": "sample string 18",
"CurrentCity": "sample string 19",
"CurrentState": "sample string 20",
"CurrentGeonameId": "sample string 21",
"CurrentCountryCode": "sample string 22"
}
application/xml, text/xml
Sample:
<UsersProfiles xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <BirthDate>2026-06-01T23:37:03.183248+05:30</BirthDate> <City>sample string 9</City> <CountryCode>sample string 7</CountryCode> <CreateDate>2026-06-01T23:37:03.183248+05:30</CreateDate> <CurrentCity>sample string 19</CurrentCity> <CurrentCountryCode>sample string 22</CurrentCountryCode> <CurrentGeonameId>sample string 21</CurrentGeonameId> <CurrentState>sample string 20</CurrentState> <CustomerId>1</CustomerId> <EmailId>1</EmailId> <FirstName>sample string 3</FirstName> <Gender>sample string 5</Gender> <GeonameId>sample string 11</GeonameId> <Gotram>sample string 18</Gotram> <IsDefaultUser>true</IsDefaultUser> <IsDeleted>true</IsDeleted> <Lagna>1</Lagna> <LastName>sample string 4</LastName> <LastUpdate>2026-06-01T23:37:03.183248+05:30</LastUpdate> <LatitudeDegree>1</LatitudeDegree> <LatitudeMinutes>1</LatitudeMinutes> <LatitudeSecond>1</LatitudeSecond> <LongitudeDegree>1</LongitudeDegree> <LongitudeMinutes>1</LongitudeMinutes> <LongitudeSecond>1</LongitudeSecond> <MaritalStatus>sample string 17</MaritalStatus> <MoonSign>1</MoonSign> <Nakshatra>1</Nakshatra> <RelationShip>sample string 16</RelationShip> <SequenceNo>2</SequenceNo> <StateCode>sample string 8</StateCode> <SunSign>1</SunSign> <TimeZone>sample string 10</TimeZone> <UserPreferredBithStar>1</UserPreferredBithStar> </UsersProfiles>
application/x-www-form-urlencoded
Sample:
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. |