Get
Get
GET EmailCustomization/Get Request Params
| Field | Type | Description |
|---|---|---|
| CustomizationId | Guid | A unique customization identifier generated by TaxBandits |
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 |
| PrimaryColor | String | Returns the Primary color of the email customization |
| CustomizationDetails | Object | Gets the sender details customized in the email |
| SenderName | String | Returns Sender name that will be shown in the email sent to the recipient |
| SenderEmail | String | Returns Sender email address that will be shown in the email sent to the recipient |
| SupportDetails | Object | Returns the support details of the email customization |
| PhoneNumber | String | Returns the support phone number |
| String | Returns the support email address |
Request Params
Request JSON
EmailCustomization/Get?CustomizationId=c79327c2-0d3d-4510-83a7-0b78bb32d3c0
Response JSON
{
"CustomizationId": "c79327c2-0d3d-4510-83a7-0b78bb32d3c0",
"CustomizationNm": "Customization 01",
"BusinessLogoURL": "https://www.spanenterprises.com/Content/Images/span.png",
"PrimaryColor": "#FFFFFF",
"IsAdvanceCustomization": true,
"CustomizationDetails": {
"SenderName": "SnowDaze",
"SenderEmail": "Sample@gmail.com",
"EmailStatus": "VERIFIED"
},
"SupportDetails": {
"PhoneNumber": "1234567890",
"Email": "Sample@gmail.com"
},
"Errors": null
}