GET api/pre-transactions/{partnerId}/distinctviewtemplates?api-version=2.0

Gets a list of distinct view template names that has been used for a given partnerId

Request Information

URI Parameters

NameDescriptionTypeRequiredAdditional information
partnerId

Partner id.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of string

Response Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]