Using REST
All requests are sent to a URL in the form of a verb:
GET Query or find data
POST Create or add new data
PUT Replace or update existing data
DELETE Delete existing data
For example:
GET https://testapi.imis.com/sdkdemo/api/{datacontract}/{id}
where DataContract is the name of the iMIS data contract (Party, Order, and so forth).
Updated 4 days ago
