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

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

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

atualizado com sucesso

updated successfully!"
}