GET api/Support/GetSupports

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SupportModel
NameDescriptionTypeAdditional information
ZohoId

string

None.

Active

boolean

None.

Description

string

None.

Ordering

integer

None.

SupportCost

decimal number

None.

SupportId

globally unique identifier

None.

SupportName

string

None.

SupportSeed

integer

None.

SupportType

integer

None.

IsSelected

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ZohoId": "sample string 1",
    "Active": true,
    "Description": "sample string 2",
    "Ordering": 1,
    "SupportCost": 1.0,
    "SupportId": "c0ec037e-1332-4b68-806c-12663e33dc0b",
    "SupportName": "sample string 4",
    "SupportSeed": 1,
    "SupportType": 1,
    "IsSelected": true
  },
  {
    "ZohoId": "sample string 1",
    "Active": true,
    "Description": "sample string 2",
    "Ordering": 1,
    "SupportCost": 1.0,
    "SupportId": "c0ec037e-1332-4b68-806c-12663e33dc0b",
    "SupportName": "sample string 4",
    "SupportSeed": 1,
    "SupportType": 1,
    "IsSelected": true
  }
]