GET api/v2/works/GetTemplateSampleBySystemConfig?barCode={barCode}

Request

URI Parameters

NameDescriptionTypeAdditional information
barCode

string

Required

Response

DefaultResult
NameDescriptionTypeAdditional information
Success

boolean

Messages

Collection of string

DialogType

integer

Data

Object

Response Format

application/json, text/json

Sample:
{
  "Success": true,
  "Messages": [
    "sample string 1",
    "sample string 2"
  ],
  "DialogType": 1,
  "Data": {}
}

text/html

Sample:
{"Success":true,"Messages":["sample string 1","sample string 2"],"DialogType":1,"Data":{}}