PUT api/{language}/contract/{contractId}/RegistryType/{id}
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. |
| registryType | Documentazione di 'registryType'. |
Define this parameter in the request body. |
| id | Documentazione di 'id'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Description": "sample string 2",
"Type": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"Description": "sample string 2",
"Type": 0
}