POST Radan/CalculateFile?reference={reference}&getBitmap={getBitmap}&getStlFile={getStlFile}&getDxfFile={getDxfFile}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reference | string |
Required |
|
| getBitmap | boolean |
Default value is True |
|
| getStlFile | boolean |
Default value is False |
|
| getDxfFile | boolean |
Default value is False |
Body Parameters
FileInformation| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerName | string |
None. |
|
| OrderNo | string |
None. |
|
| FileName | string |
None. |
|
| Material | string |
None. |
|
| Thickness | decimal number |
None. |
|
| Quantity | integer |
None. |
|
| Description | string |
None. |
|
| CreateSVG | boolean |
None. |
|
| Strategy | string |
None. |
|
| NestOrientation | integer |
None. |
|
| DrawingLegacy | Collection of byte |
None. |
|
| FileLocationLegacy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerName": "sample string 1",
"orderNo": "sample string 2",
"fileName": "sample string 3",
"material": "sample string 4",
"thickness": 1.1,
"quantity": 1,
"description": "sample string 5",
"createSVG": true,
"strategy": "sample string 7",
"nestOrientation": 8,
"drawingLegacy": "QEA=",
"fileLocationLegacy": "sample string 9"
}
application/xml, text/xml
Sample:
<FileInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebQuoteCADCAMservice"> <CreateSVG>true</CreateSVG> <CustomerName>sample string 1</CustomerName> <Description>sample string 5</Description> <DrawingLegacy>QEA=</DrawingLegacy> <FileLocationLegacy>sample string 9</FileLocationLegacy> <FileName>sample string 3</FileName> <Material>sample string 4</Material> <NestOrientation>8</NestOrientation> <OrderNo>sample string 2</OrderNo> <Quantity>1</Quantity> <Strategy>sample string 7</Strategy> <Thickness>1.1</Thickness> </FileInformation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.