POST api/ApiBase/InitService

Request Information

URI Parameters

None.

Body Parameters

ServiceBase
NameDescriptionTypeAdditional information
CompanyID

integer

None.

OpenID

string

None.

ShopID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyID": 1,
  "OpenID": "sample string 2",
  "ShopID": 3
}

application/xml, text/xml

Sample:
<ServiceBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProTech.Member.Service">
  <CompanyID>1</CompanyID>
  <OpenID>sample string 2</OpenID>
  <ShopID>3</ShopID>
</ServiceBase>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.