PUT api/{language}/contract/{contractId}/PaymentType?code={code}

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.

code
Documentazione di 'code'.

Define this parameter in the request URI.

paymentType
Documentazione di 'paymentType'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Description": "sample string 2",
  "Cost": 3.0,
  "IsBankPaper": true,
  "VatCode": 5,
  "ContractId": "sample string 6",
  "Tender": 7,
  "ID_Causale_Cli": "sample string 8",
  "ID_Causale_For": "sample string 9",
  "Descrizione_Cli": "sample string 10",
  "Descrizione_For": "sample string 11"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.