POST api/trCartaServico
Request Information
URI Parameters
None.
Body Parameters
VtrCartaServicoName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
idSecretaria | integer |
Required Range: inclusive between 1 and 2147483647 |
|
descricao | string |
Required String length: inclusive between 0 and 0 |
|
nome | string |
Required String length: inclusive between 0 and 1000 |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "idSecretaria": 1, "descricao": "sample string 1", "nome": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.