Represents employee portal setup (spr) in Business Central.
Methods
Method | Return type | Description |
---|---|---|
GET sprEmplPortalSetup | sprEmplPortalSetup | Gets an employee portal setup object. |
Properties
Property | Type | Description |
---|---|---|
id | Guid | Specifies the employee portal setup’s ID. Non-editable. |
ppMainLogo | Blob | Specifies the employee portal setup’s main logo. Non-editable. |
ppHeaderLogo | Blob | Specifies the employee portal setup’s header logo. Non-editable. |
ppMainColor | Text[7] | Specifies the employee portal setup’s main color. Non-editable. |
ppSecondColor | Text[7] | Specifies the employee portal setup’s second color. Non-editable. |
Examples
Get sprEmplPortalSetup
POST URI: /companies({{companyId}})/sprEmplPortalSetup
Response
{
"@odata.context": "http://bcserver:7048/BC/api/softera/softeraPayroll/v1.0/$metadata#companies(18e38aed-cb24-f011-8a73-ec5e689fb79a)/sprEmplPortalSetup",
"value": [
{
"@odata.etag": "W/\"JzE5Ozc1NDg3NDkzOTc0Nzg0MzMzOTUxOzAwOyc=\"",
"id": "92398f08-d624-f011-8a74-9328b922be3e",
"ppMainColor": "#808080",
"ppSecondColor": "#ff0000",
"ppMainLogo@odata.mediaReadLink": "http://bcserver:7048/BC/api/softera/softeraPayroll/v1.0/companies(18e38aed-cb24-f011-8a73-ec5e689fb79a)/sprEmplPortalSetup(92398f08-d624-f011-8a74-9328b922be3e)/ppMainLogo",
"ppHeaderLogo@odata.mediaReadLink": "http://bcserver:7048/BC/api/softera/softeraPayroll/v1.0/companies(18e38aed-cb24-f011-8a73-ec5e689fb79a)/sprEmplPortalSetup(92398f08-d624-f011-8a74-9328b922be3e)/ppHeaderLogo"
}
]
}