Multiexcerpt include macro |
---|
macro_uuid | 77a79df7-a5d1-4f8f-828d-6c8d8a40e9b2 |
---|
name | Software Plan - Pro |
---|
templateData | eJyLjgUAARUAuQ== |
---|
page | CommCare Help Site Design Guidance |
---|
addpanel | false |
---|
|
...
If sending fails, its status is changed to "failed" and it will be retried. There are multiple retries, and each time the interval between tries is increased. This improves the chances of a successful send, because it gives the endpoint more time to recover.
After a number of attempts (depending on the error) if the send has not succeeded, the repeat record's If the record is still not successfully sent after multiple retries, its state is changed to "cancelled."
...
Code Block |
---|
|
<case case_id="b0916685-7247-4c44-b712-633d3d64e0c0"
date_modified="2015-04-17T16:04:54.950000Z"
user_id="d0e472a6b36dfd3ee5059222e12b8c1b"
xmlns="http://commcarehq.org/case/transaction/v2">
<create>
<case_type>mscase</case_type>
<case_name>Trees</case_name>
<owner_id>d0e472a6b36dfd3ee5059222e12b8c1b</owner_id>
</create>
</case> |
RAW BODY (JSON)
Code Block |
---|
|
{ "case_id" : "b0916685-7247-4c44-b712-633d3d64e0c0",
"closed" : false,
"date_closed" : null,
"date_modified" : "2015-04-17T16:04:54.950000Z",
"domain" : "demo",
"indices" : { },
"properties" : {
"case_name" : "Trees",
"case_type" : "mscase",
"date_opened" : "2012-03-13T18:21:52Z",
"owner_id" : "d0e472a6b36dfd3ee5059222e12b8c1b",
},
"server_date_modified" : "2012-04-05T23:56:41Z",
"server_date_opened" : "2012-04-05T23:56:41Z",
"user_id" : "d0e472a6b36dfd3ee5059222e12b8c1b",
"version" : "2.0",
"xform_ids" : [ "3HQEXR2S0GIRFY2GF40HAR7ZE" ]
} |
...