getNextRequestContext
To access the LATAM E-Document Certification SuiteApp documentation in Brazilian Portuguese (Português do Brasil), see LATAM E-Document Certification.
The getNextRequestContext object contains the following properties:
|
Property |
Type |
Description |
|---|---|---|
|
subsidiary |
String, Number |
The ID of the subsidiary sending the e-document for certification. |
|
taxAuthority |
String, Number |
The ID of the tax authority certification service to which the e-document is being sent. |
|
category |
String, Number |
The ID of the e-document category of the e-document. |
|
operationId |
String, Number |
The ID of the certification service operation used to send the e-document for certification. |
|
operationType |
String, Number |
The internal ID of the operation type associated with the certification service operation. |
|
operationTypeExternalId |
String, Number |
The external ID of the operation type associated with the certification service operation. |
|
recordId |
String, Number |
The ID of the record from which the e-document was generated. |
|
recordType |
String |
The ID of the record type of the record from which the e-document was generated. |
|
contents |
String |
The e-document content in XML, as a string. |
|
requestParameters |
Any |
The relevant information for processing the e-document certification request and exchanging information between the sending script and the plug-in implementation. This open text field is later converted to an object. |
|
responseResult |
An object containing the result of the e-document certification request, as well as associated information. |