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": "586a7bd4-e4b5-4102-8c90-5a43ff0cfef7",
"Escrevente": null,
"ID": "66d767c8-becd-4dde-81bd-dee83e2379df",
"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.