POST insurance/application
Request Information
URI Parameters
None.
Body Parameters
InsuranceApplicationListEntryDto| Name | Description | Type | Additional 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": "fe45dbe5-dedd-45c3-bcdb-1fe5ffcce6c1",
"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:51:03.3617978-04:00",
"DateLastModified": "2026-06-03T07:51:03.3617978-04:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.