POST api/Online/SaveDeliverooConfig

Request Information

URI Parameters

None.

Body Parameters

ThirdParty_Config
NameDescriptionTypeAdditional information
ID

integer

None.

MerchantId

integer

None.

UberStoreId

string

None.

DeliverooStoreId

string

None.

UberAuthToken

string

None.

DeliverooAuthToken

string

None.

DeliverooBrandId

string

None.

DeliverooTabletless

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "MerchantId": 2,
  "UberStoreId": "sample string 3",
  "DeliverooStoreId": "sample string 4",
  "UberAuthToken": "sample string 5",
  "DeliverooAuthToken": "sample string 6",
  "DeliverooBrandId": "sample string 7",
  "DeliverooTabletless": true
}

application/xml, text/xml

Sample:
<ThirdParty_Config xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models">
  <DeliverooAuthToken>sample string 6</DeliverooAuthToken>
  <DeliverooBrandId>sample string 7</DeliverooBrandId>
  <DeliverooStoreId>sample string 4</DeliverooStoreId>
  <DeliverooTabletless>true</DeliverooTabletless>
  <ID>1</ID>
  <MerchantId>2</MerchantId>
  <UberAuthToken>sample string 5</UberAuthToken>
  <UberStoreId>sample string 3</UberStoreId>
</ThirdParty_Config>

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.