POST api/Registration_Form/Load-Mandatory-Document
Request Information
URI Parameters
None.
Body Parameters
Registration_Form| Name | Description | Type | Additional information |
|---|---|---|---|
| details | Details |
None. |
|
| REGISTRATION_ID | string |
None. |
|
| HIRER_ID | string |
None. |
|
| FIRST_NAME | string |
None. |
|
| LAST_NAME | string |
None. |
|
| PHONE_NO | string |
None. |
|
| string |
None. |
||
| STREET_ADDRESS | string |
None. |
|
| TOWN | string |
None. |
|
| POST_CODE | string |
None. |
|
| DOB | string |
None. |
|
| NATIONAL_INSURANCE_NO | string |
None. |
|
| REGISTRATION_NUMBER | string |
None. |
|
| GENDER | string |
None. |
|
| SIGN | string |
None. |
|
| ENGAGEMENT_ID | string |
None. |
|
| ACTION | string |
None. |
|
| FORM_ID | string |
None. |
|
| DRIVER_ID | string |
None. |
|
| DRIVER_CLASS_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"details": {
"formName": "sample string 1",
"userId": "sample string 2"
},
"REGISTRATION_ID": "sample string 1",
"HIRER_ID": "sample string 2",
"FIRST_NAME": "sample string 3",
"LAST_NAME": "sample string 4",
"PHONE_NO": "sample string 5",
"EMAIL": "sample string 6",
"STREET_ADDRESS": "sample string 7",
"TOWN": "sample string 8",
"POST_CODE": "sample string 9",
"DOB": "sample string 10",
"NATIONAL_INSURANCE_NO": "sample string 11",
"REGISTRATION_NUMBER": "sample string 12",
"GENDER": "sample string 13",
"SIGN": "sample string 14",
"ENGAGEMENT_ID": "sample string 15",
"ACTION": "sample string 16",
"FORM_ID": "sample string 17",
"DRIVER_ID": "sample string 18",
"DRIVER_CLASS_ID": "sample string 19"
}
application/xml, text/xml
Sample:
<Registration_Form xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HGVDG_API.Controllers.Registration">
<ACTION>sample string 16</ACTION>
<DOB>sample string 10</DOB>
<DRIVER_CLASS_ID>sample string 19</DRIVER_CLASS_ID>
<DRIVER_ID>sample string 18</DRIVER_ID>
<EMAIL>sample string 6</EMAIL>
<ENGAGEMENT_ID>sample string 15</ENGAGEMENT_ID>
<FIRST_NAME>sample string 3</FIRST_NAME>
<FORM_ID>sample string 17</FORM_ID>
<GENDER>sample string 13</GENDER>
<HIRER_ID>sample string 2</HIRER_ID>
<LAST_NAME>sample string 4</LAST_NAME>
<NATIONAL_INSURANCE_NO>sample string 11</NATIONAL_INSURANCE_NO>
<PHONE_NO>sample string 5</PHONE_NO>
<POST_CODE>sample string 9</POST_CODE>
<REGISTRATION_ID>sample string 1</REGISTRATION_ID>
<REGISTRATION_NUMBER>sample string 12</REGISTRATION_NUMBER>
<SIGN>sample string 14</SIGN>
<STREET_ADDRESS>sample string 7</STREET_ADDRESS>
<TOWN>sample string 8</TOWN>
<details xmlns:d2p1="http://schemas.datacontract.org/2004/07/HGVDG_API">
<d2p1:formName>sample string 1</d2p1:formName>
<d2p1:userId>sample string 2</d2p1:userId>
</details>
</Registration_Form>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.