Announcement

Collapse
No announcement yet.

REST and RealEstate

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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"

  • #2
    The same way as any other field. Look into documentation of EspoCRM API.

    Comment


    • #3
      Thnaks, did it.

      Comment


      • #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


        • #5
          I have no idea. It should work well.

          Comment


          • #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...
            X