POST v6/lot/save

Request Information

URI Parameters

None.

Body Parameters

LotModelv6
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.