POST VegaPOS/SetOrderDeliverer

Request Information

URI Parameters

None.

Body Parameters

SetOrderDelivererModel
NameDescriptionTypeAdditional information
ProjectID

integer

None.

OrderID2

integer

None.

CourierID

integer

None.

RestaurantID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectID": 1,
  "OrderID2": 2,
  "CourierID": 3,
  "RestaurantID": 4
}

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true
}