PUT api/{language}/contract/{contractId}/EntryDetail/{id}?documentId={documentId}

Documentazione di 'Put'.

Request Information

Parameters

NameDescriptionAdditional information
language
Documentazione di 'language'.

Define this parameter in the request URI.

contractId
Documentazione di 'contractId'.

Define this parameter in the request URI.

documentId
Documentazione di 'documentId'.

Define this parameter in the request URI.

id
Documentazione di 'id'.

Define this parameter in the request URI.

detail
Documentazione di 'detail'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Priority": 2,
  "Plate": "sample string 3",
  "Code": "sample string 4",
  "Make": "sample string 5",
  "Date": "sample string 6",
  "Description": "sample string 7",
  "Type": "sample string 8",
  "VatRate": 9.0,
  "VatCode": 10.0,
  "MeasureUnit": "sample string 11",
  "Quantity": 12.0,
  "Price": 13.1,
  "FinalPrice": 14.0,
  "Discount": "sample string 15",
  "DiscountValue": 16.0,
  "NetPrice": 17.1,
  "Tax": 18.0,
  "TotalAmount": 19.1,
  "TotalRow": 20.1,
  "TotalRowFinal": 21.1,
  "TotalAmountTax": 22.0,
  "Aliquota_Importo": 1.1,
  "Aliquota_Percentuale": 1.1,
  "State": 23,
  "WarehouseID": 24,
  "TaxableDoc": 25.0,
  "TaxDoc": 26.0,
  "TotalAmountDoc": 27.0,
  "ArticleTypeId": "sample string 28",
  "timeLA": 29.0,
  "timeVE": 30.0,
  "timeSR": 31.0,
  "timeME": 32.0,
  "supplierReferenceRowId": "sample string 33",
  "supplierStateId": "sample string 34",
  "supplierState": "sample string 35",
  "supplierDeliveryDate": "2026-02-16T16:31:28.2709894+00:00",
  "withHoldingTax": true,
  "Operation": "sample string 38",
  "IsStandard": true,
  "timeWork": 40.0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.