POST api/pedidos-app
Request Information
URI Parameters
None.
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": "92741820-0df8-4bea-9c1e-8509525555b4",
"Fecha": "2025-12-10T11:04:33.857948+01: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.