Páginas filhas
  • NGF - Customer Panel - Endpoint Bills/Email

01. OVERVIEW

Sets the EA_APIMAIL field so that the Job sends the e-mail.

02. ENDPOINT

Method used: POST
Balances: /api/pc/v1/Bills/Email

03. REQUEST PARAMETERS

Body parameters:

Attribute

Type

Description

Default

e1_filorig

Character

branch code

-

ea_prefixo

Character

prefix

-

ea_num

Character

customer number

-

ea_parcela

Character

installment

-

ea_tipo

Character

type


Example:

body

{    

"e1_filorig": "D MG 01 ",  

  "ea_prefixo": "003",  

  "ea_num": "500000006", 

  "ea_parcela": "A",  

  "ea_tipo": "NF "

}

04. API RESPONSE

Json Object

Attribute

Type

Description

message

Numeric

Success or error return message

Example:

response

{message: "Financial Bill not found for the data received."}
  • Sem rótulos