GET auxiliary/surrogacyagents/active

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SurrogacyAgent
NameDescriptionTypeAdditional information
AgencyName

string

None.

SurrogacyAgentId

integer

None.

AgentTypeId

SurrogacyAgentTypeId

None.

ActiveStateId

ActiveState

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AgencyName": "sample string 1",
    "SurrogacyAgentId": 2,
    "AgentTypeId": 1,
    "ActiveStateId": 0
  },
  {
    "AgencyName": "sample string 1",
    "SurrogacyAgentId": 2,
    "AgentTypeId": 1,
    "ActiveStateId": 0
  }
]