POST api/Admin/GenerateVehicleLotNumbers
Sets the List of LotNumbers Range By BranchID
Request Information
URI Parameters
None.
Body Parameters
VehicleLocationSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchID | integer |
None. |
|
| LotNumbersCount | integer |
None. |
|
| LotNumbersDiscontinued | string |
None. |
|
| LotNumberRangeFrom | integer |
None. |
|
| LotNumberRangeTo | integer |
None. |
|
| isActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| FromRange | string |
None. |
|
| ToRange | string |
None. |
|
| DiscontinuedLotNumbers | string |
None. |
|
| BranchName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchID": 1,
"LotNumbersCount": 2,
"LotNumbersDiscontinued": "sample string 3",
"LotNumberRangeFrom": 4,
"LotNumberRangeTo": 5,
"isActive": true,
"CreatedBy": 7,
"CreatedDate": "2021-02-24T12:50:08.6904336+11:00",
"ModifiedBy": 9,
"ModifiedDate": "2021-02-24T12:50:08.6904336+11:00",
"FromRange": "sample string 11",
"ToRange": "sample string 12",
"DiscontinuedLotNumbers": "sample string 13",
"BranchName": "sample string 14"
}
application/xml, text/xml
Sample:
<VehicleLocationSettingsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models"> <BranchID>1</BranchID> <BranchName>sample string 14</BranchName> <CreatedBy>7</CreatedBy> <CreatedDate>2021-02-24T12:50:08.6904336+11:00</CreatedDate> <DiscontinuedLotNumbers>sample string 13</DiscontinuedLotNumbers> <FromRange>sample string 11</FromRange> <LotNumberRangeFrom>4</LotNumberRangeFrom> <LotNumberRangeTo>5</LotNumberRangeTo> <LotNumbersCount>2</LotNumbersCount> <LotNumbersDiscontinued>sample string 3</LotNumbersDiscontinued> <ModifiedBy>9</ModifiedBy> <ModifiedDate>2021-02-24T12:50:08.6904336+11:00</ModifiedDate> <ToRange>sample string 12</ToRange> <isActive>true</isActive> </VehicleLocationSettingsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.