POST api/pedidos-app

Request Information

URI Parameters

None.

Body Parameters

PedidosAppStoreUpdateModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PedidosAppStoreUpdateModel'.

multipart/form-data

Sample:

Failed to generate the sample for media type 'multipart/form-data'. Cannot use formatter 'MultipartFormDataFormatter' to write type 'PedidosAppStoreUpdateModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.