POST api/recepcion/sap/series-retorno
Request Information
URI Parameters
None.
Body Parameters
SapSeriesRetornoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| apikey | string |
None. |
|
| procesos | Collection of integer |
None. |
|
| modulos | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"apikey": "sample string 1",
"procesos": [
1,
2
],
"modulos": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.