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
OrganizationCurrency
{
"title": "OrganizationCurrency",
"required": ["code", "rate", "lastModified", "created"],
"properties": {
"code": {
"type": "string"
},
"rate": {
"type": "number"
},
"symbol": {
"type": "string"
},
"recordSource": {
"type": "string"
},
"erpId": {
"type": "string"
},
"lastModified": {
"type": "string",
"format": "date-time"
},
"lastModifiedBy": {
"type": "string"
},
"created": {
"type": "string",
"format": "date-time"
},
"deleted": {
"type": "boolean"
},
"available": {
"type": "boolean"
},
"_id": {
"type": "string"
}
}
}
OrganizationCurrency
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| code | string | true | none | none |
| rate | number | true | none | none |
| symbol | string | false | none | none |
| recordSource | string | false | none | none |
| erpId | string | false | none | none |
| lastModified | string(date-time) | true | none | none |
| lastModifiedBy | string | false | none | none |
| created | string(date-time) | true | none | none |
| deleted | boolean | false | none | none |
| available | boolean | false | none | none |
| _id | string | false | none | none |
