Páginas filhas
  • NGF - Api - Profile - Post

01. OVERVIEW

Save the program configuration in the user profile specified.

02. ENDPOINT

Method used: POST
Databases: /api/gfin/v1/Profile

03. REQUEST PARAMETERS

Body parameters:

Attribute

Type

Description

Default

user

character

Corresponds to the user ID


program

character

The program that is being used


task

character

The task that is being performed


type

character

The task type


config

character

The configuration to be saved


Example:

body

body =
{
    "user": "000000",
    "program": "AUDITRAIL",
    "task": "AUDITRAIL",
    "type": "DATABASE",
    "config": "{'initials':true,'finals':true,'overdueReceivables':false,'overduePayables':false}"
}


04. 
API RESPONSE

Json Object

Example:

response

{
    "profile": "Profile updated successfully!"
}

  • Sem rótulos