Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Calling Service Data Object from Aptify SOA:

...

 

Headers

In order to receive data, search results, you must send the AptifyAuthorization header is required.

Header Name

...

Header Value

...

AptifyAuthorization<AuthType> <TokenId>
Method

...

GET

End Point

Cached?Yes

Example Endpoint

Code Block
titleURL
https://<service base>/services/DataObjects/{Service DataObject Name}

...

Code Block
https://<service base>/services/DataObjects/{Service DataObject Name}?ParameterName1=value1&ParameterName2=Value2&....

Headers

In order to receive search results, you must send the AptifyAuthorization header.

...

Sample End Point(Execute spGetCompanyAccountSummary SDO):

The following example illustrates how to execute the "spGetCompanyAccountSummary" stored procedure as an endpoint. This example expects two parameters which are defined in the Web Service Application. The parameters are companyId (10) and Convertmulticurrency (false).

...