POST ApiKey/Update

Request Information

URI Parameters

None.

Body Parameters

ApiKeyConfigData
NameDescriptionTypeAdditional information
AlpaslanKey

string

None.

HesapKuryeKey

string

None.

BkExpressKey

string

None.

DeliveriGoKey

string

None.

SariExpressKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AlpaslanKey": "sample string 1",
  "HesapKuryeKey": "sample string 2",
  "BkExpressKey": "sample string 3",
  "DeliveriGoKey": "sample string 4",
  "SariExpressKey": "sample string 5"
}

application/xml, text/xml

Sample:
<ApiKeyController.ApiKeyConfigData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestAPI.Controllers">
  <AlpaslanKey>sample string 1</AlpaslanKey>
  <BkExpressKey>sample string 3</BkExpressKey>
  <DeliveriGoKey>sample string 4</DeliveriGoKey>
  <HesapKuryeKey>sample string 2</HesapKuryeKey>
  <SariExpressKey>sample string 5</SariExpressKey>
</ApiKeyController.ApiKeyConfigData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ApiKeyConfigData'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>