GET api/advicenote/advicenote_item/{advicenotecode}

Individual Advice Note Text filtered from the supplied corresponding Advice Note Code

Request Information

Authorization is required

Response Codes

  • OK (200)
  • BadRequest (400)
  • Unauthorized (401)
  • NotFound (404)

URI Parameters

NameDescriptionTypeAdditional information
advicenotecode

The Advice Note Code to filter on

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns the Advice Note Text

advicenoteitem
NameDescriptionTypeAdditional information
AdviceNoteName

The Text value for Advice Note

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AdviceNoteName": "sample string 1"
}

application/xml, text/xml

Sample:
<advicenoteitem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RB209_WebApi.Models.AdviceNote">
  <AdviceNoteName>sample string 1</AdviceNoteName>
</advicenoteitem>