PUT api/{language}/contract/{contractId}/Article/ArticleDetail?make={make}&code={code}
Documentazione di 'Put'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| make | Documentazione di 'make'. |
Define this parameter in the request URI. |
| code | Documentazione di 'code'. |
Define this parameter in the request URI. |
| article | Documentazione di 'article'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Make": "sample string 2",
"Description": "sample string 3",
"VateRateCode": 4,
"ArticleTypeId": 5,
"AdditionalCode": "sample string 6",
"MeasureUnit1": "sample string 7",
"MeasureUnit2": "sample string 8",
"PackagePieces": 9.0,
"Lot": "sample string 10",
"EconomicLot": "sample string 11",
"MinimalStock": 12,
"MaximumStock": 13,
"DepartmentId": 14,
"CommoditiesClassId": 15,
"Notes": "sample string 16",
"Price": 1.0,
"Cost": 1.0,
"Valorization": 1.0,
"Discount": "sample string 17",
"Ubication": "sample string 18"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.