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": "9bbbee7e-e9d7-4afb-bf67-b2a8af07c71e",
  "ConsumerKey": "0036774e-5034-464d-8782-bfbf8dbfd244"
}

application/xml, text/xml

Sample:
<App xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Id>9bbbee7e-e9d7-4afb-bf67-b2a8af07c71e</Id>
  <ConsumerKey>0036774e-5034-464d-8782-bfbf8dbfd244</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": "5f982d78-1262-4279-ac25-cadb3a317fe3",
  "ConsumerKey": "8ba1ef69-b1a5-480a-b0db-a31261773fb9"
}

application/xml, text/xml

Sample:
<App xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Id>5f982d78-1262-4279-ac25-cadb3a317fe3</Id>
  <ConsumerKey>8ba1ef69-b1a5-480a-b0db-a31261773fb9</ConsumerKey>
</App>