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

İrsaliyeye Ait ETTN Numarası İle Zarf Bilgilerini Getirir

İrsaliyeye ait ETTN numarası ile Zarf bilgilerini getirir.

get
Authorizations
HTTPRequired

API anahtar� giriniz

Path parameters
UUIDstring · uuidRequired
Responses
200

İrsaliyeye ait ETTN numarası ile Zarf bilgilerini getirir.

application/json
GIBCodestring · nullableOptional
GIBDescriptionstring · nullableOptional
EnvelopeUUIDstring · nullableOptional
get/Sale/{UUID}/EnvelopeInfo
var options = new RestClientOptions("https://apitest.nilvera.com")
{
  MaxTimeout = -1,
};
var client = new RestClient(options);
var request = new RestRequest("/edespatch/Sale/d1fdf61e-0ab5-433d-9b19-de09425b1e46/EnvelopeInfo", Method.Get);
request.AddHeader("Authorization", "APIKEY");
RestResponse response = await client.ExecuteAsync(request);
Console.WriteLine(response.Content);

Last updated