POST api/Contatos
Request Information
URI Parameters
None.
Body Parameters
Plusnet.WebStore.Model.Site.ContatoIN| Name | Description | Type | Additional information |
|---|---|---|---|
| Nome | string |
Required String length: inclusive between 0 and 64 (Nome) |
|
| string |
Required String length: inclusive between 0 and 256 (Email) |
Request Formats
application/json, text/json
Sample:
{
"Nome": "sample string 1",
"Email": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.