PUT api/{language}/contract/{contractId}/Article/ListPrice
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. |
| objListPrice | Documentazione di 'objListPrice'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ListPriceId": 1,
"ListName": "sample string 2",
"Base": true,
"Make": "sample string 4",
"Code": "sample string 5",
"RegistrationDate": "2026-02-16T16:31:27.5824068+00:00",
"Date": "2026-02-16T16:31:27.5824068+00:00",
"Currency": "sample string 8",
"OldPrice": 9.0,
"Price": 10.0,
"Net": true,
"UpdatedList": 12,
"Cost": 13.0,
"Discount": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
true