POST api/SPLCMCompPedido?token={token}&idPlanta={idPlanta}&usuario={usuario}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| idPlanta | integer |
Required |
|
| usuario | string |
Required |
Body Parameters
SPLCMInputGZIP| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Value": "sample string 1"
}
application/xml, text/xml
Sample:
<SPLCMInputGZIP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPLCM_WebApi.Models"> <Value>sample string 1</Value> </SPLCMInputGZIP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SPLCMRespuestaGeneralOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Response | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMessage": "sample string 2",
"Response": "sample string 3"
}
application/xml, text/xml
Sample:
<SPLCMRespuestaGeneralOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPLCM_WebApi.Models"> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> <Response>sample string 3</Response> </SPLCMRespuestaGeneralOfstring>