POST api/generation/UniqueNumber
Request Information
URI Parameters
None.
Body Parameters
GenerateUniqueNumberRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| InitValue | integer |
None. |
|
| InitValueLimitLength | integer |
None. |
|
| IncrementNumber | integer |
None. |
|
| Prefix | string |
None. |
|
| Suffix | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"InitValue": 2,
"InitValueLimitLength": 3,
"IncrementNumber": 4,
"Prefix": "sample string 5",
"Suffix": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.