Get
GET PortalCustomization/Get
Request Body
Field | Type | Description |
---|---|---|
CustomizationId | Guid | A unique customization identifier generated by TaxBandits |
Request JSON
"PortalCustomization/Get?CustomizationId=36dda233-4454-470c-a76c-acbb168524f2"
Response Body
Field | Type | Description |
---|---|---|
CustomizationId | Guid | unique identifier of the customization |
CustomizationNm | Name | Name of the customization |
BusinessLogoUrl | String | Returns the Business logo URL |
FavIconUrl | String | Returns the Fav icon URL. |
LogoPosition | String | Returns the position where your business logo |
PrimaryColor | String | Returns the Primary color of the iframe page |
SecondaryColor | String | Returns the Secondary color of the iframe page |
InterviewFlow | Boolean | As an alternative to direct-form entry, provide your recipients with an interview-style W-9/W-8 completion. |
ShowDownloadPage | Boolean | If 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
}