GET api/SiteMessages/{vendorcode}/{messageid}

Returns the vendor's message for the given messageid

Request Information

URI Parameters

NameDescriptionTypeAdditional information
vendorcode

Three character vendor code.

string

Required

messageid

MessageId for the message configured in TMP/TCP.

string

Required

Body Parameters

None.

Response Information

Resource Description

VendorSiteMessageResponse
NameDescriptionTypeAdditional information
Location

string

None.

Message

string

None.

MessageId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Location": "sample string 1",
  "Message": "sample string 2",
  "MessageId": "sample string 3"
}

text/xml

Sample:
<VendorSiteMessageResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://Trisept.TB.Services.SiteMessages.DataContracts/2007/05">
  <Location>sample string 1</Location>
  <Message>sample string 2</Message>
  <MessageId>sample string 3</MessageId>
</VendorSiteMessageResponse>