POST api/{language}/contract/{contractId}/DocumentPrint?docTypePrintId={docTypePrintId}

Documentazione di 'Post'.

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.

docTypePrintId
Documentazione di 'docTypePrintId'.

Define this parameter in the request URI.

printModule
Documentazione di 'printModule'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "DescriptionId": "sample string 2",
  "Description": "sample string 3",
  "Type": "sample string 4",
  "Sign": "sample string 5",
  "IsAutomaticNumeration": true,
  "IsSuspended": true,
  "IsCreatePaymentSchedule": true,
  "IsCreateWork": true,
  "HasFreeRow": true,
  "IsIncreaseStock": true,
  "PrintDescription": "sample string 12",
  "WarehouseId": 13,
  "Category": "sample string 14",
  "NumberOfCopies": 15,
  "AccountingType": "sample string 16",
  "VatRegistry": "sample string 17",
  "IsDocumentPropagate": true,
  "IsFiscal": true,
  "IsDefault": true,
  "IsAllowDelayedInvoincing": true,
  "Serie": "sample string 22",
  "printTypologyId": 23.0,
  "typology": "sample string 24",
  "idTypeDocInPrint": 25.0,
  "idDocInPrint": 26.0,
  "TicketMode": true,
  "IdCausale": "sample string 28",
  "InvertNumberAndSeries": true,
  "SDIGroupDocumentType": "sample string 30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "DescriptionId": "sample string 2",
  "Description": "sample string 3",
  "Type": "sample string 4",
  "Sign": "sample string 5",
  "IsAutomaticNumeration": true,
  "IsSuspended": true,
  "IsCreatePaymentSchedule": true,
  "IsCreateWork": true,
  "HasFreeRow": true,
  "IsIncreaseStock": true,
  "PrintDescription": "sample string 12",
  "WarehouseId": 13,
  "Category": "sample string 14",
  "NumberOfCopies": 15,
  "AccountingType": "sample string 16",
  "VatRegistry": "sample string 17",
  "IsDocumentPropagate": true,
  "IsFiscal": true,
  "IsDefault": true,
  "IsAllowDelayedInvoincing": true,
  "Serie": "sample string 22",
  "printTypologyId": 23.0,
  "typology": "sample string 24",
  "idTypeDocInPrint": 25.0,
  "idDocInPrint": 26.0,
  "TicketMode": true,
  "IdCausale": "sample string 28",
  "InvertNumberAndSeries": true,
  "SDIGroupDocumentType": "sample string 30"
}