PUT api/Reparto/EntregarAlbaran

Request Information

URI Parameters

None.

Body Parameters

EntregaAlbaran
NameDescriptionTypeAdditional information
reparto

integer

None.

albaranes

Collection of integer

None.

lattitude

string

None.

longitude

string

None.

usuario

string

None.

passwd

string

None.

ausente

boolean

None.

dnientrega

string

None.

nombreentrega

string

None.

base64firma

string

None.

Request Formats

application/json, text/json

Sample:
{
  "reparto": 1,
  "albaranes": [
    1,
    2
  ],
  "lattitude": "sample string 2",
  "longitude": "sample string 3",
  "usuario": "sample string 4",
  "passwd": "sample string 5",
  "ausente": true,
  "dnientrega": "sample string 7",
  "nombreentrega": "sample string 8",
  "base64firma": "sample string 9"
}

Response Information

Resource Description

ResponseEntregarAlbaran
NameDescriptionTypeAdditional information
error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "error": "sample string 1"
}