POST api/GoRentacar/ObterLinkContrato
Request Information
URI Parameters
None.
Body Parameters
GoRentBodyVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IDContaAcesso | integer |
None. |
|
| CPF_CNPJ | string |
None. |
|
| placa | string |
None. |
|
| telefone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDContaAcesso": 1,
"CPF_CNPJ": "sample string 2",
"placa": "sample string 3",
"telefone": "sample string 4"
}
Response Information
Resource Description
None.