getRevenueBilling
get
/ccadmin/v1/merchant/revenueBilling
Get revenue for each day in a date range reported in the contract currency.
While billing amounts are expressed in a single currently,
they may represent revenue collected in multiple currencies.
Request
Supported Media Types
- application/json
Query Parameters
-
endDate(optional): string
The end date for querying revenue data.
-
startDate(optional): string
The start date for querying revenue data.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getRevenueBilling_response
Type:
Show Source
object
-
items(optional):
array items
The list of all revenue billing data
Nested Schema : items
Type:
Show Source
object
-
billingAmount(optional):
number
Converted billing amount
-
billingDate(optional):
string
Billing date
-
contractCurrency(optional):
string
Contract Country Code
Example Response (application/json)
{
"items":[
{
"billingDate":"07/09/2020",
"billingAmount":642.24,
"contractCurrency":"USD"
},
{
"billingDate":"07/08/2020",
"billingAmount":179.92,
"contractCurrency":"USD"
}
]
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|80011|The requested currency could not be found.|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
errors(optional):
array errors
An optional list of errors if multiple errors were encountered
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code
-
type(optional):
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code