POST Api/MobileProfiles

Request Information

URI Parameters

None.

Body Parameters

SearchCriteria
NameDescriptionTypeAdditional information
current_userid

integer

None.

id_usr

integer

None.

usr_cod

string

None.

loo_for

boolean

None.

age_fro

integer

None.

age_to

integer

None.

rel_typ

integer

None.

kuj_dos

boolean

None.

cas_sch

integer

None.

sub_sec

string

None.

mot_ton

string

None.

loc

string

None.

loc_reg

string

None.

hei_fro

integer

None.

hei_to

integer

None.

com

string

None.

mar_sta

string

None.

qua

string

None.

pro

string

None.

emp_in

string

None.

cit_shi

integer

None.

eat_hab

integer

None.

phy_sta

integer

None.

save_criteria

boolean

None.

pageindex

integer

None.

pagesize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "current_userid": 1,
  "id_usr": 1,
  "usr_cod": "sample string 2",
  "loo_for": true,
  "age_fro": 1,
  "age_to": 1,
  "rel_typ": 1,
  "kuj_dos": true,
  "cas_sch": 1,
  "sub_sec": "sample string 3",
  "mot_ton": "sample string 4",
  "loc": "sample string 5",
  "loc_reg": "sample string 6",
  "hei_fro": 1,
  "hei_to": 1,
  "com": "sample string 7",
  "mar_sta": "sample string 8",
  "qua": "sample string 9",
  "pro": "sample string 10",
  "emp_in": "sample string 11",
  "cit_shi": 1,
  "eat_hab": 1,
  "phy_sta": 1,
  "save_criteria": true,
  "pageindex": 1,
  "pagesize": 1
}

application/xml, text/xml

Sample:
<SearchCriteria xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <current_userid>1</current_userid>
  <id_usr>1</id_usr>
  <usr_cod>sample string 2</usr_cod>
  <loo_for>true</loo_for>
  <age_fro>1</age_fro>
  <age_to>1</age_to>
  <rel_typ>1</rel_typ>
  <kuj_dos>true</kuj_dos>
  <cas_sch>1</cas_sch>
  <sub_sec>sample string 3</sub_sec>
  <mot_ton>sample string 4</mot_ton>
  <loc>sample string 5</loc>
  <loc_reg>sample string 6</loc_reg>
  <hei_fro>1</hei_fro>
  <hei_to>1</hei_to>
  <com>sample string 7</com>
  <mar_sta>sample string 8</mar_sta>
  <qua>sample string 9</qua>
  <pro>sample string 10</pro>
  <emp_in>sample string 11</emp_in>
  <cit_shi>1</cit_shi>
  <eat_hab>1</eat_hab>
  <phy_sta>1</phy_sta>
  <save_criteria>true</save_criteria>
  <pageindex>1</pageindex>
  <pagesize>1</pagesize>
</SearchCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.