PUT v1/BankDeal/{id}

Description

Update the bank deal with WSO ID of {id}.

Base Url

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


Rest Call Syntax


PUT LRDIntegration/v1/BankDeal/{id}

PUT LRDIntegration/v1/BankDeal/{id}

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



BankDealDetailUpdate

Name

Description

Type

Additional Information

GlobalId

integer

Required




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO ID of the bankdeal

integer

Required



Request body formats


application/json, text/json

Sample:
{
  "globalBankDealId": 1
}

application/xml, text/xml

Sample:
<BankDealDetailUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.LRDIntegration.Models.v1">
  <GlobalId>1</GlobalId>
</BankDealDetailUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



BankDealInfo

Name

Description

Type

Additional Information

AgentBank

AgentBankName

string

AgentConsent

boolean

AgentContact

AgentStreetName

string

BankDealName

string

BorrowerConsent

boolean

CanAffiliate

boolean

CreditDate

date

Currency

CurrencyCode

string

DaysOfFolowingMonthRuleDateType

DaysOfFolowingMonthRuleDays

Description

string

EffectiveDate

date

FundingDate

date

GlobalAmount

decimal number

Id

integer

Identifiers

IsCovenantLite

boolean

IsDeleted

boolean

IsLookupExchangeRate

boolean

IsPricingGridEnabled

boolean

Issuer

LeadUnderwriter

LeadUnderwriterName

string

Links

Collection of Link

MinimumAssignment

decimal number

MinimumHold

decimal number

Notes

string

OffsetDaysForFXRateLookup

integer

PrepaymentNotes

string

PricingGridEffectiveDateRule

PrimarySponsor

PrimarySponsorName

string

Sponsor2

Sponsor2Name

string

Sponsor3

Sponsor3Name

string

TPlusRuleDateType

TPlusRuleDays

integer

Udfs




Response Body Formats



application/json, text/json

Sample:
{
  "minimumAssignment": 1.0,
  "minimumHold": 1.0,
  "agentConsent": true,
  "canAffiliate": true,
  "borrowerConsent": true,
  "agentStreetName": "sample string 4",
  "isDeleted": true,
  "id": 6,
  "bankDealName": "sample string 7",
  "agentBank": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "agentContact": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "currencyCode": "sample string 9",
  "currency": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "daysOfFolowingMonthRuleDays": "None",
  "daysOfFolowingMonthRuleDateType": "BusinessDays",
  "effectiveDate": "2024-10-08T05:36:40.9351934-05:00",
  "isPricingGridEnabled": true,
  "leadUnderwriter": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "pricingGridEffectiveDateRule": "None",
  "primarySponsor": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "sponsor2": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "sponsor3": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "tPlusRuleDays": 12,
  "tPlusRuleDateType": "BusinessDays",
  "issuer": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "creditDate": "2024-10-08T05:36:40.9351934-05:00",
  "description": "sample string 13",
  "globalAmount": 1.0,
  "notes": "sample string 14",
  "prepaymentNotes": "sample string 15",
  "isCovenantLite": true,
  "fundingDate": "2024-10-08T05:36:40.9351934-05:00",
  "identifiers": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "udfs": {
    "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"
    }
  ],
  "isLookupExchangeRate": true,
  "offsetDaysForFXRateLookup": 19,
  "agentBankName": "sample string 21",
  "leadUnderwriterName": "sample string 22",
  "primarySponsorName": "sample string 23",
  "sponsor2Name": "sample string 24",
  "sponsor3Name": "sample string 25"
}

application/xml, text/xml

Sample:
<BankDealInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AgentBank>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </AgentBank>
  <AgentBankName>sample string 21</AgentBankName>
  <AgentConsent>true</AgentConsent>
  <AgentContact>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </AgentContact>
  <AgentStreetName>sample string 4</AgentStreetName>
  <BankDealName>sample string 7</BankDealName>
  <BorrowerConsent>true</BorrowerConsent>
  <CanAffiliate>true</CanAffiliate>
  <CreditDate>2024-10-08T05:36:40.9351934-05:00</CreditDate>
  <Currency>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Currency>
  <CurrencyCode>sample string 9</CurrencyCode>
  <DaysOfFolowingMonthRuleDateType>BusinessDays</DaysOfFolowingMonthRuleDateType>
  <DaysOfFolowingMonthRuleDays>None</DaysOfFolowingMonthRuleDays>
  <Description>sample string 13</Description>
  <EffectiveDate>2024-10-08T05:36:40.9351934-05:00</EffectiveDate>
  <FundingDate>2024-10-08T05:36:40.9351934-05:00</FundingDate>
  <GlobalAmount>1</GlobalAmount>
  <Id>6</Id>
  <Identifiers>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Identifiers>
  <IsCovenantLite>true</IsCovenantLite>
  <IsDeleted>true</IsDeleted>
  <IsLookupExchangeRate>true</IsLookupExchangeRate>
  <IsPricingGridEnabled>true</IsPricingGridEnabled>
  <Issuer>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Issuer>
  <LeadUnderwriter>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </LeadUnderwriter>
  <LeadUnderwriterName>sample string 22</LeadUnderwriterName>
  <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>
  <MinimumAssignment>1</MinimumAssignment>
  <MinimumHold>1</MinimumHold>
  <Notes>sample string 14</Notes>
  <OffsetDaysForFXRateLookup>19</OffsetDaysForFXRateLookup>
  <PrepaymentNotes>sample string 15</PrepaymentNotes>
  <PricingGridEffectiveDateRule>None</PricingGridEffectiveDateRule>
  <PrimarySponsor>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </PrimarySponsor>
  <PrimarySponsorName>sample string 23</PrimarySponsorName>
  <Sponsor2>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Sponsor2>
  <Sponsor2Name>sample string 24</Sponsor2Name>
  <Sponsor3>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Sponsor3>
  <Sponsor3Name>sample string 25</Sponsor3Name>
  <TPlusRuleDateType>BusinessDays</TPlusRuleDateType>
  <TPlusRuleDays>12</TPlusRuleDays>
  <Udfs>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Udfs>
</BankDealInfo>



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.