POST api/pedidosProveedor/insertar

Request Information

URI Parameters

None.

Body Parameters

PedidoProveedor
NameDescriptionTypeAdditional information
IdPedidoProveedor

integer

None.

Fecha

date

None.

IdProveedor

integer

None.

IdSucursal

integer

None.

Estado

string

None.

Proveedor

Proveedor

None.

Sucursal

Sucursal

None.

Request Formats

application/json, text/json

Sample:
{
  "IdPedidoProveedor": 1,
  "Fecha": "2025-07-08T02:55:13.0137341-05:00",
  "IdProveedor": 1,
  "IdSucursal": 1,
  "Estado": "sample string 3",
  "Proveedor": {
    "IdProveedor": 1,
    "Nombre": "sample string 2",
    "Telefono": "sample string 3",
    "Email": "sample string 4",
    "Direccion": "sample string 5"
  },
  "Sucursal": {
    "IdSucursal": 1,
    "Nombre": "sample string 2",
    "Direccion": "sample string 3",
    "IdCiudad": 1,
    "Ciudad": {
      "IdCiudad": 1,
      "Nombre": "sample string 2"
    }
  }
}

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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.