GET api/Bundle/ByState/{StateId}/shallow
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
StateId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShallowBundleModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
StateID | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Price | decimal number |
None. |
|
Active | boolean |
None. |
|
Identifier | globally unique identifier |
None. |
|
MarketingDescription | string |
None. |
|
Hours | decimal number |
None. |
|
Specialties | Collection of SpecialtyModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "StateID": 2, "Name": "sample string 3", "Description": "sample string 4", "StartDate": "2025-07-01T10:47:54.0511701+00:00", "EndDate": "2025-07-01T10:47:54.0511701+00:00", "Price": 5.0, "Active": true, "Identifier": "3ec057d6-5810-4b43-b273-139884a72eb3", "MarketingDescription": "sample string 7", "Hours": 8.0, "Specialties": [ { "ID": 1, "Name": "sample string 2", "ShortName": "sample string 3", "BlueIcon": "sample string 4", "WhiteIcon": "sample string 5", "GroupID": 6, "Hours": 7.0, "FriendlyURL": "sample string 8", "IconURL": "https://cdn.lexvid.com/images/specialty/sample-string-3.png" }, { "ID": 1, "Name": "sample string 2", "ShortName": "sample string 3", "BlueIcon": "sample string 4", "WhiteIcon": "sample string 5", "GroupID": 6, "Hours": 7.0, "FriendlyURL": "sample string 8", "IconURL": "https://cdn.lexvid.com/images/specialty/sample-string-3.png" } ] }