GET v6/api_1897/GetDocumentNumber?EvrakTipi={EvrakTipi}&Seri={Seri}
Gönderilen evrak tipi ve seriye göre veritabanındaki sıradaki evrak numarasını getirir.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EvrakTipi | MikroDocumentType |
None. |
|
| Seri | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | integer |
None. |
|
| IsSuccessfull | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| StatusCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": 1,
"IsSuccessfull": true,
"ErrorMessage": "sample string 3",
"StatusCode": 4
}
application/xml, text/xml
Sample:
<ResultModelOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.CommonModels"> <ErrorMessage>sample string 3</ErrorMessage> <IsSuccessfull>true</IsSuccessfull> <StatusCode>4</StatusCode> <Value>1</Value> </ResultModelOfint>