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": "b22920ac-456f-4567-a223-b9ae1cd67f15",
"Escrevente": null,
"ID": "53080a7b-0aba-4e89-a58e-5fbcd14810dc",
"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.