curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getParts
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"customer_part": "<string>",
"description": "<string>",
"part": "<string>",
"part_id": 123,
"picture_url": "<string>",
"quantity": 123,
"soh": 123,
"tax": 123,
"unit_price": 123
}
]
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getParts
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"customer_part": "<string>",
"description": "<string>",
"part": "<string>",
"part_id": 123,
"picture_url": "<string>",
"quantity": 123,
"soh": 123,
"tax": 123,
"unit_price": 123
}
]
}