GET api/camposObrig
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
camposResp| Name | Description | Type | Additional information |
|---|---|---|---|
| celular | integer |
None. |
|
| data_nascimento | integer |
None. |
|
| foto_frente | integer |
None. |
|
| foto_documento | integer |
None. |
|
| cpf | integer |
None. |
|
| torre | integer |
None. |
|
| apartamento | integer |
None. |
|
| nome_completo | integer |
None. |
|
| celular_confirmar | integer |
None. |
|
| email_confirmar | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"celular": 1,
"data_nascimento": 2,
"foto_frente": 3,
"foto_documento": 4,
"cpf": 5,
"torre": 6,
"apartamento": 7,
"nome_completo": 8,
"celular_confirmar": 9,
"email_confirmar": 10
}
application/xml, text/xml
Sample:
<camposResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopperREST.Models"> <apartamento>7</apartamento> <celular>1</celular> <celular_confirmar>9</celular_confirmar> <cpf>5</cpf> <data_nascimento>2</data_nascimento> <email_confirmar>10</email_confirmar> <foto_documento>4</foto_documento> <foto_frente>3</foto_frente> <nome_completo>8</nome_completo> <torre>6</torre> </camposResp>