POST api/DriverReserve/CreateBuilder
Request Information
URI Parameters
None.
Body Parameters
BuilderCreateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| IdNo | string |
None. |
|
| Phone | string |
None. |
|
| TrainingCategory | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| TrainingCategoryEffectiveDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"IdNo": "sample string 2",
"Phone": "sample string 3",
"TrainingCategory": "sample string 4",
"StartDate": "sample string 5",
"EndDate": "sample string 6",
"TrainingCategoryEffectiveDate": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.