POST api/Reembolsos/RegistrarDispositivo
Request Information
URI Parameters
None.
Body Parameters
DispositivoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUsuario | integer |
None. |
|
| IdEmpresa | integer |
None. |
|
| tokenFCM | string |
None. |
|
| Plataforma | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdUsuario": 1,
"IdEmpresa": 2,
"tokenFCM": "sample string 3",
"Plataforma": 4
}
application/xml, text/xml
Sample:
<ReembolsosController.DispositivoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Artis.cl.Controllers"> <IdEmpresa>2</IdEmpresa> <IdUsuario>1</IdUsuario> <Plataforma>4</Plataforma> <tokenFCM>sample string 3</tokenFCM> </ReembolsosController.DispositivoRequest>
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.