POST api/SHT/RechazoBoMMxP?Combo={Combo}&EstadoActual={EstadoActual}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Combo

string

Required

EstadoActual

string

Required

Body Parameters

None.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

mensaje

string

None.

code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "mensaje": "sample string 2",
  "code": 3
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_SHT.Models">
  <IsSuccess>true</IsSuccess>
  <code>3</code>
  <mensaje>sample string 2</mensaje>
</Response>