Páginas filhas
  • NGF - FINA710 - EndPoint Params

01. OVERVIEW

Return the data of a parameter entered via GET.
Edit the data of a parameter entered via POST

02. ENDPOINT

Method used: GET and POST
Get and Edit a parameter: /api/gfin/v1/Params/<parameter name>

03. REQUEST PARAMETERS

Parameter name: Parameter name, allows only the values: MV_NGFCART.GET and POST method

/api/gfin/v1/Params/MV_NGFCART

04. REQUEST BODY

Json Object

Attribute

Type

Description

value

*

Parameter Value

Body

{

    "value": "BANK SLIP"

}

05. API RESPONSE

Json Object

Attribute

Type

Description

value

*

Parameter Value

param

Character

Parameter name


Example:

response

{

    "value": "BANK SLIP"

    "param": "MV_NGFCART"

}
  • Sem rótulos