POST api/usuarios/tokens

Request Information

URI Parameters

None.

Body Parameters

StoreModel
NameDescriptionTypeAdditional information
IdUsuario

integer

Required

Token

string

Required

Platform

string

Required

Request Formats

application/json, text/json

Sample:
{
  "IdUsuario": 1,
  "Token": "sample string 1",
  "Platform": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StoreModel'.

multipart/form-data

Sample:

Failed to generate the sample for media type 'multipart/form-data'. Cannot use formatter 'MultipartFormDataFormatter' to write type 'StoreModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.