GET api/limit/payment

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiResponseOfListOfLimitPayment
NameDescriptionTypeAdditional information
IsInError

boolean

None.

ErrorMessage

string

None.

IsInWarning

boolean

None.

WarningMessage

string

None.

Code

integer

None.

Message

string

None.

Data

Collection of LimitPayment

None.

Response Formats

application/json, text/json

Sample:
{
  "IsInError": true,
  "ErrorMessage": "sample string 2",
  "IsInWarning": true,
  "WarningMessage": "sample string 4",
  "Code": 5,
  "Message": "sample string 6",
  "Data": [
    {
      "Number": "sample string 1",
      "Run": 2,
      "Fix": 3,
      "Position1": 4,
      "Position2": 5,
      "Position3": 6,
      "Parlet": 7,
      "Hundred": 8,
      "StartPoint": 9,
      "IsAllRule": false,
      "IsFixRule": false,
      "IsRunRule": false,
      "IsPositionRule": false,
      "IsPosition1Rule": false,
      "IsPosition2Rule": false,
      "IsPosition3Rule": false,
      "IsParletRule": false,
      "IsHundredRule": false,
      "IsStartPointRule": true,
      "ID": "8daed318-eab6-44f2-b837-4c8f1765fa3f",
      "CreatedBy": "sample string 11",
      "CreatedDate": "2025-07-07T03:12:47.5321125-07:00",
      "UpdatedBy": "sample string 13",
      "UpdatedDate": "2025-07-07T03:12:47.5321125-07:00"
    },
    {
      "Number": "sample string 1",
      "Run": 2,
      "Fix": 3,
      "Position1": 4,
      "Position2": 5,
      "Position3": 6,
      "Parlet": 7,
      "Hundred": 8,
      "StartPoint": 9,
      "IsAllRule": false,
      "IsFixRule": false,
      "IsRunRule": false,
      "IsPositionRule": false,
      "IsPosition1Rule": false,
      "IsPosition2Rule": false,
      "IsPosition3Rule": false,
      "IsParletRule": false,
      "IsHundredRule": false,
      "IsStartPointRule": true,
      "ID": "8daed318-eab6-44f2-b837-4c8f1765fa3f",
      "CreatedBy": "sample string 11",
      "CreatedDate": "2025-07-07T03:12:47.5321125-07:00",
      "UpdatedBy": "sample string 13",
      "UpdatedDate": "2025-07-07T03:12:47.5321125-07:00"
    }
  ]
}

application/xml, text/xml

Sample:
<ApiResponseOfArrayOfLimitPaymentG8jHKvin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mallami.MiBolita.ModelService">
  <Code>5</Code>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mallami.MiBolita.Model">
    <d2p1:LimitPayment>
      <d2p1:CreatedBy>sample string 11</d2p1:CreatedBy>
      <d2p1:CreatedDate>2025-07-07T03:12:47.5321125-07:00</d2p1:CreatedDate>
      <d2p1:ID>8daed318-eab6-44f2-b837-4c8f1765fa3f</d2p1:ID>
      <d2p1:UpdatedBy>sample string 13</d2p1:UpdatedBy>
      <d2p1:UpdatedDate>2025-07-07T03:12:47.5321125-07:00</d2p1:UpdatedDate>
      <d2p1:Fix>3</d2p1:Fix>
      <d2p1:Hundred>8</d2p1:Hundred>
      <d2p1:Number>sample string 1</d2p1:Number>
      <d2p1:Parlet>7</d2p1:Parlet>
      <d2p1:Position1>4</d2p1:Position1>
      <d2p1:Position2>5</d2p1:Position2>
      <d2p1:Position3>6</d2p1:Position3>
      <d2p1:Run>2</d2p1:Run>
      <d2p1:StartPoint>9</d2p1:StartPoint>
    </d2p1:LimitPayment>
    <d2p1:LimitPayment>
      <d2p1:CreatedBy>sample string 11</d2p1:CreatedBy>
      <d2p1:CreatedDate>2025-07-07T03:12:47.5321125-07:00</d2p1:CreatedDate>
      <d2p1:ID>8daed318-eab6-44f2-b837-4c8f1765fa3f</d2p1:ID>
      <d2p1:UpdatedBy>sample string 13</d2p1:UpdatedBy>
      <d2p1:UpdatedDate>2025-07-07T03:12:47.5321125-07:00</d2p1:UpdatedDate>
      <d2p1:Fix>3</d2p1:Fix>
      <d2p1:Hundred>8</d2p1:Hundred>
      <d2p1:Number>sample string 1</d2p1:Number>
      <d2p1:Parlet>7</d2p1:Parlet>
      <d2p1:Position1>4</d2p1:Position1>
      <d2p1:Position2>5</d2p1:Position2>
      <d2p1:Position3>6</d2p1:Position3>
      <d2p1:Run>2</d2p1:Run>
      <d2p1:StartPoint>9</d2p1:StartPoint>
    </d2p1:LimitPayment>
  </Data>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsInError>true</IsInError>
  <IsInWarning>true</IsInWarning>
  <Message>sample string 6</Message>
  <WarningMessage>sample string 4</WarningMessage>
</ApiResponseOfArrayOfLimitPaymentG8jHKvin>