POST api/recepcion/mobiliario/ingresar?apikey={apikey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apikey | string |
None. |
Body Parameters
IngresarMobiliarioRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DocEntry | integer |
None. |
|
| LineNum | integer |
None. |
|
| Cantidad | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"docEntry": 1,
"lineNum": 2,
"cantidad": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.