GET GetInvoiceHistory?CustomerId={CustomerId}&Filter={Filter}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

string

Required

Filter

string

Required

Body Parameters

None.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

Data

Object

None.

Data2

Object

None.

NotificationType

string

None.

CustomReturn

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Message": "sample string 2",
  "Data": {},
  "Data2": {},
  "NotificationType": "sample string 5",
  "CustomReturn": "sample string 6"
}

application/xml, text/xml

Sample:
<ServiceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GIROGAAN.API.Common">
  <CustomReturn>sample string 6</CustomReturn>
  <Data />
  <Data2 />
  <IsSuccess>true</IsSuccess>
  <Message>sample string 2</Message>
  <NotificationType>sample string 5</NotificationType>
</ServiceResponse>