10-MuleSoft Free Course 2024 | Real-Time Projects & Hands-On Training | Implementation System API

10-MuleSoft Free Course 2024 | Real-Time Projects & Hands-On Training | Implementation System API

KLART Technologies

1 месяц назад

169 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@rkraki9814
@rkraki9814 - 02.11.2024 13:34

Nice information, TQ u

Ответить
@prasoona471
@prasoona471 - 17.11.2024 17:31

According to the documentation u kept in drive....the lib-management-system-sapi GET LIBRARIES respose is
{"Libraries": [{
"libraryCode": "IBS112",
"libraryBranch": "Miyapur",
"totalBooks": 200,
"availableBooks": 54,
"booksRented": 146
},
{. "libraryCode": "IBS111",
"libraryBranch": "Secunderabad",
"totalBooks": 130,
"availableBooks": 69,
"booksRented": 61
}
]}

But we got in the transformation response as

[{ "libraryCode": "IBS112",
"libraryBranch": "Miyapur",
"totalBooks": 200,
"availableBooks": 54,
"booksRented": 146
}]

Why didn't u do the transformation of Dataweave according to the ibs-library-management-system-sapi documentation response?

Why are u doing this in process api?

Because this complete thing is under sapi in the documentation?

Ответить