POST api/MedicalConditions/AddProfileMedicalConditions
Request Information
URI Parameters
None.
Body Parameters
ProfileMedicalConditionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | integer |
None. |
|
| MedicalConditionIds | Collection of integer |
None. |
|
| MedicalConditionList | Collection of MedicalCondition |
None. |
|
| OtherConditions | string |
None. |
|
| RecentSurgery | string |
None. |
|
| SurgeryDate | date |
None. |
|
| SpecialRemarks | string |
None. |
|
| feetvalue | integer |
None. |
|
| inchvalue | decimal number |
None. |
|
| Weight | decimal number |
None. |
|
| IsEKG | boolean |
None. |
|
| IsRecreational | boolean |
None. |
|
| MedicineCount | integer |
None. |
|
| AllergiesCount | integer |
None. |
|
| PatientMedicineStatus | boolean |
None. |
|
| PatientAllergiesStatues | boolean |
None. |
|
| PatientMedicineComment | string |
None. |
|
| PatientAllergiesComment | string |
None. |
|
| MedicalConditionSensitiveList | Collection of MedicalCondition |
None. |
|
| MedicalConditionRecreationalList | Collection of MedicalCondition |
None. |
|
| MedicalConditionRecreationalValueList | Dictionary of integer [key] and string [value] |
None. |
|
| IsProfileSurgicalCondition | boolean |
None. |
|
| ProfileSurgicalConditionList | Collection of ProfileSurgicalConditionsViewModel |
None. |
|
| IsProfileMiltaryExposure | boolean |
None. |
|
| ProfileMiltaryExposureList | Collection of ProfileMiltaryExposuresViewModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProfileId": 1,
"MedicalConditionIds": [
1,
2
],
"MedicalConditionList": [
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
}
],
"OtherConditions": "sample string 2",
"RecentSurgery": "sample string 3",
"SurgeryDate": "2026-09-08T21:11:26.8122759+00:00",
"SpecialRemarks": "sample string 4",
"feetvalue": 5,
"inchvalue": 6.0,
"Weight": 7.0,
"IsEKG": true,
"IsRecreational": true,
"MedicineCount": 10,
"AllergiesCount": 11,
"PatientMedicineStatus": true,
"PatientAllergiesStatues": true,
"PatientMedicineComment": "sample string 12",
"PatientAllergiesComment": "sample string 13",
"MedicalConditionSensitiveList": [
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
}
],
"MedicalConditionRecreationalList": [
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
}
],
"MedicalConditionRecreationalValueList": {
"1": "sample string 2",
"3": "sample string 4"
},
"IsProfileSurgicalCondition": true,
"ProfileSurgicalConditionList": [
{
"Id": 1,
"ProfileId": 2,
"SurgeryName": "sample string 3",
"SurgeryDate": "2026-09-08T21:11:26.8122759+00:00",
"SpecialRemarks": "sample string 4",
"IsDeleted": true,
"CreateDate": "2026-09-08T21:11:26.8122759+00:00",
"LastUpdateDate": "2026-09-08T21:11:26.8122759+00:00"
},
{
"Id": 1,
"ProfileId": 2,
"SurgeryName": "sample string 3",
"SurgeryDate": "2026-09-08T21:11:26.8122759+00:00",
"SpecialRemarks": "sample string 4",
"IsDeleted": true,
"CreateDate": "2026-09-08T21:11:26.8122759+00:00",
"LastUpdateDate": "2026-09-08T21:11:26.8122759+00:00"
}
],
"IsProfileMiltaryExposure": true,
"ProfileMiltaryExposureList": [
{
"Id": 1,
"ProfileId": 2,
"ExposureLocation": "sample string 3",
"ExposureDescription": "sample string 4",
"StartEstimatedExposure": "2026-09-08T21:11:26.8122759+00:00",
"EndEstimatedExposure": "2026-09-08T21:11:26.8122759+00:00",
"IsDeleted": true,
"CreatedDate": "2026-09-08T21:11:26.8122759+00:00",
"LastUpdatedDate": "2026-09-08T21:11:26.8122759+00:00"
},
{
"Id": 1,
"ProfileId": 2,
"ExposureLocation": "sample string 3",
"ExposureDescription": "sample string 4",
"StartEstimatedExposure": "2026-09-08T21:11:26.8122759+00:00",
"EndEstimatedExposure": "2026-09-08T21:11:26.8122759+00:00",
"IsDeleted": true,
"CreatedDate": "2026-09-08T21:11:26.8122759+00:00",
"LastUpdatedDate": "2026-09-08T21:11:26.8122759+00:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProfileMedicalConditionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | integer |
None. |
|
| MedicalConditionIds | Collection of integer |
None. |
|
| MedicalConditionList | Collection of MedicalCondition |
None. |
|
| OtherConditions | string |
None. |
|
| RecentSurgery | string |
None. |
|
| SurgeryDate | date |
None. |
|
| SpecialRemarks | string |
None. |
|
| feetvalue | integer |
None. |
|
| inchvalue | decimal number |
None. |
|
| Weight | decimal number |
None. |
|
| IsEKG | boolean |
None. |
|
| IsRecreational | boolean |
None. |
|
| MedicineCount | integer |
None. |
|
| AllergiesCount | integer |
None. |
|
| PatientMedicineStatus | boolean |
None. |
|
| PatientAllergiesStatues | boolean |
None. |
|
| PatientMedicineComment | string |
None. |
|
| PatientAllergiesComment | string |
None. |
|
| MedicalConditionSensitiveList | Collection of MedicalCondition |
None. |
|
| MedicalConditionRecreationalList | Collection of MedicalCondition |
None. |
|
| MedicalConditionRecreationalValueList | Dictionary of integer [key] and string [value] |
None. |
|
| IsProfileSurgicalCondition | boolean |
None. |
|
| ProfileSurgicalConditionList | Collection of ProfileSurgicalConditionsViewModel |
None. |
|
| IsProfileMiltaryExposure | boolean |
None. |
|
| ProfileMiltaryExposureList | Collection of ProfileMiltaryExposuresViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProfileId": 1,
"MedicalConditionIds": [
1,
2
],
"MedicalConditionList": [
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
}
],
"OtherConditions": "sample string 2",
"RecentSurgery": "sample string 3",
"SurgeryDate": "2026-09-08T21:11:26.8122759+00:00",
"SpecialRemarks": "sample string 4",
"feetvalue": 5,
"inchvalue": 6.0,
"Weight": 7.0,
"IsEKG": true,
"IsRecreational": true,
"MedicineCount": 10,
"AllergiesCount": 11,
"PatientMedicineStatus": true,
"PatientAllergiesStatues": true,
"PatientMedicineComment": "sample string 12",
"PatientAllergiesComment": "sample string 13",
"MedicalConditionSensitiveList": [
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
}
],
"MedicalConditionRecreationalList": [
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sortorder": 3,
"ProfileId": 1,
"IsSensitive": true,
"IsRecreational": true,
"IsDeleted": true,
"IsInput": true
}
],
"MedicalConditionRecreationalValueList": {
"1": "sample string 2",
"3": "sample string 4"
},
"IsProfileSurgicalCondition": true,
"ProfileSurgicalConditionList": [
{
"Id": 1,
"ProfileId": 2,
"SurgeryName": "sample string 3",
"SurgeryDate": "2026-09-08T21:11:26.8122759+00:00",
"SpecialRemarks": "sample string 4",
"IsDeleted": true,
"CreateDate": "2026-09-08T21:11:26.8122759+00:00",
"LastUpdateDate": "2026-09-08T21:11:26.8122759+00:00"
},
{
"Id": 1,
"ProfileId": 2,
"SurgeryName": "sample string 3",
"SurgeryDate": "2026-09-08T21:11:26.8122759+00:00",
"SpecialRemarks": "sample string 4",
"IsDeleted": true,
"CreateDate": "2026-09-08T21:11:26.8122759+00:00",
"LastUpdateDate": "2026-09-08T21:11:26.8122759+00:00"
}
],
"IsProfileMiltaryExposure": true,
"ProfileMiltaryExposureList": [
{
"Id": 1,
"ProfileId": 2,
"ExposureLocation": "sample string 3",
"ExposureDescription": "sample string 4",
"StartEstimatedExposure": "2026-09-08T21:11:26.8122759+00:00",
"EndEstimatedExposure": "2026-09-08T21:11:26.8122759+00:00",
"IsDeleted": true,
"CreatedDate": "2026-09-08T21:11:26.8122759+00:00",
"LastUpdatedDate": "2026-09-08T21:11:26.8122759+00:00"
},
{
"Id": 1,
"ProfileId": 2,
"ExposureLocation": "sample string 3",
"ExposureDescription": "sample string 4",
"StartEstimatedExposure": "2026-09-08T21:11:26.8122759+00:00",
"EndEstimatedExposure": "2026-09-08T21:11:26.8122759+00:00",
"IsDeleted": true,
"CreatedDate": "2026-09-08T21:11:26.8122759+00:00",
"LastUpdatedDate": "2026-09-08T21:11:26.8122759+00:00"
}
]
}