POST api/Sequence/{sequenceName}/NextRange?Gtin={Gtin}&Reference={Reference}&Quantity={Quantity}&UrlHostName={UrlHostName}&Profile={Profile}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sequenceName | string |
Required |
|
| Gtin | string |
None. |
|
| Reference | string |
None. |
|
| Quantity | integer |
None. |
|
| UrlHostName | integer |
None. |
|
| Profile | string |
None. |
Body Parameters
NextRangeParametersDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Gtin | string |
None. |
|
| Reference | string |
None. |
|
| Quantity | integer |
None. |
|
| UrlHostName | integer |
None. |
|
| Profile | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Gtin": "sample string 1",
"Reference": "sample string 2",
"Quantity": 3,
"UrlHostName": 4,
"Profile": "sample string 5"
}
application/xml, text/xml
Sample:
<NextRangeParametersDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SerialGenerator.Models"> <Gtin>sample string 1</Gtin> <Profile>sample string 5</Profile> <Quantity>3</Quantity> <Reference>sample string 2</Reference> <UrlHostName>4</UrlHostName> </NextRangeParametersDto>
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.