POST api/Reclamaciones/RegistrarCargaLoteReclamaciones
Registrar una Carga de Lote de Reclamaciones
Request Information
URI Parameters
None.
Body Parameters
ReclaLotesWebSiteName | Description | Type | Additional information |
---|---|---|---|
IdLoteWebSite | integer |
None. |
|
IdPss | integer |
None. |
|
Correo | string |
None. |
|
Telefono | string |
None. |
|
CantidadReclamos | integer |
None. |
|
MontoTotalReclamos | decimal number |
None. |
|
FechaRecepcion | date |
None. |
|
NombrePss | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdLoteWebSite": 1, "IdPss": 2, "Correo": "sample string 3", "Telefono": "sample string 4", "CantidadReclamos": 5, "MontoTotalReclamos": 6.1, "FechaRecepcion": "2024-12-22T21:53:22.9355281-04:00", "NombrePss": "sample string 8" }
application/xml, text/xml
Sample:
<ReclaLotesWebSite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Core"> <CantidadReclamos>5</CantidadReclamos> <Correo>sample string 3</Correo> <FechaRecepcion>2024-12-22T21:53:22.9355281-04:00</FechaRecepcion> <IdLoteWebSite>1</IdLoteWebSite> <IdPss>2</IdPss> <MontoTotalReclamos>6.1</MontoTotalReclamos> <NombrePss>sample string 8</NombrePss> <Telefono>sample string 4</Telefono> </ReclaLotesWebSite>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.