POST api/Label/Shape
Request Information
URI Parameters
None.
Body Parameters
DTO_Label_Shape| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Template_ID | string |
None. |
|
| Shape_Type_ID | string |
None. |
|
| Pos_X | decimal number |
None. |
|
| Pos_Y | decimal number |
None. |
|
| Para0 | decimal number |
None. |
|
| Para1 | decimal number |
None. |
|
| Para2 | string |
None. |
|
| Para3 | string |
None. |
|
| Para4 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"Template_ID": "sample string 2",
"Shape_Type_ID": "sample string 3",
"Pos_X": 4.0,
"Pos_Y": 5.0,
"Para0": 6.0,
"Para1": 7.0,
"Para2": "sample string 8",
"Para3": "sample string 9",
"Para4": "sample string 10"
}
application/xml, text/xml
Sample:
<DTO_Label_Shape xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <ID>sample string 1</ID> <Para0>6</Para0> <Para1>7</Para1> <Para2>sample string 8</Para2> <Para3>sample string 9</Para3> <Para4>sample string 10</Para4> <Pos_X>4</Pos_X> <Pos_Y>5</Pos_Y> <Shape_Type_ID>sample string 3</Shape_Type_ID> <Template_ID>sample string 2</Template_ID> </DTO_Label_Shape>
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.