POST auxiliary/surrogacyagents

Request Information

URI Parameters

None.

Body Parameters

SurrogacyAgent
NameDescriptionTypeAdditional information
AgencyName

string

None.

SurrogacyAgentId

integer

None.

AgentTypeId

SurrogacyAgentTypeId

None.

ActiveStateId

ActiveState

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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
}