POST api/ms/customerprovider/bind

Bind Providers

Request Information

URI Parameters

None.

Body Parameters

m_customer_provider_binding_request
NameDescriptionTypeAdditional information
ProviderType

string

Required

ProviderKey

string

Required

AccessToken

string

Required

DeviceName

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ProviderType": "sample string 1",
  "ProviderKey": "sample string 2",
  "AccessToken": "sample string 3",
  "DeviceName": "sample string 4"
}

application/xml, text/xml

Sample:
<m_customer_provider_binding_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem">
  <AccessToken>sample string 3</AccessToken>
  <DeviceName>sample string 4</DeviceName>
  <ProviderKey>sample string 2</ProviderKey>
  <ProviderType>sample string 1</ProviderType>
</m_customer_provider_binding_request>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.