POST api/NumberingSeries/UpdateNumberingSeries
Request Information
URI Parameters
None.
Body Parameters
NumberingSeriesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentID | integer |
None. |
|
| Prefix | string |
None. |
|
| SeedValue | string |
None. |
|
| IncrementValue | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocumentID": 1,
"Prefix": "sample string 1",
"SeedValue": "sample string 2",
"IncrementValue": 1
}
application/xml, text/xml
Sample:
<NumberingSeriesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <DocumentID>1</DocumentID> <IncrementValue>1</IncrementValue> <Prefix>sample string 1</Prefix> <SeedValue>sample string 2</SeedValue> </NumberingSeriesModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |