POST Authen/v1/Partner/Token

Request Information

URI Parameters

None.

Body Parameters

CerAuthenParam
NameDescriptionTypeAdditional information
Client_Id

string

None.

Client_Secret

string

None.

Grant_Type

string

None.

Scope

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Client_Id": "sample string 1",
  "Client_Secret": "sample string 2",
  "Grant_Type": "sample string 3",
  "Scope": "sample string 4"
}

application/xml, text/xml

Sample:
<CerAuthenParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO">
  <Client_Id>sample string 1</Client_Id>
  <Client_Secret>sample string 2</Client_Secret>
  <Grant_Type>sample string 3</Grant_Type>
  <Scope>sample string 4</Scope>
</CerAuthenParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.