POST api/ms/customerprovider/bind
Bind Providers
Request Information
URI Parameters
None.
Body Parameters
m_customer_provider_binding_request| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.