POST api/Partner/Shopify/AuthorizeUrl

Request Information

URI Parameters

None.

Body Parameters

ShopifyRegistrationModel
NameDescriptionTypeAdditional information
PartnerID

integer

None.

ShopURLName

string

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PartnerID": 1,
  "ShopURLName": "sample string 2",
  "Token": "sample string 3"
}

application/xml, text/xml

Sample:
<ShopifyRegistrationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub.Server.Models.DTO">
  <PartnerID>1</PartnerID>
  <ShopURLName>sample string 2</ShopURLName>
  <Token>sample string 3</Token>
</ShopifyRegistrationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

XeroAuthURL
NameDescriptionTypeAdditional information
PartnerID

integer

None.

AuthURL

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PartnerID": 1,
  "AuthURL": "sample string 2"
}

application/xml, text/xml

Sample:
<XeroAuthURL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub.Server.Business.Models">
  <AuthURL>sample string 2</AuthURL>
  <PartnerID>1</PartnerID>
</XeroAuthURL>