POST papi/v1/auth/app


Security

Anonymous API


Request Information

URI Parameters

None.

Required Headers

Name Description Sample Type Default
ConsumerId Represents the value of the consumer id.
Allow multiple values: no.
2426 integer None

Optional Headers

Name Description Sample Type Default
ApplicationType Represents the value of the consumer's application type.
Allow multiple values: no.
1 ApplicationType None
Accept-Language Represents the value of the desired language for translations.
Allow multiple values: yes.
es string en

Body Parameters

App
NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

ConsumerKey

globally unique identifier

Required


Request Formats

application/json, text/json

Sample:
{
  "Id": "320b140c-db39-48e9-ad9f-226bfddc7f99",
  "ConsumerKey": "48730447-cb7f-425f-b6bf-a0fae57c4435"
}

application/xml, text/xml

Sample:
<App xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Id>320b140c-db39-48e9-ad9f-226bfddc7f99</Id>
  <ConsumerKey>48730447-cb7f-425f-b6bf-a0fae57c4435</ConsumerKey>
</App>

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 'App'.


Response Information

Resource Description

App
NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

ConsumerKey

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": "dd43da8d-cb6e-4ba3-9fd5-f5ff5ec864a8",
  "ConsumerKey": "f0cc60e2-b7e6-45f0-8be9-20adca828ede"
}

application/xml, text/xml

Sample:
<App xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Id>dd43da8d-cb6e-4ba3-9fd5-f5ff5ec864a8</Id>
  <ConsumerKey>f0cc60e2-b7e6-45f0-8be9-20adca828ede</ConsumerKey>
</App>