17. Creating A Service REST in PEGA from Scratch || POST method

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • In this video I have discussed about how to create a Service REST in PEGA with POST method with a Real time example.

Комментарии • 23

  • @TwinCy05
    @TwinCy05 Месяц назад

    Superb

  • @sudheerreddy5761
    @sudheerreddy5761 2 года назад +2

    U r doing good stuff buddy, appreciate ur efforts,
    Keep rocking🎸🎶🎶

  • @TheRouteShow
    @TheRouteShow 2 года назад +1

    please create more small easy projects for teaching us the concepts

  • @vivekkale3969
    @vivekkale3969 2 года назад +1

    Please show service call using postman and error handling steps

  • @y.c.breddy3153
    @y.c.breddy3153 Месяц назад

    How can we do api automation testing with PEGA application

  • @sigfigronath
    @sigfigronath 2 года назад +1

    Hey is it possible to do connectors as well

  • @balajik3176
    @balajik3176 2 года назад +1

    Hi Mam... You are really great 👍.. Do you take pega online classes? If yes I'm interested to join

    • @NikitaKanoria
      @NikitaKanoria  2 года назад

      Hi Balaji, no I am taking any online class as of now. Only youtube videos.

  • @sanjus4364
    @sanjus4364 4 месяца назад

    If we need to post 50 properties. Do we need to write each and every property in activity?

  • @kommarajesh6540
    @kommarajesh6540 Год назад

    @Nikita Kanoria.... Nice Explanation.
    i have a doubt. May i know why Resource is "Int" class in get method of service rest and "work" class in post method of Service rest?

    • @NikitaKanoria
      @NikitaKanoria  Год назад +1

      Hi Rajesh, well the class does not matter. You can have either but best practice for Service rest is using work class.

    • @kommarajesh6540
      @kommarajesh6540 Год назад

      @@NikitaKanoria
      Thank you👍🙂

    • @danielsanchez512
      @danielsanchez512 11 дней назад

      @@NikitaKanoria that is not true actually

  • @sajid2861
    @sajid2861 6 месяцев назад

    Hi, can this Rest service create a case while a user with access group of Users (not Authors).

  • @govardhanab7223
    @govardhanab7223 2 года назад

    Hi Nikita , great content and easy way of explanation , i have a doubt , do we need to use the int- or data- classes rather than work classes while creating or refereeing the rest or any other integration rules please help clarify

    • @NikitaKanoria
      @NikitaKanoria  2 года назад

      Hi Govardhan, yes for integration rules we generally use int and data classes

  • @danielsanchez512
    @danielsanchez512 11 дней назад

    The class naming conventions are incorrect, service-related classes should be grouped under a single dedicated class(in pega int classes), and having request and response properties within a business logic (work class) is a poor practice that violates separation of concerns.

  • @mageswaranjanarthanan391
    @mageswaranjanarthanan391 2 года назад

    Hi, how can use to app recovered data from the rest.

  • @anjankumar888
    @anjankumar888 Год назад

    We say for GET we don’t have Body and for POST method we have body , what does exactly body means .? and it’s purpose .?

    • @NikitaKanoria
      @NikitaKanoria  Год назад

      Hi Anjan. Body means payload which can be of any format. Mostly now a days json is mostly used. It is of the format:
      {
      "prop1": "value1",
      "prop2":"value2"
      }

  • @nara9912
    @nara9912 2 года назад

    Hi can u teach pega plz