Interface GetPortabilityReportOptions

interface GetPortabilityReportOptions {
    contractDetails: ContractDetails;
    format: "xml";
    from?: number;
    serviceType: "medmij";
    to?: number;
    userAccessToken: UserAccessToken;
}

Properties

contractDetails: ContractDetails

Any contract related details here.

format: "xml"

File format to be returned. Currently only XML is supported.

from?: number

From timestamp in seconds

serviceType: "medmij"

Service type medmij is only supported for now.

to?: number

To timestamp in seconds

userAccessToken: UserAccessToken

User access token you may already have for this user from this or from another contract.