Create windows application auto print -- 2

Job ID: 31413106

Budget: $30 – $250 USD

We need one window application for auto printing label.
Screen 1: Login with email, password (authenticate via API. response JSON with API key and company name)
Screen 2: Config printer (Example: select printer, config printer, set time for check new label, etc...)

Video Workflow: https://drive.google.com/file/d/1iUgYERnSaVirFPq2DHTUri-8co3XvzPd/view

Background task: run API URL with API key. auto print if has new labels in API response.
Label: https://i.imgur.com/N5HsbD1.png
API response in JSON example:
{
status: success,
data: [
{
shipping_method: "Demo",
hour: "20:10",
zipcode: 112,
date: "06.09.2021",
sender: "ABC",
receiver: "ABC",
address: "abc",
phone: 83838,
barcode: "01121212121"
}
]
}
Related categories: Windows Desktop C# Programming Print