GET LOC_CARTA/BuscaCarta?IDCARTA={IDCARTA}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCARTA | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LOC_CARTA| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCLIENTE | integer |
None. |
|
| IDCARTA | string |
None. |
|
| NOME_MODELO | string |
None. |
|
| TITULO | string |
None. |
|
| TEXTO | string |
None. |
|
| IDSEQANEXO | string |
None. |
|
| DETALHAR | integer |
None. |
|
| TIPO_CARTA | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IDCLIENTE": 1,
"IDCARTA": "sample string 2",
"NOME_MODELO": "sample string 3",
"TITULO": "sample string 4",
"TEXTO": "sample string 5",
"IDSEQANEXO": "sample string 6",
"DETALHAR": 7,
"TIPO_CARTA": "sample string 8"
}