REST and RealEstate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cebureque
    Junior Member
    • Jun 2016
    • 21

    REST and RealEstate

    Hello! I'm trying to create RealEstateProperty entity with REST Api, how i can add Adress fields? It have it's own type "adress"
  • yuri
    Member
    • Mar 2014
    • 8485

    #2
    The same way as any other field. Look into documentation of EspoCRM API.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • Cebureque
      Junior Member
      • Jun 2016
      • 21

      #3
      Thnaks, did it.

      Comment

      • Cebureque
        Junior Member
        • Jun 2016
        • 21

        #4
        So, i have another trouble - I send cyrillic values for adress fields by REST, and there are empty, how i can fix it?)
        Last edited by Cebureque; 07-21-2016, 06:37 AM.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8485

          #5
          I have no idea. It should work well.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          • Cebureque
            Junior Member
            • Jun 2016
            • 21

            #6
            It was problem with charset because i made json data manualy, but when i made array and used json_encode - everything started to work

            Comment

            Working...