POST api/VentasLecturasNuevas?imeiSmart={imeiSmart}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| imeiSmart | string |
Required |
Body Parameters
ACK_VentasLecturasNuevasDTOi| Name | Description | Type | Additional information |
|---|---|---|---|
| Codelt | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Codelt": [
"9634e217-32ff-4bf4-a2b8-0e48a8548b1d",
"f086342e-1400-4973-b359-5ed8b27bc196"
]
}
application/xml, text/xml
Sample:
<ACK_VentasLecturasNuevasDTOi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/readerWebApiRest.Models.DTOIn">
<Codelt xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9634e217-32ff-4bf4-a2b8-0e48a8548b1d</d2p1:guid>
<d2p1:guid>f086342e-1400-4973-b359-5ed8b27bc196</d2p1:guid>
</Codelt>
</ACK_VentasLecturasNuevasDTOi>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.