GET api/Sage/GetSageAccountDetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SageAuthResponseModel
NameDescriptionTypeAdditional information
SenderID

string

None.

SenderPassword

string

None.

UserID

string

None.

Password

string

None.

CompanyID

string

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "senderID": "sample string 1",
  "senderPassword": "sample string 2",
  "userID": "sample string 3",
  "password": "sample string 4",
  "companyID": "sample string 5"
}

application/xml, text/xml

Sample:
<SageAuthResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Sage">
  <CompanyID>sample string 5</CompanyID>
  <Password>sample string 4</Password>
  <SenderID>sample string 1</SenderID>
  <SenderPassword>sample string 2</SenderPassword>
  <UserID>sample string 3</UserID>
</SageAuthResponseModel>

multipart/form-data

Sample:
<SageAuthResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Sage"><CompanyID>sample string 5</CompanyID><Password>sample string 4</Password><SenderID>sample string 1</SenderID><SenderPassword>sample string 2</SenderPassword><UserID>sample string 3</UserID></SageAuthResponseModel>