Schema Reference API v1.0.0
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
Base URLs:
Schemas
CrimpFitting
{
"title": "CrimpFitting",
"required": ["partNumber", "brand", "hoseSize", "dashSize", "series", "lastModified", "created"],
"properties": {
"partNumber": {
"type": "string"
},
"brand": {
"type": "string"
},
"hoseSize": {
"type": "string"
},
"nominalHoseSize": {
"type": "string"
},
"dashSize": {
"type": "string"
},
"threadSize": {
"type": "string"
},
"shape": {
"type": "string"
},
"style": {
"type": "string"
},
"gender": {
"type": "string"
},
"swivel": {
"type": "string"
},
"forged": {
"type": "string"
},
"bulkhead": {
"type": "string"
},
"sealType": {
"type": "string"
},
"description": {
"type": "string"
},
"maxPressurePsi": {
"type": "number"
},
"material": {
"type": "string"
},
"series": {
"type": "string"
},
"cutAllowanceInch": {
"type": "number"
},
"cutAllowancemm": {
"type": "number"
},
"hoseInnerDiamInch": {
"type": "string"
},
"hexSizemm": {
"type": "number"
},
"hexSizeNutmm": {
"type": "number"
},
"weightLbs": {
"type": "number"
},
"coneAngle": {
"type": "number"
},
"dropLengthInch": {
"type": "number"
},
"dropLengthmm": {
"type": "number"
},
"seatAngle": {
"type": "number"
},
"tubeOuterDiammm": {
"type": "number"
},
"spec": {
"type": "string"
},
"flangeThickness": {
"type": "number"
},
"flangeDiamInch": {
"type": "string"
},
"banjoInnerDiammm": {
"type": "number"
},
"banjoThicknessmm": {
"type": "number"
},
"endType": {
"type": "string"
},
"nutType": {
"type": "string"
},
"imageName": {
"type": "string"
},
"application": {
"type": "string"
},
"twoPiece": {
"type": "boolean"
},
"lastModified": {
"type": "string",
"format": "date-time"
},
"created": {
"type": "string",
"format": "date-time"
},
"createdBy": {
"type": "string"
},
"lastModifiedBy": {
"type": "string"
},
"recordSource": {
"type": "string"
},
"_id": {
"type": "string"
}
}
}
CrimpFitting
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| partNumber | string | true | none | none |
| brand | string | true | none | none |
| hoseSize | string | true | none | none |
| nominalHoseSize | string | false | none | none |
| dashSize | string | true | none | none |
| threadSize | string | false | none | none |
| shape | string | false | none | none |
| style | string | false | none | none |
| gender | string | false | none | none |
| swivel | string | false | none | none |
| forged | string | false | none | none |
| bulkhead | string | false | none | none |
| sealType | string | false | none | none |
| description | string | false | none | none |
| maxPressurePsi | number | false | none | none |
| material | string | false | none | none |
| series | string | true | none | none |
| cutAllowanceInch | number | false | none | none |
| cutAllowancemm | number | false | none | none |
| hoseInnerDiamInch | string | false | none | none |
| hexSizemm | number | false | none | none |
| hexSizeNutmm | number | false | none | none |
| weightLbs | number | false | none | none |
| coneAngle | number | false | none | none |
| dropLengthInch | number | false | none | none |
| dropLengthmm | number | false | none | none |
| seatAngle | number | false | none | none |
| tubeOuterDiammm | number | false | none | none |
| spec | string | false | none | none |
| flangeThickness | number | false | none | none |
| flangeDiamInch | string | false | none | none |
| banjoInnerDiammm | number | false | none | none |
| banjoThicknessmm | number | false | none | none |
| endType | string | false | none | none |
| nutType | string | false | none | none |
| imageName | string | false | none | none |
| application | string | false | none | none |
| twoPiece | boolean | false | none | none |
| lastModified | string(date-time) | true | none | none |
| created | string(date-time) | true | none | none |
| createdBy | string | false | none | none |
| lastModifiedBy | string | false | none | none |
| recordSource | string | false | none | none |
| _id | string | false | none | none |
