POST v6/lot/save
Request Information
URI Parameters
None.
Body Parameters
LotModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LotId | integer |
None. |
|
| LotName | string |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"lotId": 1,
"lotName": "sample string 2",
"locationId": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.