Texto - Method
- The method to be called is:
- Parameters
- In the request headers the Authorization header must have the Access Token:
- Authorization: {{accessToken}}
- In the body of the POST a JSON structure like this one has to be passed:
{
"requestOptions": {
"reportName": "Impressão Minimal Simples",
"requestedFields": [
"ftstamp",
"etotal",
"ettiva"
]
},
"document": {
"docType": 1,
"documentNumber": 285
}
}
In case of error:
{
"code": 100,
"message": "Error message"
}
JSON Specification for Fetch Document
Request Options
Name | Type | PHC GO Entity | PHC GO Field | Observations |
reportName | String | – | – | Name of the report type the document should have. If not defined will use one of the reports the user has access to Ex. “Impressão Minimal Simples”. |
viaDoc | Integer | – | – | Options of document’s via to print the document: 0 – All 1 – Original 2 – Second way 3 – Duplicate 4 – Triplicate 5 – Quadruplicated 6 – Quintupled 7 – Following Case this field is not defined it will be used the value 0 as default |
requestedFields | String Array | – | – | The PHC Go document entity fields to be returned on Success |
Document
Name | Type | PHC GO Entity | PHC GO Field | Observations |
docType* | Integer | Td | ndoc | Type of document to create |
documentNumber* | String | Ft | fno | |
documentYear | Integer | Ft | ftano | Specifies the year of document year |
* – Required