Skip to main content
Version: 1.7.3

Get

GET PortalCustomization/Get 
Run in Postman

Request Body

FieldTypeDescription
CustomizationIdGuidA unique customization identifier generated by TaxBandits

Request JSON

"PortalCustomization/Get?CustomizationId=36dda233-4454-470c-a76c-acbb168524f2"

Response Body

FieldTypeDescription
CustomizationIdGuidunique identifier of the customization
CustomizationNmNameName of the customization
BusinessLogoUrlStringReturns the Business logo URL
FavIconUrlStringReturns the Fav icon URL.
LogoPositionStringReturns the position where your business logo
PrimaryColorStringReturns the Primary color of the iframe page
SecondaryColorStringReturns the Secondary color of the iframe page
InterviewFlowBooleanAs an alternative to direct-form entry, provide your recipients with an interview-style W-9/W-8 completion.
ShowDownloadPageBooleanIf TRUE, your payees are allowed to download their form.

Response JSON

{
"CustomizationId": "36dda233-4454-470c-a76c-acbb168524f2",
"CustomizationNm": "Customization 18",
"BusinessLogoURL": "https://www.spanenterprises.com/Content/Images/span.png",
"FavIconURL": "https://expressirsforms.s3.amazonaws.com/UserFiles/FormW9Customisation/0b0b2cf6-5577-48f4-bb73-f3ae6d354257_2082_images5.png",
"LogoPosition": "RIGHT",
"PrimaryColor": "#1BE4BB",
"SecondaryColor": "#F04C10",
"InterviewFlow": true,
"ShowDownloadPage": true,
"Errors": null
}