PUT api/pedidos-app/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
PedidosAppStoreUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Fecha | date |
Required |
|
| Propietario | string |
Required |
|
| Contacto | string |
Required String length: inclusive between 0 and 60 |
|
| Descripcion | string |
Required String length: inclusive between 0 and 1000 |
|
| Emails | Collection of string |
None. |
|
| Finalizar | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "3a33845d-31a9-4000-a9d7-3efd1ce48ccb",
"Fecha": "2026-07-15T09:17:43.0167386+02:00",
"Propietario": "sample string 2",
"Contacto": "sample string 3",
"Descripcion": "sample string 4",
"Emails": [
"sample string 1",
"sample string 2"
],
"Finalizar": true
}
application/x-www-form-urlencoded
Sample:
multipart/form-data
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.