POST delivery/sendtestmessage

Request Information

URI Parameters

None.

Body Parameters

OneSignalMessage
NameDescriptionTypeAdditional information
OneSignalCode

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "oneSignalCode": "sample string 1",
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<OneSignalMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Shared.ViewModels">
  <Message>sample string 2</Message>
  <OneSignalCode>sample string 1</OneSignalCode>
</OneSignalMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Delivery
NameDescriptionTypeAdditional information
Id

integer

None.

UserClientId

integer

None.

PizzeriaId

integer

None.

AdditionalInformation

string

None.

Status

integer

None.

AddressFrom

string

None.

AddressTo

string

None.

DateDelivery

date

None.

DateCreated

date

None.

DateModified

date

None.

IsDeleted

boolean

None.

CourierInformation

string

None.

Amount

integer

None.

Weidth

decimal number

None.

IsReturnNotification

boolean

None.

Cost

decimal number

None.

CostWithTaxes

decimal number

None.

WhoReceive

string

None.

WhoReturned

string

None.

WhenTaken

date

None.

WhenArrive

date

None.

WhenFinished

date

None.

DeliveryNumber

string

None.

SenderName

string

None.

SenderPhone

string

None.

RecipientName

string

None.

RecipientPhone

string

None.

CauseFailed

string

None.

UserCourierId

integer

None.

CreatedBy

integer

None.

EditedBy

integer

None.

DlvSequenceNumber

integer

None.

DeliveryHistories

Collection of DeliveryHistory

None.

InvoiceDeliveries

Collection of InvoiceDelivery

None.

StorageFiles

Collection of StorageFile

None.

SentMessages

Collection of SentMessage

None.

DeliveryPayments

Collection of DeliveryPayment

None.

DeliveryVisibleTos

Collection of DeliveryVisibleTo

None.

ProductOrders

Collection of ProductOrder

None.

Users_UserClient

Users_UserClient

None.

Users_UserCourier

Users_UserCourier

None.

Creator

User

None.

Editor

User

None.

Pizzeria

Users_UserCompany

None.

SendToHeadCourier

boolean

None.

DontSendToCourier

boolean

None.

StatusConfirmed

boolean

None.

VATpercent

decimal number

None.

Urgency

byte

None.

Envelope

byte

None.

Distance

decimal number

None.

WorkingTime

integer

None.

WorkingTimeWeb

HoursMinutes

None.

WaitingTime

integer

None.

WaitingTimeWeb

HoursMinutes

None.

pkgNumber

integer

None.

collectPayment

boolean

None.

ManagerComment

string

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.