GET api/Escrevente/ObterEscreventeDoLivroPorLivroEFolha?livro={livro}&folha={folha}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| livro | integer |
Required |
|
| folha | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EscreventeDoLivroViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Livro | integer |
None. |
|
| FolhaInicial | integer |
None. |
|
| FolhaFinal | integer |
None. |
|
| EscreventeID | globally unique identifier |
None. |
|
| Escrevente | Escrevente |
None. |
|
| ID | globally unique identifier |
None. |
|
| ValidationResult | ValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Livro": 1,
"FolhaInicial": 2,
"FolhaFinal": 3,
"EscreventeID": "121b94ee-ebef-4d23-9362-8588fc88d62d",
"Escrevente": null,
"ID": "af54c21b-19a4-435d-b1f7-7e763728af49",
"ValidationResult": {
"IsOK": true,
"Erros": [
"sample string 1",
"sample string 2"
],
"MessageSuccess": "sample string 2"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.