GET api/Franchise/GetFranchise/{franchiseKey}

Get franchise

Request Information

URI Parameters

NameDescriptionTypeAdditional information
franchiseKey

franchise Key

integer

Required

Body Parameters

None.

Response Information

CacheFranchiseAsw

Response body formats

application/json, text/json

Sample:
{
  "channels": [
    "sample string 1",
    "sample string 2"
  ],
  "cos": true,
  "dlrs": [
    1,
    2
  ],
  "frNbr": 2,
  "owner": "sample string 3",
  "type": "sample string 4",
  "cas": 5,
  "cw": "2025-07-22T15:52:36.0171016-04:00",
  "id": "sample string 7"
}

Resource Description

CacheFranchiseAsw

CacheFranchiseAsw
NameDescriptionTypeAdditional information
Channels

Collection of string

None.

COS

boolean

None.

Dlrs

Collection of integer

None.

FrNbr

integer

None.

Owner

string

None.

Type

string

None.

Cas

unsigned integer

None.

cw

date

None.

id

string

None.

Response Formats

application/json, text/json

Sample:
{
  "channels": [
    "sample string 1",
    "sample string 2"
  ],
  "cos": true,
  "dlrs": [
    1,
    2
  ],
  "frNbr": 2,
  "owner": "sample string 3",
  "type": "sample string 4",
  "cas": 5,
  "cw": "2025-07-22T15:52:36.0171016-04:00",
  "id": "sample string 7"
}