POST api/Account/CustomRegisterExternalAndCreateSite
Request Information
URI Parameters
None.
Body Parameters
CustomRegisterExternalAndCreateSiteBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| Url | string |
Required String length: inclusive between 0 and 256 |
|
| Titulo | string |
Required String length: inclusive between 0 and 64 |
|
| EndCep | string |
Required String length: inclusive between 8 and 8 |
|
| EndLogradouro | string |
Required String length: inclusive between 0 and 64 |
|
| EndNumero | string |
Required String length: inclusive between 0 and 16 |
|
| EndComplemento | string |
String length: inclusive between 0 and 64 |
|
| EndBairro | string |
Required String length: inclusive between 0 and 64 |
|
| EndLocalidade | string |
Required String length: inclusive between 0 and 64 |
|
| EndUf | string |
Required String length: inclusive between 2 and 2 |
|
| FonDdd1 | string |
Required String length: inclusive between 0 and 4 |
|
| FonNum1 | string |
Required String length: inclusive between 0 and 16 |
|
| CpfCnpj | string |
Required String length: inclusive between 11 and 16 |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Url": "sample string 2",
"Titulo": "sample string 3",
"EndCep": "sample string 4",
"EndLogradouro": "sample string 5",
"EndNumero": "sample string 6",
"EndComplemento": "sample string 7",
"EndBairro": "sample string 8",
"EndLocalidade": "sample string 9",
"EndUf": "sample string 10",
"FonDdd1": "sample string 11",
"FonNum1": "sample string 12",
"CpfCnpj": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.