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
Wrap
{
"title": "Wrap",
"required": ["partNumber", "brand", "wrapType", "innerDiamInch", "lastModified", "created"],
"properties": {
"partNumber": {
"type": "string"
},
"brand": {
"type": "string"
},
"wrapType": {
"type": "string"
},
"innerDiamInch": {
"type": "number"
},
"imageName": {
"type": "string"
},
"description": {
"type": "string"
},
"colour": {
"type": "string"
},
"series": {
"type": "string"
},
"outerDiamInch": {
"type": "number"
},
"wallThicknessInch": {
"type": "number"
},
"pitchInch": {
"type": "number"
},
"WeightLbs": {
"type": "number"
},
"spec": {
"type": "string"
},
"material": {
"type": "string"
},
"temperatureRange": {
"type": "string"
},
"generalApplications": {
"type": "string"
},
"itemCode": {
"type": "string"
},
"recordSource": {
"type": "string"
},
"lastModified": {
"type": "string",
"format": "date-time"
},
"created": {
"type": "string",
"format": "date-time"
},
"createdBy": {
"type": "string"
},
"lastModifiedBy": {
"type": "string"
},
"_id": {
"type": "string"
}
}
}
Wrap
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| partNumber | string | true | none | none |
| brand | string | true | none | none |
| wrapType | string | true | none | none |
| innerDiamInch | number | true | none | none |
| imageName | string | false | none | none |
| description | string | false | none | none |
| colour | string | false | none | none |
| series | string | false | none | none |
| outerDiamInch | number | false | none | none |
| wallThicknessInch | number | false | none | none |
| pitchInch | number | false | none | none |
| WeightLbs | number | false | none | none |
| spec | string | false | none | none |
| material | string | false | none | none |
| temperatureRange | string | false | none | none |
| generalApplications | string | false | none | none |
| itemCode | string | false | none | none |
| recordSource | string | 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 |
| _id | string | false | none | none |
