ChildAgeBand

Name Description Schema

@AgeBandCode
optional

Code used to uniquely identify the child age band.
Example : "1"

string

@AgeFrom
required

Minimum age limit of the child in years.
Example : 1

integer (int32)

@AgeTo
required

Maximum age limit of the child in years.
Example : 3

integer (int32)

@Description
optional

Textual information regarding the child age band.
Example : "string"

string

@Status
optional

Status of the child age band - applicable for Delta request type only.
Example : "Active"

enum (Active, Inactive)