POST api/RegistrationGuardian/AddRegistrationGuardian
Request Information
URI Parameters
None.
Body Parameters
RegistrationGuardian| Name | Description | Type | Additional information |
|---|---|---|---|
| AdmissionGuardianId | integer |
None. |
|
| AdmissionMasterId | integer |
None. |
|
| FullName | string |
None. |
|
| DOB | string |
None. |
|
| Age | string |
None. |
|
| ContactNo | string |
None. |
|
| string |
None. |
||
| Country_Id | integer |
None. |
|
| State_Id | integer |
None. |
|
| City_Id | integer |
None. |
|
| PinCode | string |
None. |
|
| AreaId | integer |
None. |
|
| ZoneId | integer |
None. |
|
| TempAddress | string |
None. |
|
| PermanentAddress | string |
None. |
|
| RelationId | integer |
None. |
|
| Education | string |
None. |
|
| Occupation | string |
None. |
|
| PersonIDCategoryId | integer |
None. |
|
| IDNO | string |
None. |
|
| HealthIssue | string |
None. |
|
| OperationType | string |
None. |
|
| CreatedBy | integer |
None. |
|
| MachineIP | string |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdmissionGuardianId": 1,
"AdmissionMasterId": 2,
"FullName": "sample string 3",
"DOB": "sample string 4",
"Age": "sample string 5",
"ContactNo": "sample string 6",
"Email": "sample string 7",
"Country_Id": 8,
"State_Id": 9,
"City_Id": 10,
"PinCode": "sample string 11",
"AreaId": 12,
"ZoneId": 13,
"TempAddress": "sample string 14",
"PermanentAddress": "sample string 15",
"RelationId": 16,
"Education": "sample string 17",
"Occupation": "sample string 18",
"PersonIDCategoryId": 19,
"IDNO": "sample string 20",
"HealthIssue": "sample string 21",
"OperationType": "sample string 22",
"CreatedBy": 23,
"MachineIP": "sample string 24",
"Notes": "sample string 25"
}
application/xml, text/xml
Sample:
<RegistrationGuardian xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models"> <AdmissionGuardianId>1</AdmissionGuardianId> <AdmissionMasterId>2</AdmissionMasterId> <Age>sample string 5</Age> <AreaId>12</AreaId> <City_Id>10</City_Id> <ContactNo>sample string 6</ContactNo> <Country_Id>8</Country_Id> <CreatedBy>23</CreatedBy> <DOB>sample string 4</DOB> <Education>sample string 17</Education> <Email>sample string 7</Email> <FullName>sample string 3</FullName> <HealthIssue>sample string 21</HealthIssue> <IDNO>sample string 20</IDNO> <MachineIP>sample string 24</MachineIP> <Notes>sample string 25</Notes> <Occupation>sample string 18</Occupation> <OperationType>sample string 22</OperationType> <PermanentAddress>sample string 15</PermanentAddress> <PersonIDCategoryId>19</PersonIDCategoryId> <PinCode>sample string 11</PinCode> <RelationId>16</RelationId> <State_Id>9</State_Id> <TempAddress>sample string 14</TempAddress> <ZoneId>13</ZoneId> </RegistrationGuardian>
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. |