GET Stores/GetStorePayments?prg_store={prg_store}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
prg_store

integer

Required

Body Parameters

None.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Data

Object

None.

Exception

Exception

None.

Code

integer

None.

Paging

Paging

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {},
  "Exception": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  },
  "Code": 2,
  "Paging": {
    "PageSize": 1,
    "PageCount": 2,
    "RowsCount": 3,
    "IsEditing": true
  }
}