{
'id': 140755885883720,
'created_date': '2021-11-24T06:31:41Z',
'deleted_date': None,
'name': 'Header test101',
'content_type': '0',
'header': 'This is a simple test1.',
'header_image': None,
'image_placement': '2',
'practice': 140755880968196
}
Attribute | Type | Allowed Values | Description |
---|---|---|---|
id | int | The id of the print header. | |
created_date | datetime | The timestamp when the print header was created. | |
deleted_date | datetime | The timestamp when the print header was deleted. | |
name | string | The name of the print header displayed in the app. | |
content_type | int | {0, 1} 0=text 1=image | The type of print header; whether its pure text or is an image |
header | string | The text header. Will be null if not a text print header. | |
header_image | base64 encoded file | The header image. Will be null if not an image header. | |
image_placement | int | {0, 1, 2, 3} 0=Left 1=Right 2=Center 3=Fit to Width | Specifies where the image header is placed. |
practice | int | The practice that owns this print header. |