GET api/datadump/v1/orderPayments/{days}/{page}/{fromDate}/{locationId}?pageSize={pageSize}

Order payments Export. You can receive not more than last 30 days (in case fromDate is null) or not more than 30 days after fromDate. Is not allowing multi location.

Request Information

Allows access to child location using parent company token, in this case use location id parameter

URI Parameters

NameDescriptionTypeAdditional information
days

Export order payments for days count

integer

Required

page

Zero-based page index, required

integer

Required

fromDate

Start date

date

None.

locationId

Ignored if use not main location token. Get dump for specific location. If not selected - get from selected by token location only

integer

None.

pageSize

Number of items returned by a single page. Default value is 50. Max value is 500

integer

Default value is 50

Body Parameters

None.

Response Information

Resource Description

isSuccess, message if error, data and pages quantity

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.