Páginas filhas
  • NGF - Customer Panel - Endpoint InvoiceProducts

Versões comparadas

Chave

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

...

body = {    

branchId: "D MG 01 ",  

invoiceNumber: "000000001",   

serie: "004",    

customerId: "CLI003",   

storeId: "01"

}

04. API RESPONSE

Json Object

Attribute

Type

Description

items

Array

list of invoices

hasNext

Logical

true if there is a next page

...

Attribute

Description

productAmount

quantity of the product

productTotal

Total value

productItem

Invoice Item

productDescription

Product Description

productUnit

Unit Value

Example: response

{   
 items
   items: [       
  {            
productAmount: 10,            

productTotal: 10,            

productItem: "01",            

productDescription: "RAW MATERIAL",            

productUnit: 1        
}    
],    
hasNext: false
}