Radial Integration | 2016

Store Fulfillment > Store Fulfillment API > GET api/v4/Company/Hello

GET api/v4/Company/Hello

Simple method that will authenticate the request and respond with a greeting to the authenticated user.

Request Parameters

None.

Response Parameters

String response greeting the authenticated user

Example

XML Request

Authorization: Basic MTk4NToxOTg1Og==
Accept: application/xml
Content-Type: application/xml; charset=utf-8
      

XML Response

<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Hello 1985</string>

JSON Request

Authorization: Basic MTk4NToxOTg1Og==

JSON Response

"Hello 1985"

 

 

Copyright © 2017 Radial. All rights reserved.