POST api/CustomerSignature/{cultureName}/{category}/{collection}?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| cultureName | string |
None. |
|
| category | string |
None. |
|
| collection | string |
None. |
Body Parameters
Collection of Offset| Name | Description | Type | Additional information |
|---|---|---|---|
| dx | decimal number |
None. |
|
| dy | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"dx": 1.1,
"dy": 2.1
},
{
"dx": 1.1,
"dy": 2.1
}
]
text/xml
Sample:
<ArrayOfOffset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
<Offset>
<dx>1.1</dx>
<dy>2.1</dy>
</Offset>
<Offset>
<dx>1.1</dx>
<dy>2.1</dy>
</Offset>
</ArrayOfOffset>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.