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. |
|
flagNombreCliente | boolean |
None. |
|
idCliente | integer |
None. |
|
nombreCliente | string |
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": "2025-04-03T14:51:25.6973888-07:00", "codigo": 3, "hora": "2025-04-03T14:51:25.6973888-07:00", "idResponsable": 5, "ofov": "sample string 6", "idMaquina": 7, "cantidadTotalPza": 8, "flagNombreCliente": true, "idCliente": 10, "nombreCliente": "sample string 11", "cantidadProducida": 12, "idTurno": 13, "userName": "sample string 14", "estado": 15, "pendiente": 16, "conforme": 17, "noConforme": 18, "tipoFiltro": 19 }
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>12</CantidadProducida> <CantidadTotalPza>8</CantidadTotalPza> <Codigo>3</Codigo> <Conforme>17</Conforme> <Estado>15</Estado> <Fecha>2025-04-03T14:51:25.6973888-07:00</Fecha> <FlagNombreCliente>true</FlagNombreCliente> <Hora>2025-04-03T14:51:25.6973888-07:00</Hora> <Id>1</Id> <IdCliente>10</IdCliente> <IdMaquina>7</IdMaquina> <IdResponsable>5</IdResponsable> <IdTurno>13</IdTurno> <NoConforme>18</NoConforme> <NombreCliente>sample string 11</NombreCliente> <OFOV>sample string 6</OFOV> <Pendiente>16</Pendiente> <TipoFiltro>19</TipoFiltro> <UserName>sample string 14</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. |