POST api/RegistrationProffesionalDoctor/AddRegistrationProffesionalDoctor
Request Information
URI Parameters
None.
Body Parameters
RegistrationProffesionalDoctor| Name | Description | Type | Additional information |
|---|---|---|---|
| AdmissionProffesionalDoctorId | integer |
None. |
|
| AdmissionMasterId | integer |
None. |
|
| DoctorBasicDegree | string |
None. |
|
| DoctorHighestDegree | string |
None. |
|
| DoctorDiploma | string |
None. |
|
| DoctorDepartment | string |
None. |
|
| DoctorSpecialization | string |
None. |
|
| DoctorPractice | string |
None. |
|
| OperationType | string |
None. |
|
| CreatedBy | integer |
None. |
|
| MachineIP | string |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdmissionProffesionalDoctorId": 1,
"AdmissionMasterId": 2,
"DoctorBasicDegree": "sample string 3",
"DoctorHighestDegree": "sample string 4",
"DoctorDiploma": "sample string 5",
"DoctorDepartment": "sample string 6",
"DoctorSpecialization": "sample string 7",
"DoctorPractice": "sample string 8",
"OperationType": "sample string 9",
"CreatedBy": 10,
"MachineIP": "sample string 11",
"Notes": "sample string 12"
}
application/xml, text/xml
Sample:
<RegistrationProffesionalDoctor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models"> <AdmissionMasterId>2</AdmissionMasterId> <AdmissionProffesionalDoctorId>1</AdmissionProffesionalDoctorId> <CreatedBy>10</CreatedBy> <DoctorBasicDegree>sample string 3</DoctorBasicDegree> <DoctorDepartment>sample string 6</DoctorDepartment> <DoctorDiploma>sample string 5</DoctorDiploma> <DoctorHighestDegree>sample string 4</DoctorHighestDegree> <DoctorPractice>sample string 8</DoctorPractice> <DoctorSpecialization>sample string 7</DoctorSpecialization> <MachineIP>sample string 11</MachineIP> <Notes>sample string 12</Notes> <OperationType>sample string 9</OperationType> </RegistrationProffesionalDoctor>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |