POST api/LotImport
Request Information
URI Parameters
None.
Body Parameters
LotImport| Name | Description | Type | Additional information |
|---|---|---|---|
| CREATE_DATETIME | date |
None. |
|
| FACILITY | string |
None. |
|
| LOTID | string |
None. |
|
| PRODUCT_CODE | string |
None. |
|
| STD_COST | decimal number |
None. |
|
| MFG_DATE | date |
None. |
|
| QAHOLD | string |
None. |
|
| QAREASON | string |
None. |
|
| CA_FILENAME | string |
None. |
|
| WORKORDER_ID | string |
None. |
|
| LANDED_COST | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"CREATE_DATETIME": "2026-08-21T00:43:53.9573776-07:00",
"FACILITY": "sample string 2",
"LOTID": "sample string 3",
"PRODUCT_CODE": "sample string 4",
"STD_COST": 5.1,
"MFG_DATE": "2026-08-21T00:43:53.9573776-07:00",
"QAHOLD": "sample string 7",
"QAREASON": "sample string 8",
"CA_FILENAME": "sample string 9",
"WORKORDER_ID": "sample string 10",
"LANDED_COST": 11.1
}
application/xml, text/xml
Sample:
<LotImport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASCTracInterfaceModel.Model.Lot"> <CA_FILENAME>sample string 9</CA_FILENAME> <CREATE_DATETIME>2026-08-21T00:43:53.9573776-07:00</CREATE_DATETIME> <FACILITY>sample string 2</FACILITY> <LANDED_COST>11.1</LANDED_COST> <LOTID>sample string 3</LOTID> <MFG_DATE>2026-08-21T00:43:53.9573776-07:00</MFG_DATE> <PRODUCT_CODE>sample string 4</PRODUCT_CODE> <QAHOLD>sample string 7</QAHOLD> <QAREASON>sample string 8</QAREASON> <STD_COST>5.1</STD_COST> <WORKORDER_ID>sample string 10</WORKORDER_ID> </LotImport>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |