GET api/limit/document
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfListOfLimitDocumentName | Description | Type | Additional information |
---|---|---|---|
IsInError | boolean |
None. |
|
ErrorMessage | string |
None. |
|
IsInWarning | boolean |
None. |
|
WarningMessage | string |
None. |
|
Code | integer |
None. |
|
Message | string |
None. |
|
Data | Collection of LimitDocument |
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", "Fix": 2, "Run": 3, "Parlet": 4, "Hundred": 5, "IsAllRule": false, "IsFixRule": false, "IsRunRule": false, "IsParletRule": false, "IsHundredRule": false, "ID": "bde04294-dd06-433c-997b-5d609ae2f4e6", "CreatedBy": "sample string 7", "CreatedDate": "2025-07-07T02:45:17.1226414-07:00", "UpdatedBy": "sample string 9", "UpdatedDate": "2025-07-07T02:45:17.1226414-07:00" }, { "Number": "sample string 1", "Fix": 2, "Run": 3, "Parlet": 4, "Hundred": 5, "IsAllRule": false, "IsFixRule": false, "IsRunRule": false, "IsParletRule": false, "IsHundredRule": false, "ID": "bde04294-dd06-433c-997b-5d609ae2f4e6", "CreatedBy": "sample string 7", "CreatedDate": "2025-07-07T02:45:17.1226414-07:00", "UpdatedBy": "sample string 9", "UpdatedDate": "2025-07-07T02:45:17.1226414-07:00" } ] }
application/xml, text/xml
Sample:
<ApiResponseOfArrayOfLimitDocumentG8jHKvin 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:LimitDocument> <d2p1:CreatedBy>sample string 7</d2p1:CreatedBy> <d2p1:CreatedDate>2025-07-07T02:45:17.1226414-07:00</d2p1:CreatedDate> <d2p1:ID>bde04294-dd06-433c-997b-5d609ae2f4e6</d2p1:ID> <d2p1:UpdatedBy>sample string 9</d2p1:UpdatedBy> <d2p1:UpdatedDate>2025-07-07T02:45:17.1226414-07:00</d2p1:UpdatedDate> <d2p1:Fix>2</d2p1:Fix> <d2p1:Hundred>5</d2p1:Hundred> <d2p1:Number>sample string 1</d2p1:Number> <d2p1:Parlet>4</d2p1:Parlet> <d2p1:Run>3</d2p1:Run> </d2p1:LimitDocument> <d2p1:LimitDocument> <d2p1:CreatedBy>sample string 7</d2p1:CreatedBy> <d2p1:CreatedDate>2025-07-07T02:45:17.1226414-07:00</d2p1:CreatedDate> <d2p1:ID>bde04294-dd06-433c-997b-5d609ae2f4e6</d2p1:ID> <d2p1:UpdatedBy>sample string 9</d2p1:UpdatedBy> <d2p1:UpdatedDate>2025-07-07T02:45:17.1226414-07:00</d2p1:UpdatedDate> <d2p1:Fix>2</d2p1:Fix> <d2p1:Hundred>5</d2p1:Hundred> <d2p1:Number>sample string 1</d2p1:Number> <d2p1:Parlet>4</d2p1:Parlet> <d2p1:Run>3</d2p1:Run> </d2p1:LimitDocument> </Data> <ErrorMessage>sample string 2</ErrorMessage> <IsInError>true</IsInError> <IsInWarning>true</IsInWarning> <Message>sample string 6</Message> <WarningMessage>sample string 4</WarningMessage> </ApiResponseOfArrayOfLimitDocumentG8jHKvin>