POST insurance/application/create/new

Request Information

URI Parameters

None.

Body Parameters

InsuranceApplicationListEntryDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ReferenceNumber

string

None.

SurrogacyAgent

SurrogacyAgent

None.

SurrogateFirstName

string

None.

SurrogateLastName

string

None.

Parent1FirstName

string

None.

Parent1LastName

string

None.

Parent2FirstName

string

None.

Parent2LastName

string

None.

State

InsuranceApplicationState

None.

HoldCount

integer

None.

HoldNames

Collection of string

None.

DependencyCount

integer

None.

ClearanceOrCopId

ClearanceOrCop

None.

IsLegacy

boolean

None.

HasNotes

boolean

None.

DateCreated

date

None.

DateLastModified

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "f7129e99-ad14-4fa2-8275-73552d4f9a48",
  "ReferenceNumber": "sample string 2",
  "SurrogacyAgent": {
    "AgencyName": "sample string 1",
    "SurrogacyAgentId": 2,
    "AgentTypeId": 1,
    "ActiveStateId": 0
  },
  "SurrogateFirstName": "sample string 3",
  "SurrogateLastName": "sample string 4",
  "Parent1FirstName": "sample string 5",
  "Parent1LastName": "sample string 6",
  "Parent2FirstName": "sample string 7",
  "Parent2LastName": "sample string 8",
  "State": 1,
  "HoldCount": 9,
  "HoldNames": [
    "sample string 1",
    "sample string 2"
  ],
  "DependencyCount": 10,
  "ClearanceOrCopId": 0,
  "IsLegacy": true,
  "HasNotes": true,
  "DateCreated": "2026-06-03T07:52:01.3392045-04:00",
  "DateLastModified": "2026-06-03T07:52:01.3392045-04:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IInsuranceApplicationFormsDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IntendedParentFormDto

IntendedParentFormDto

None.

SurrogateFormDto

SurrogateFormDto

None.

SurrogateQuestionnaireFormDto

SurrogateQuestionnaireFormDto

None.

MaternitySolutionFormDto

MaternitySolutionFormDto

None.

PregnancyConfirmationFormDto

PregnancyConfirmationFormDto

None.

ClearanceFormDto

ClearanceFormDto

None.

ReferenceNumber

string

None.

PrimarySurrogacyAgent

SurrogacyAgent

None.

Response Formats

application/json, text/json

Sample:

Sample not available.