POST api/fileGenerator/GenerateBarCode

Request Information

URI Parameters

None.

Body Parameters

BarCodeDTO
NameDescriptionTypeAdditional information
CodeType

integer

None.

Value

string

None.

Width

integer

None.

Height

integer

None.

SavePath

string

None.

Config

ConfigS3DTO

None.

Request Formats

application/json, text/json

Sample:
{
  "CodeType": 1,
  "Value": "sample string 2",
  "Width": 3,
  "Height": 4,
  "SavePath": "sample string 5",
  "Config": {
    "PrefixEnvironment": "sample string 1",
    "BucketName": "sample string 2",
    "AwsAccessKey": "sample string 3",
    "AwsSecretKey": "sample string 4",
    "RegionEndpoint": null,
    "ContentType": "sample string 5"
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfResponseDTOOfString
NameDescriptionTypeAdditional information
Content

ResponseDTOOfString

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.