Information Technology Reference
In-Depth Information
<Value>22386.15%</Value>
<FormattedValue>22,386.15%</FormattedValue>
<Type>Percent</Type>
</Cell>
<Cell>
<Value>0.27</Value>
<FormattedValue>$0.27</FormattedValue>
<Type>Currency</Type>
</Cell>
<Cell>
<Value>0.06</Value>
<FormattedValue>$0.06</FormattedValue>
<Type>Currency</Type>
</Cell>
</TotalCells>
365
<SubtotalCells/>
<UnknownCells/>
</GetReportResponse>
You might feel exhausted when you finish reading the code, but most applica-
tions that you choose to use this data in will find the code easy to read!
cancelOrder
let's move on to a simpler and less-text-heavy example, the cancelOrder call, which
deletes an order that was previously recorded in the system.
the cancelOrder request requires the fields listed in table A.9.
P Table A.9 Fields for cancelOrder Calls
Name
Format
Description
project_id
Digits
Numeric identifier of the project. (*)
OrderId
String
Order identifier. (*)
Date
Date
Order's creation date. The date must be older than 24 hours.
if the method execution is not successful, an exception will be thrown.
this is typically a call you would make from your back-office systems, and it's a
great example of the value of the push (write) Api. if you only have a few orders a day,
it doesn't make much sense—you would just do this from the user interface itself—but
if you have hundreds or thousands of orders, the story is different.
Your web analytics solution is a business-critical application, and cleaning the
data is of the utmost importance. cleaning data involves making sure that orders you
Search WWH ::




Custom Search