Created
January 22, 2026 19:58
-
-
Save elliotlarson/e6f52d66fb57b148f0f429daf6004d87 to your computer and use it in GitHub Desktop.
API V4 Test Fixture: Custom panel without fireTypeRating
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 - Custom Panel No Fire 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": { | |
| "name": "Acceptance Test Panel 450W", | |
| "manufacturerName": "Test Manufacturer", | |
| "wattage": 450, | |
| "lengthMm": 2100.0, | |
| "widthMm": 1050.0, | |
| "thicknessMm": 40.0, | |
| "weightKg": 28.5 | |
| }, | |
| "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