Manuais
PHC GO Funções SDK - Records
 

Records

This class contains functions that allow to approve/disapprove documents from the following entities: Invoicing, Purchases, Advances to Suppliers, Payments, Dossiers, and Account-to-Account Transfers.
 
 

Approve

 

Description

Function that approves documents from the entities: Invoicing, Purchases, Advances to Suppliers, Payments, Dossiers, and Account-to-Account Transfers.
 

Return Function

PhcResult.
 

Parameters

 
value Description Type
recordStamp The record stamp String
 

Example



        dim result as PHCResult = SDK.Records.Approve(Of ftvo)("z202501061004478100086270") 

        

 

Disapprove

 

Description

Function that disapproves documents from the entities: Invoicing, Purchases, Advances to Suppliers, Payments, Dossiers, and Account-to-Account Transfers.
 

Return Function

PhcResult.
 

Parameters

 
value Description Type
recordStamp The record stamp String
 

Example


    
        dim result as PHCResult = SDK.Records.Disapprove(Of ftvo)("z202501061004478100086270")