Service Help – EntryFormHistoryPost
The Sharperlight service offers a wide variety of presentation methods, each with its own set of parameters.
In this post, we will introduce the following method from among the various presentation methods available.
http://abcd.com/mdService1Rest/EntryFormHistoryPost/…
EntryFormHistoryPost
To see this information with your sharperlight service help
{sharperlight service url}/Help#EntryFormHistoryPost
{sharperlight service url}/Help#EntryFormHistoryPost
|
Simular to EntryFormPost except the response is returned straight away with a Writeback history record id that can be polled to determine the status of the writeback This is useful when Posted data is very large or uses Batch logic and takes a few minutes or longer than a HTTP timeout to process and respond. The response contains the historyId which can then be used to call /EntryFormHistory?history=1234 to retrieve the status and stats of the writeback. JSON RESPONSE { “errorMessage”:””,”historyId”:239463}
|
