Prepare a parsingData array by expanding the primary key id to multiple records with specific amounts to make printing by the printer driver more easy later on the printing procedures
| Method | /PrepareParsingData | 
The request body is of type PrepareParsingData.
| Name | Description | Data Type | 
|---|---|---|
| parsingData | ArrayOfParsingInfo | |
| horizontalLabels | xml:int | |
| ignoreAmount | xml:boolean | 

|  | 
 | 
The response body is of type PrepareParsingDataResponse.
| Name | Description | Data Type | 
|---|---|---|
| PrepareParsingDataResult | ArrayOfParsingInfo | 

|  | 
 |