Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
organizationId |
The organization type identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The organization type.
Nano.OrganizationName | Description | Type | Additional information |
---|---|---|---|
allowApplicationDateDeferral |
Gets or sets a value indicating whether organization is allow Application Date Deferral. |
boolean |
None. |
allowDualAUS |
Gets or sets a value indicating whether organization is allowed dual AUS. |
boolean |
None. |
borrowerAppTaskRequestDelay |
Gets or sets the BorrowerAppTaskRequestDelay opv value. |
integer |
None. |
canGetPricing |
Gets or sets a value indicating whether organization can get pricing. |
boolean |
None. |
canHaveSpecificPricing |
Gets or sets a value indicating whether organization can have specific pricing. |
boolean |
None. |
channel |
Gets or sets the channel. |
string |
None. |
defaultPrimaryAUS |
Gets or sets the DefaultPrimaryAUS. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
disclosureEmail |
Gets or sets the disclosure email. |
string |
None. |
eDisclosureProvider |
Gets or sets the EDisclosureProvider. |
string |
None. |
eSignatureConsentRequirementExemption |
Gets or sets a value indicating whether organiation has requirement exemption. |
boolean |
None. |
isActive |
Gets or sets a value indicating whether user is active. |
boolean |
None. |
limitedMerchantTransactionFeeTypes |
Gets or sets limited merchant transaction fee types. |
string |
None. |
merchantTransactionFeeTypes |
Gets or sets merchant transaction fee types. |
string |
None. |
newVendorVOIOrderMoratoriumPeriod |
Gets or sets new vendor VOI order moratorium period. |
integer |
None. |
address |
Gets or sets the address identifier. |
integer |
None. |
id |
Gets or sets the organization identifier. |
string |
None. |
organizationLogoUrl |
Gets or sets the organization logo url. |
string |
None. |
organizationType |
Gets or sets the organization type identifier. |
integer |
None. |
parentOrganization |
Gets or sets the parent organization identifier. |
string |
None. |
baseConditions |
Gets or sets the base condition identifiers. |
Collection of integer |
None. |
baseTaskGroups |
Gets or sets the base task group identifiers. |
Collection of integer |
None. |
childOrganizations |
Gets or sets the child organization identifiers. |
Collection of string |
None. |
childRelatedOrganizations |
Gets or sets the child related organization identifiers. |
Collection of integer |
None. |
corporatePartners |
Gets or sets the corporate partner identifiers. |
Collection of integer |
None. |
manualPriceAdjustments |
Gets or sets the manual price adjustment identifiers. |
Collection of integer |
None. |
parentRelatedOrganizations |
Gets or sets the parent related organization identifiers. |
Collection of integer |
None. |
pricingUsers |
Gets or sets the pricing user identifiers. |
Collection of integer |
None. |
providers |
Gets or sets the provider identifiers. |
Collection of integer |
None. |
roles |
Gets or sets the role ids. |
Collection of integer |
None. |
users |
Gets or sets the user identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{ "allowApplicationDateDeferral": true, "allowDualAUS": true, "borrowerAppTaskRequestDelay": 1, "canGetPricing": true, "canHaveSpecificPricing": true, "channel": "sample String 5", "defaultPrimaryAUS": "sample String 6", "description": "sample String 7", "disclosureEmail": "sample String 8", "eDisclosureProvider": "sample String 9", "eSignatureConsentRequirementExemption": true, "isActive": true, "limitedMerchantTransactionFeeTypes": "sample String 12", "merchantTransactionFeeTypes": "sample String 13", "newVendorVOIOrderMoratoriumPeriod": 1, "address": "1", "id": "sample String 14", "organizationLogoUrl": "sample String 15", "organizationType": "16", "parentOrganization": "sample String 17", "baseConditions": [ 1, 2 ], "baseTaskGroups": [ 1, 2 ], "childOrganizations": [ "sample String 1", "sample String 2" ], "childRelatedOrganizations": [ 1, 2 ], "corporatePartners": [ 1, 2 ], "manualPriceAdjustments": [ 1, 2 ], "parentRelatedOrganizations": [ 1, 2 ], "pricingUsers": [ "1", "2" ], "providers": [ "1", "2" ], "roles": [ "1", "2" ], "users": [ "1", "2" ] }
text/html
{"allowApplicationDateDeferral":true,"allowDualAUS":true,"borrowerAppTaskRequestDelay":1,"canGetPricing":true,"canHaveSpecificPricing":true,"channel":"sample String 5","defaultPrimaryAUS":"sample String 6","description":"sample String 7","disclosureEmail":"sample String 8","eDisclosureProvider":"sample String 9","eSignatureConsentRequirementExemption":true,"isActive":true,"limitedMerchantTransactionFeeTypes":"sample String 12","merchantTransactionFeeTypes":"sample String 13","newVendorVOIOrderMoratoriumPeriod":1,"address":"1","id":"sample String 14","organizationLogoUrl":"sample String 15","organizationType":"16","parentOrganization":"sample String 17","baseConditions":[1,2],"baseTaskGroups":[1,2],"childOrganizations":["sample String 1","sample String 2"],"childRelatedOrganizations":[1,2],"corporatePartners":[1,2],"manualPriceAdjustments":[1,2],"parentRelatedOrganizations":[1,2],"pricingUsers":["1","2"],"providers":["1","2"],"roles":["1","2"],"users":["1","2"]}
application/vnd.api+json
Sample not available.