GET v1/Facilities/{id}/FacilityRateOptions

Description

Retrieve list of rate options for facility with a WSO ID of {id}.

Base Url

https://api-agc.wsohosting.com/


Rest Call Syntax


GET SecurityMaster/v1/Facilities/{id}/FacilityRateOptions

GET SecurityMaster/v1/Facilities/{id}/FacilityRateOptions

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO ID of facility

integer

Required




Response Information



NonPagedList Of FacilityRateOptionListItem

Name

Description

Type

Additional Information

Items

Links

Collection of Link




Response Body Formats



application/json, text/json

Sample:
{
  "items": [
    {
      "id": 1,
      "facilityId": 2,
      "facilityRateOptionName": "sample string 3",
      "behavior": "LIBOR",
      "baseRateInterestMethod": "Unassigned",
      "baseRateCompoundMethod": "Unassigned",
      "skimInterestEnabled": true,
      "aalSpread": 5.1,
      "links": [
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        },
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        }
      ]
    },
    {
      "id": 1,
      "facilityId": 2,
      "facilityRateOptionName": "sample string 3",
      "behavior": "LIBOR",
      "baseRateInterestMethod": "Unassigned",
      "baseRateCompoundMethod": "Unassigned",
      "skimInterestEnabled": true,
      "aalSpread": 5.1,
      "links": [
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        },
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        }
      ]
    }
  ],
  "links": [
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    },
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    }
  ]
}

application/xml, text/xml

Sample:
<NonPagedListOfFacilityRateOptionListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1">
    <d2p1:FacilityRateOptionListItem>
      <d2p1:AALSpread>5.1</d2p1:AALSpread>
      <d2p1:BaseRateCompoundMethod>Unassigned</d2p1:BaseRateCompoundMethod>
      <d2p1:BaseRateInterestMethod>Unassigned</d2p1:BaseRateInterestMethod>
      <d2p1:Behavior>LIBOR</d2p1:Behavior>
      <d2p1:FacilityId>2</d2p1:FacilityId>
      <d2p1:FacilityRateOptionName>sample string 3</d2p1:FacilityRateOptionName>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Links>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
      </d2p1:Links>
      <d2p1:SkimInterestEnabled>true</d2p1:SkimInterestEnabled>
    </d2p1:FacilityRateOptionListItem>
    <d2p1:FacilityRateOptionListItem>
      <d2p1:AALSpread>5.1</d2p1:AALSpread>
      <d2p1:BaseRateCompoundMethod>Unassigned</d2p1:BaseRateCompoundMethod>
      <d2p1:BaseRateInterestMethod>Unassigned</d2p1:BaseRateInterestMethod>
      <d2p1:Behavior>LIBOR</d2p1:Behavior>
      <d2p1:FacilityId>2</d2p1:FacilityId>
      <d2p1:FacilityRateOptionName>sample string 3</d2p1:FacilityRateOptionName>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Links>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
      </d2p1:Links>
      <d2p1:SkimInterestEnabled>true</d2p1:SkimInterestEnabled>
    </d2p1:FacilityRateOptionListItem>
  </Items>
  <Links>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
</NonPagedListOfFacilityRateOptionListItem>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.