GET GeConsumptionReport?sid={sid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sid

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfShopLimitCreditModels
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

ShopLimitCreditModels

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": {
    "PGHSubscriptionMonthlyLimitID": 1,
    "SID": 2,
    "Month": 3,
    "Year": 4,
    "TotalShopLimit": 5,
    "ConsumedShopLimit": 6,
    "OverLimitReportAllowed": true,
    "ChangeLimit": 8,
    "ConsumedChangeLimit": 9,
    "UserID": 10
  }
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":{"PGHSubscriptionMonthlyLimitID":1,"SID":2,"Month":3,"Year":4,"TotalShopLimit":5,"ConsumedShopLimit":6,"OverLimitReportAllowed":true,"ChangeLimit":8,"ConsumedChangeLimit":9,"UserID":10}}

application/xml, text/xml

Sample:
<ResponseOfShopLimitCreditModelshxVPT35K xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Settings">
    <d2p1:ChangeLimit>8</d2p1:ChangeLimit>
    <d2p1:ConsumedChangeLimit>9</d2p1:ConsumedChangeLimit>
    <d2p1:ConsumedShopLimit>6</d2p1:ConsumedShopLimit>
    <d2p1:Month>3</d2p1:Month>
    <d2p1:OverLimitReportAllowed>true</d2p1:OverLimitReportAllowed>
    <d2p1:PGHSubscriptionMonthlyLimitID>1</d2p1:PGHSubscriptionMonthlyLimitID>
    <d2p1:SID>2</d2p1:SID>
    <d2p1:TotalShopLimit>5</d2p1:TotalShopLimit>
    <d2p1:UserID>10</d2p1:UserID>
    <d2p1:Year>4</d2p1:Year>
  </Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfShopLimitCreditModelshxVPT35K>