GET api/alternateprocessorvendors

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AlternateProcessorVendorModel
NameDescriptionTypeAdditional information
Description

The description of the alternate processor vendor.

string

None.

Url

Gets or sets the link representing a link back to the resource

string

None.

ID

Gets or sets the identifier for the resource

integer

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
[
  {
    "url": "sample string 2",
    "id": 3,
    "description": "sample string 1"
  },
  {
    "url": "sample string 2",
    "id": 3,
    "description": "sample string 1"
  }
]