GET api/v1/Nes/mukellef/{VknTckn}
Requires Authorization!
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VknTckn | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerCheckResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerList | Collection of GlobalCustomer |
None. |
|
| ISEInvoiceCustomer | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"customerList": [
{
"$id": "2",
"registerNumber": "sample string 1",
"title": "sample string 2",
"alias": "sample string 3",
"type": "sample string 4",
"firstCreationTime": "2025-12-19T07:42:02.2662438Z",
"aliasCreationTime": "2025-12-19T07:42:02.2662438Z"
},
{
"$ref": "2"
}
],
"iseInvoiceCustomer": true
}