İrsaliyeyi Model Olarak Gönderir

İrsaliyeyi model olarak gönderir.

post

İrsaliyeyi model olarak göndermek için bu uç kullanılır.

Authorizations
Body
CustomerAliasstring | nullableOptional
Responses
200
İrsaliyeyi model olarak gönderir.
post
POST /edespatch/Send/Model HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 1884

{
  "EDespatch": {
    "DespatchInfo": {
      "UUID": "c2917c0d-c8a8-42b0-9a74-9b45c9490027",
      "IssueDate": "2025-06-25T15:56:55.6721752+03:00",
      "TemplateBase64String": null,
      "TemplateUUID": "c9a60935-9b06-486e-b111-ac9516eb2bae",
      "ActualDespatchDateTime": "2025-06-25T15:56:55.6721758+03:00",
      "PayableAmount": 0,
      "CurrencyCode": "TRY",
      "DespatchType": "SEVK",
      "DespatchProfile": "TEMELIRSALIYE",
      "DespatchSerieOrNumber": "IRS",
      "MatbuIssueDate": null,
      "MatbuNumber": null
    },
    "DespatchSupplierInfo": null,
    "DeliveryCustomerInfo": {
      "PartyIdentifications": null,
      "Address": "Papatya Caddesi Yasemin Sokak No21",
      "District": "Melikgazi",
      "City": "Kayseri",
      "PostalCode": "38038",
      "Country": "Türkiye",
      "TaxOffice": null,
      "TaxNumber": "1288331521",
      "Name": "AAA Anonim Şirketi",
      "Phone": null,
      "Email": null,
      "Fax": null,
      "WebSite": null
    },
    "BuyerCustomerInfo": null,
    "SellerSupplierInfo": null,
    "OriginatorCustomerInfo": null,
    "Notes": null,
    "DespatchLines": [
      {
        "DeliveredUnitType": "C62",
        "DeliveredUnitName": "Adet",
        "Name": "Laptop",
        "SellerCode": null,
        "BuyerCode": null,
        "Description": null,
        "DeliveredQuantity": 1,
        "QuantityPrice": 0,
        "LineTotal": 0,
        "AdditionalItemIdentification": null,
        "OutstandingQuantity": 0,
        "OutstandingUnitType": null,
        "OutstandingUnitName": null,
        "OutstandingReason": null,
        "ManufacturerCode": null,
        "BrandName": null,
        "ModelName": null
      }
    ],
    "ShipmentDetail": {
      "ShipmentInfo": {
        "DriverPerson": null,
        "LicensePlateID": "00 AAA 000"
      },
      "Delivery": {
        "AddressInfo": {
          "Address": "Teslimat Adresi",
          "District": "Melikgazi",
          "City": "Kayseri",
          "Country": "Türkiye",
          "PostalCode": "38038",
          "Phone": null,
          "Fax": null,
          "Mail": null,
          "WebSite": null
        },
        "CarrierInfo": {
          "Address": "carrier address",
          "District": "Melikgazi",
          "City": "Kayseri",
          "PostalCode": "38038",
          "Country": "Türkiye",
          "TaxNumber": "1288331521",
          "Phone": null,
          "TaxOffice": null,
          "Name": "AAA Anonim Şirket",
          "Email": null,
          "WebSite": null,
          "Fax": null
        }
      },
      "TransportEquipment": null
    },
    "AdditionalDocumentReference": null,
    "OrderReference": null
  },
  "CustomerAlias": null
}
{
  "UUID": "df0531df-8885-49e8-82a5-ad6bbc99608e",
  "DespatchNumber": "IRS2025000000001"
}
var client = new RestClient("https://apitest.nilvera.com/edespatch/Send/Model");
client.Timeout = -1;
var request = new RestRequest(Method.POST);
request.AddHeader("Authorization", "Bearer <API KEY>");
request.AddHeader("Content-Type", "application/json");
var body = @"{
"EDespatch": {
"DespatchInfo": {
"UUID": "9dc0807f-4847-415b-a960-4a52ce585496",
"IssueDate": "2023-01-09T15:13:36.9376458+03:00",
"TemplateBase64String": null,
"TemplateUUID": "a2d5d0dd-a5b5-4a8a-a1e1-0a245caf5fd6",
"ActualDespatchDateTime": "2023-01-09T15:13:36.9376467+03:00",
"PayableAmount": 0,
"CurrencyCode": "TRY",
"DespatchType": "SEVK",
"DespatchProfile": "TEMELIRSALIYE",
"DespatchSerieOrNumber": "IRS",
"MatbuIssueDate": null,
"MatbuNumber": null},
"DespatchSupplierInfo": null,
"DeliveryCustomerInfo"": {
"PartyIdentifications": null,
"Address": "Papatya Caddesi Yasemin Sokak No21",
"District": "Melikgazi",
"City": "Kayseri",
"PostalCode": "38038",
"Country": "Türkiye",
"TaxOffice": null,
"TaxNumber": "1288331521",
"Name": "AAA Anonim Şirketi",
"Phone": null,
"Email": null,
"Fax": null,
"WebSite": null},
"BuyerCustomerInfo": null,
"SellerSupplierInfo": null,
"OriginatorCustomerInfo": null,
"Notes": null,
"DespatchLines": [{
"DeliveredUnitType": "C62",
"DeliveredUnitName": "Adet",
"Name": "Laptop",
"SellerCode": null,
"BuyerCode": null,
"Description": null,
"DeliveredQuantity": 1,
"QuantityPrice": 0,
"LineTotal": 0,
"AdditionalItemIdentification": null,
"OutstandingQuantity": 0,
"OutstandingUnitType": null,
"OutstandingUnitName": null,
"OutstandingReason": null,
"ManufacturerCode": null,
"BrandName": null,
"ModelName": null"ShipmentDetail": 
{"ShipmentInfo": {"DriverPerson"": null,
"LicensePlateID": "00 AAA 000"},
"Delivery": {"AddressInfo": {"Address": "Teslimat Adresi",
"District": "Melikgazi",
"City": "Kayseri",
"Country": "Türkiye",
"PostalCode": "38038",
"Phone": null,
"Fax": null,
"Mail": null,
"WebSite": null,
"CarrierInfo": {"Address": "carrier address",
"District": "Melikgazi",
"City": "Kayseri",
"PostalCode": "38038",
"Country": "Türkiye",
"TaxNumber": ""1288331521",
"Phone": null,
"TaxOffice": null,
"Name": "AAA Anonim Şirket",
"Email": null,
"WebSite": null,
"Fax": null,
"TransportEquipment": null",
AdditionalDocumentReference": null,
"OrderReference": null,
,,CustomerAlias": null}";
request.AddParameter("application/json", body,  ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
Console.WriteLine(response.Content);

Last updated