GET api/Packages/{id}

Get a specific package by Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Guid

string

Required

Body Parameters

None.

Response Information

Resource Description

Show

Package
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Amount

decimal number

None.

CodeId

globally unique identifier

None.

Text

string

None.

Description

string

None.

GroupText

string

None.

Headline

string

None.

NotAppliedText

string

None.

PromptText

string

None.

Gaps

Collection of PackageGap

None.

Response Formats

application/json, text/json

Sample:

Sample not available.