For the complete documentation index, see llms.txt. This page is also available as Markdown.

Faturayı GİB'den Kontrol Eder

Faturayı Gib den kontrol eder.

get
Authorizations
HTTPRequired

API Key Giriniz

Path parameters
UUIDstring · uuidRequired
Responses
200

Faturayı Gib den kontrol eder.

application/json
EnvelopeUUIDstring · nullableOptional
EnvelopeGibCodestring · nullableOptional
EnvelopeDescriptionstring · nullableOptional
AnswerEnvelopeUUIDstring · nullableOptional
AnswerEnvelopeGibCodestring · nullableOptional
AnswerEnvelopeDescriptionstring · nullableOptional
get/Purchase/{UUID}/CheckFromGib
var client = new RestClient("https://apitest.nilvera.com/einvoice/Purchase/10c46a24-08bc-4cc0-ae3e-fa908a2b77c1/CheckFromGib");
client.Timeout = -1;
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "Bearer <API KEY>");
IRestResponse response = client.Execute(request);
Console.WriteLine(response.Content);

Last updated