Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}} - try a more specific search to see the rest.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

Complex Types - profileCodeListType

Description

This type represents the top-level list of profile codes.

Properties

Name Type Occurrence Description
id itemIdType Required The id of the profile code.
fullcode xs:string Required The full profile code. For example code-code-code.
name nameType Required The display name of the profile code.
description xs:string Required The description relating to this profile code.
fullname nameType Required The full name of the profile code.
hasChildren xs:boolean Required True if the code has children.
profileCodeListItem Array<profileCodeListType> Optional Tree structure of the children of the code
In This Document