PUT api/UltraCongeladoras/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
UltraCongeladoraName | Description | Type | Additional information |
---|---|---|---|
idUltracongeladora | integer |
None. |
|
nombre | string |
Required String length: inclusive between 0 and 100 |
|
borrado | date |
Data type: DateTime |
|
idDivision | integer |
None. |
|
UltraCongeladoraMapa | Collection of UltraCongeladoraMapa |
None. |
|
TDivision | TDivision |
None. |
Request Formats
application/json, text/json
Sample:
{ "idUltracongeladora": 1, "nombre": "sample string 2", "borrado": "2024-12-23T00:04:07.8592959+00:00", "idDivision": 1, "TDivision": { "idDivision": 1, "division": "sample string 2", "descripcion": "sample string 3", "activo": true } }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.