Request Information

URI Parameters

NameDescriptionTypeAdditional information
corporatePartnerId

The corporate partner identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The corporate partner.

Nano.CorporatePartner
NameDescriptionTypeAdditional information
beneficiary

Gets or sets the beneficiary.

string

None.

code

Gets or sets the code.

string

None.

companyName

Gets or sets the available funds factor.

string

None.

isActive

Gets or sets a value indicating whether the corporate partner is active.

boolean

None.

id

Gets or sets the corporate partner identifier.

integer

None.

organization

Gets or sets the organization identifier.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "beneficiary": "sample String 1",
  "code": "sample String 2",
  "companyName": "sample String 3",
  "isActive": true,
  "id": "5",
  "organization": "sample String 6"
}

text/html

Sample:
{"beneficiary":"sample String 1","code":"sample String 2","companyName":"sample String 3","isActive":true,"id":"5","organization":"sample String 6"}

application/xml, text/xml

Sample:
<CorporatePartner xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Beneficiary>sample String 1</Beneficiary>
  <Code>sample String 2</Code>
  <CompanyName>sample String 3</CompanyName>
  <IsActive>true</IsActive>
  <CorporatePartnerId>5</CorporatePartnerId>
  <OrganizationId>sample String 6</OrganizationId>
</CorporatePartner>

application/vnd.api+json

Sample:

Sample not available.