POST auxiliary/surrogacyagents/validate
Request Information
URI Parameters
None.
Body Parameters
SurrogacyAgent| Name | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json
Sample:
true