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
PriceListItem
{
"title": "PriceListItem",
"required": ["_id", "priceList", "item", "lastModified", "created", "deleted"],
"properties": {
"_id": {
"type": "string"
},
"priceList": {
"type": "string"
},
"item": {
"type": "string"
},
"itemType": {
"type": "string"
},
"listPrice": {
"type": "number"
},
"enabled": {
"type": "boolean"
},
"currency": {
"type": "string"
},
"unitOfMeasure": {
"type": "string"
},
"lastModified": {
"type": "string",
"format": "date-time"
},
"created": {
"type": "string",
"format": "date-time"
},
"deleted": {
"type": "boolean"
},
"lastModifiedBy": {
"type": "string"
},
"createdBy": {
"type": "string"
},
"deletedBy": {
"type": "string"
},
"recordSource": {
"type": "string"
}
}
}
PriceListItem
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| _id | string | true | none | none |
| priceList | string | true | none | none |
| item | string | true | none | none |
| itemType | string | false | none | none |
| listPrice | number | false | none | none |
| enabled | boolean | false | none | none |
| currency | string | false | none | none |
| unitOfMeasure | string | false | none | none |
| lastModified | string(date-time) | true | none | none |
| created | string(date-time) | true | none | none |
| deleted | boolean | true | none | none |
| lastModifiedBy | string | false | none | none |
| createdBy | string | false | none | none |
| deletedBy | string | false | none | none |
| recordSource | string | false | none | none |
