Created
January 22, 2026 19:58
-
-
Save elliotlarson/c7ed7f5e32af709bc27ca5d7adc6d9f9 to your computer and use it in GitHub Desktop.
API V4 Test Fixture: Panel ID with custom fields (should fail)
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 - Mutual Exclusivity Error", | |
| "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": 1, | |
| "name": "Custom Name That Conflicts", | |
| "manufacturerName": "Custom Manufacturer", | |
| "wattage": 500, | |
| "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