GetEmbroideryInfo

Returns information about an embroidery file.

Json request:


{
  "RequestType": "GetEmbroideryInfo",
  "EmbroideryType": "TC",
  "EmbroideryBase64": "base64 encoded embroidery data"
}

  

Json response:


{ 
  "widthMm": 208.0,   
  "heightMm": 254.5, 
  "maxX": 1040.0, 
  "maxY": 1273.0,
  "minX": -1040.0, 
  "minY": -1272.0,
  "maximum": 0.0, 
  "minimum": 0.0,
  "numberOfStitches": 103724, 
  "designName": null, 
  "customerNumber": null, 
  "customerName": null, 
  "orderNumber": null, 
  "designNumber": 0 
}