Nominal Codes
NominalCode [Schema]
Name | Type | Required | Description |
---|---|---|---|
Key | xsd:string ( min: 3 max: 15) | yes | The nominal code account identifier. |
Description | xsd:string ( max: 250) | yes | The nominal code account description. |
Example
<?xml version="1.0"?>
<NominalCode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Key>string</Key>
<Description>string</Description>
</NominalCode>
{
"NominalCode": {
"Key": "string",
"Description": "string"
}
}