PUT api/tolerancia
Request Information
URI Parameters
None.
Body Parameters
RequestToleranciaName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
fecha | date |
None. |
|
codigo | integer |
None. |
|
hora | date |
None. |
|
idResponsable | integer |
None. |
|
ofov | string |
None. |
|
idMaquina | integer |
None. |
|
cantidadTotalPza | integer |
None. |
|
idCliente | integer |
None. |
|
cantidadProducida | integer |
None. |
|
idTurno | integer |
None. |
|
userName | string |
None. |
|
estado | integer |
None. |
|
pendiente | integer |
None. |
|
conforme | integer |
None. |
|
noConforme | integer |
None. |
|
tipoFiltro | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "fecha": "2024-10-31T16:30:49.2417756-05:00", "codigo": 3, "hora": "2024-10-31T16:30:49.2417756-05:00", "idResponsable": 5, "ofov": "sample string 6", "idMaquina": 7, "cantidadTotalPza": 8, "idCliente": 9, "cantidadProducida": 10, "idTurno": 11, "userName": "sample string 12", "estado": 13, "pendiente": 14, "conforme": 15, "noConforme": 16, "tipoFiltro": 17 }
application/xml, text/xml
Sample:
<RequestTolerancia xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICalidadHD.Models"> <CantidadProducida>10</CantidadProducida> <CantidadTotalPza>8</CantidadTotalPza> <Codigo>3</Codigo> <Conforme>15</Conforme> <Estado>13</Estado> <Fecha>2024-10-31T16:30:49.2417756-05:00</Fecha> <Hora>2024-10-31T16:30:49.2417756-05:00</Hora> <Id>1</Id> <IdCliente>9</IdCliente> <IdMaquina>7</IdMaquina> <IdResponsable>5</IdResponsable> <IdTurno>11</IdTurno> <NoConforme>16</NoConforme> <OFOV>sample string 6</OFOV> <Pendiente>14</Pendiente> <TipoFiltro>17</TipoFiltro> <UserName>sample string 12</UserName> </RequestTolerancia>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |