POST api/App

Request Information

URI Parameters

None.

Body Parameters

ConfiguracionAppRequest
NameDescriptionTypeAdditional information
Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1"
}

application/xml, text/xml

Sample:
<ConfiguracionAppRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ateb.cofidi4.aassl.wsapirest.estrucuturas.Request">
  <Token>sample string 1</Token>
</ConfiguracionAppRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ConfiguracionAppResponse
NameDescriptionTypeAdditional information
Token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1"
}

application/xml, text/xml

Sample:
<ConfiguracionAppResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ateb.cofidi4.aassl.wsapirest.estrucuturas.Response">
  <Token>sample string 1</Token>
</ConfiguracionAppResponse>