POST api/Barcodes/Set/Create
Request Information
URI Parameters
None.
Body Parameters
PostQrcodeSetName | Description | Type | Additional information |
---|---|---|---|
Parent | string |
None. |
|
DataList | Collection of string |
None. |
|
TemplateType | TemplateType |
None. |
Request Formats
application/json, text/json
Sample:
{ "Parent": "sample string 1", "DataList": [ "sample string 1", "sample string 2" ], "TemplateType": 0 }
application/xml, text/xml
Sample:
<PostQrcodeSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Parent>sample string 1</Parent> <DataList> <string>sample string 1</string> <string>sample string 2</string> </DataList> <TemplateType>None</TemplateType> </PostQrcodeSet>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.