Authorization: Bearer ********************curl --location 'https://accountingAPI.smartlogic.mn/api/production/GetFactoryList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"Id": "001",
"Name": "Үйлдвэр 1 ",
"FactorySweatShopModels": [
{
"SweatShopId": "000",
"SweatShopName": "AADF",
"Sequence": 1
},
{
"SweatShopId": "9901",
"SweatShopName": "Талх1",
"Sequence": 2
},
{
"SweatShopId": "200",
"SweatShopName": "Цех Аба",
"Sequence": 3
},
{
"SweatShopId": "99010",
"SweatShopName": "Талх1",
"Sequence": 4
}
]
}
]
}