POST api/WMS/lote?LIMCU={LIMCU}&IMAITM={IMAITM}&LOTE={LOTE}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LIMCU | string |
Default value is |
|
| IMAITM | string |
Default value is |
|
| LOTE | string |
Default value is |
Body Parameters
respuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | boolean |
None. |
|
| mensaje | string |
None. |
|
| token | string |
None. |
|
| objeto | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"estado": true,
"mensaje": "sample string 2",
"token": "sample string 3",
"objeto": {}
}
application/xml, text/xml
Sample:
<WMS.respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INDESAD.Models"> <estado>true</estado> <mensaje>sample string 2</mensaje> <objeto /> <token>sample string 3</token> </WMS.respuesta>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.