GET api/Company/MukellefBilgisiSorgula?vknTckn={vknTckn}&key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
vknTckn

string

Required

key

string

Required

Body Parameters

None.

Response Information

Resource Description

GetMukellefBilgisiSorgulaMobileResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Data

Collection of Object

None.

Result

ResultType

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Data": null,
  "Result": 0,
  "ErrorMessage": "sample string 2"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.