Billing resource APS type
In this document:
The considered APS type (download
)
extends the Resource APS type(s) and looks as follows:
{
"name": "Resource",
"id": "http://www.odin.com/billing/Resource/1.1",
"apsVersion": "2.0",
"implements": [
"http://aps-standard.org/types/core/resource/1.0"
],
"properties": {
"name": {
"type": "http://aps-standard.org/types/core/i18n/1.0#MLString",
"required": true
},
"id": {
"type": "integer"
}
}
}
NAME | TYPE | ATTRIBUTES | DEFAULT | DESCRIPTION |
---|---|---|---|---|
id | Integer | Not Required | Internal resource identifier | |
name | Multi-Language String | Required | Resource name |