GET api/Filtered_MA_and_MA_like_Organization

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MA_and_MA_like_orgs
NameDescriptionTypeAdditional information
OrganizationId

integer

None.

OrganizationName

string

None.

OrgCode

string

None.

CountryCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OrganizationId": 1,
    "OrganizationName": "sample string 2",
    "OrgCode": "sample string 3",
    "CountryCode": "sample string 4"
  },
  {
    "OrganizationId": 1,
    "OrganizationName": "sample string 2",
    "OrgCode": "sample string 3",
    "CountryCode": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMA_and_MA_like_orgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <MA_and_MA_like_orgs>
    <CountryCode>sample string 4</CountryCode>
    <OrgCode>sample string 3</OrgCode>
    <OrganizationId>1</OrganizationId>
    <OrganizationName>sample string 2</OrganizationName>
  </MA_and_MA_like_orgs>
  <MA_and_MA_like_orgs>
    <CountryCode>sample string 4</CountryCode>
    <OrgCode>sample string 3</OrgCode>
    <OrganizationId>1</OrganizationId>
    <OrganizationName>sample string 2</OrganizationName>
  </MA_and_MA_like_orgs>
</ArrayOfMA_and_MA_like_orgs>