Skip to main content

Hello Team,

I am working on an API which exposes data in Odata format for salesforce connectivity. While generating Odata.raml while I have seen basic datatype properties we can define. e.g.

Account :

AccountId

Name

Status

 

But I have few Object which do have inner json object too. e.g. Account Object has Address as another json object

Account:

AccountId

Name

Status

Address

Addressline1

Postcode

city

 

Is it possible to have an Odata raml with such complex json object ?

1 answer
  1. Jun 22, 2019, 4:07 AM

    @amitghorpa - Complex objects are not supported on mule side. You need to put complex object under string object itself and flatten Complex json object and associtate it with string field

0/9000