POST v1/licenca/certificados/listar
Request Information
URI Parameters
None.
Body Parameters
ReqCertificado| Name | Description | Type | Additional information |
|---|---|---|---|
| dtini | string |
None. |
|
| dtfim | string |
None. |
|
| licenca | licencaCert |
None. |
Request Formats
application/json, text/json
Sample:
{
"dtfim": "sample string 2",
"dtini": "sample string 1",
"licenca": {
"idlicenca": 1,
"idprojeto": 1,
"idsh": 1,
"nome": "sample string 1"
}
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |