GET api/Sites
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Plusnet.WebStore.BO.Site| Name | Description | Type | Additional information |
|---|---|---|---|
| Titulo | string |
Required String length: inclusive between 0 and 64 (Título) |
|
| Descricao | string |
String length: inclusive between 0 and 256 (Descrição) |
|
| Modalidade | string |
Required (Vide SitesModalidades) String length: inclusive between 0 and 64 (Modalidade) |
|
| string |
Required String length: inclusive between 0 and 256 (Email) |
||
| EndCep | string |
Required String length: inclusive between 8 and 8 (Endereço: CEP) |
|
| EndLogradouro | string |
Required String length: inclusive between 0 and 64 (Endereço: Logradouro) |
|
| EndNumero | string |
Required String length: inclusive between 0 and 16 (Endereço: Número) |
|
| EndComplemento | string |
String length: inclusive between 0 and 64 (Endereço: Complemento) |
|
| EndBairro | string |
Required String length: inclusive between 0 and 64 (Endereço: Bairro) |
|
| EndLocalidade | string |
Required String length: inclusive between 0 and 64 (Endereço: Localidade) |
|
| EndUf | string |
Required String length: inclusive between 2 and 2 (Endereço: UF) |
|
| FonDdd1 | string |
Required String length: inclusive between 0 and 4 (Fone: DDD 1) |
|
| FonNum1 | string |
Required String length: inclusive between 0 and 16 (Fone: Número 1) |
|
| FonDdd2 | string |
String length: inclusive between 0 and 4 (Fone: DDD 2) |
|
| FonNum2 | string |
String length: inclusive between 0 and 16 (Fone: Número 2) |
|
| FonDdd3 | string |
String length: inclusive between 0 and 4 (Fone: DDD 3) |
|
| FonNum3 | string |
String length: inclusive between 0 and 16 (Fone: Número 3) |
|
| CpfCnpj | string |
Required String length: inclusive between 11 and 16 (CPF/CNPJ) |
|
| InsEstadual | string |
String length: inclusive between 0 and 16 (Inscrição Estadual) |
|
| LayDesFraFrontEnd | string |
(Apenas as URLs separadas por ponto e vírgula (;).) Data type: MultilineText (Framework Front-End) |
|
| GooAnaId | string |
String length: inclusive between 0 and 16 (Google Analytics: ID) |
Response Formats
application/json, text/json
{
"Titulo": "sample string 1",
"Descricao": "sample string 2",
"Modalidade": "sample string 3",
"Email": "sample string 4",
"EndCep": "sample string 5",
"EndLogradouro": "sample string 6",
"EndNumero": "sample string 7",
"EndComplemento": "sample string 8",
"EndBairro": "sample string 9",
"EndLocalidade": "sample string 10",
"EndUf": "sample string 11",
"FonDdd1": "sample string 12",
"FonNum1": "sample string 13",
"FonDdd2": "sample string 14",
"FonNum2": "sample string 15",
"FonDdd3": "sample string 16",
"FonNum3": "sample string 17",
"CpfCnpj": "sample string 18",
"InsEstadual": "sample string 19",
"LayDesFraFrontEnd": "sample string 20",
"GooAnaId": "sample string 21"
}