POST loc_cotacao/Atualizar

Request Information

URI Parameters

None.

Body Parameters

LOC_COTACAOContract
NameDescriptionTypeAdditional information
IDCLIENTE

integer

None.

IDLOC_INDICE

integer

None.

NOMEINDICE

string

None.

IDLOC_COTACAO

integer

None.

IDUSUARIO

integer

None.

VALOR

string

None.

DT_COTACAO

integer

None.

DTULTALTER

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IDCLIENTE": 1,
  "IDLOC_INDICE": 2,
  "NOMEINDICE": "sample string 3",
  "IDLOC_COTACAO": 4,
  "IDUSUARIO": 5,
  "VALOR": "sample string 6",
  "DT_COTACAO": 7,
  "DTULTALTER": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonRetorno
NameDescriptionTypeAdditional information
sucesso

boolean

None.

CodErro

string

None.

auxRetorno

string

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "sucesso": true,
  "CodErro": "sample string 2",
  "auxRetorno": "sample string 3",
  "msg": "sample string 4"
}