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": "10bea536-5c35-4dbd-b302-4e495208a258",
"Escrevente": null,
"ID": "f2b93a3b-436f-43f5-8f09-9bfb6e7e8aee",
"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.