POST api/v1/Door/GenerateDoors/{LockType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LockType | LOCK_TYPE |
Required |
Body Parameters
DoorGenerator| Name | Description | Type | Additional information |
|---|---|---|---|
| _From | integer |
None. |
|
| _UpTo | integer |
None. |
|
| _Step | integer |
None. |
|
| _Header | string |
None. |
|
| _Footer | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"_From": 1,
"_UpTo": 2,
"_Step": 3,
"_Header": "sample string 4",
"_Footer": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.