GET api/NumeratorService/NextSequenceNumber/{id}
Gets the next sequence number for the specified sequence id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the sequence. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a sequence number as an int.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>