POST api/SPLCMCompPedido?token={token}&idPlanta={idPlanta}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

idPlanta

integer

Required

Body Parameters

SPLCMInputGZIP
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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>