POST delivery/confirmStatus

Request Information

URI Parameters

None.

Body Parameters

ConfirmDeliveryStatusRequest
NameDescriptionTypeAdditional information
DeliveryId

integer

None.

AuthorId

integer

None.

ConfirmedStatus

integer

None.

PersonName

string

None.

Comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "deliveryId": 1,
  "authorId": 2,
  "confirmedStatus": 3,
  "personName": "sample string 4",
  "comment": "sample string 5"
}

application/xml, text/xml

Sample:
<ConfirmDeliveryStatusRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Shared.ViewModels">
  <_x003C_AuthorId_x003E_k__BackingField>2</_x003C_AuthorId_x003E_k__BackingField>
  <_x003C_Comment_x003E_k__BackingField>sample string 5</_x003C_Comment_x003E_k__BackingField>
  <_x003C_ConfirmedStatus_x003E_k__BackingField>3</_x003C_ConfirmedStatus_x003E_k__BackingField>
  <_x003C_DeliveryId_x003E_k__BackingField>1</_x003C_DeliveryId_x003E_k__BackingField>
  <_x003C_PersonName_x003E_k__BackingField>sample string 4</_x003C_PersonName_x003E_k__BackingField>
</ConfirmDeliveryStatusRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SearchDeliveryViewModel
NameDescriptionTypeAdditional information
IsDeleted

boolean

None.

AdditionalInformation

Collection of string

None.

UserCourier

UserCourierViewModel

None.

WorkingTimeWeb

HoursMinutes

None.

WaitingTimeWeb

HoursMinutes

None.

TotalTimeWeb

HoursMinutes

None.

Orders

Collection of ProductOrderWeb

None.

Id

integer

None.

From

string

None.

To

string

None.

UserCourierId

integer

None.

CourierName

string

None.

UserClientId

integer

None.

ClientName

string

None.

DateCreated

date

None.

DateDelivery

date

None.

Status

integer

None.

DeliveryNumber

string

None.

Cost

decimal number

None.

CostWithTaxes

decimal number

None.

CourierInformation

string

None.

AdditionalInformation

string

None.

DlvSequenceNumber

integer

None.

StatusConfirmed

boolean

None.

VATpercent

decimal number

None.

WhoReceive

string

None.

WhoReturned

string

None.

Urgency

byte

None.

Envelope

byte

None.

Distance

decimal number

None.

WorkingTime

integer

None.

WaitingTime

integer

None.

SenderName

string

None.

SenderPhone

string

None.

RecipientName

string

None.

RecipientPhone

string

None.

PkgNumber

integer

None.

BarCode

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.