Created
January 22, 2026 19:59
-
-
Save elliotlarson/8c576c1d4f8566ed2b09d0551ab1cec6 to your computer and use it in GitHub Desktop.
API V4 Test Fixture: Panel ID with only fireTypeRating (should succeed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "project": { | |
| "name": "Acceptance Test - Panel ID with Fire Type Rating", | |
| "street": "123 Test St", | |
| "city": "San Francisco", | |
| "state": "CA", | |
| "zip": "94107", | |
| "country": "US", | |
| "asce": "7-16", | |
| "riskCategory": "II", | |
| "railPlatform": "xr", | |
| "panelFinish": "black", | |
| "endClamp": "efo", | |
| "termsOfServiceAcceptedAt": "2024-01-15T10:30:00Z", | |
| "discount": 0.0, | |
| "user": { | |
| "email": "{{TEST_USER_EMAIL}}" | |
| }, | |
| "panel": { | |
| "id": {{PANEL_ID}}, | |
| "fireTypeRating": 2 | |
| }, | |
| "projectSite": { | |
| "lat": 37.7749, | |
| "lng": -122.4194 | |
| }, | |
| "environmental": { | |
| "snowLoad": 30, | |
| "windSpeed": 115, | |
| "windExposure": "B", | |
| "siteElevation": 1000, | |
| "sDs": 0.282, | |
| "seismicDesignCategory": "C" | |
| }, | |
| "detail": { | |
| "roofMaterial": "cs", | |
| "railType": "XR10", | |
| "roofMaterialFamily": "cs", | |
| "roofAttachment": "ff2", | |
| "attachmentHardware": "t-bolt", | |
| "staggeredAttachments": false, | |
| "conduitMounts": "qm_bug_cm", | |
| "modulesExposed": false, | |
| "modulesEdge": false, | |
| "specificGravity": 0.42, | |
| "roofShape": "hip", | |
| "railCutting": true, | |
| "availableLengths": [168, 204] | |
| }, | |
| "roofPlanes": [ | |
| { | |
| "height": 15, | |
| "rafterSpacing": 16, | |
| "roofSlope": 22, | |
| "roofSections": [ | |
| { | |
| "portrait": false, | |
| "layout": { | |
| "rows": 2, | |
| "columns": 4, | |
| "design": "11111111" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment