GET api/PRRO/GetQuestions?Tax={Tax}
Получение заявок арендатора на сегодня
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Tax |
INN |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Заявки
PRROQuestionsResultName | Description | Type | Additional information |
---|---|---|---|
Questions |
Questions заявки |
Collection of PRROQuestions |
None. |
Result |
Result результат пакета |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Questions": [ { "Id": 1, "Code": 2, "Address": "sample string 3", "Comment": "sample string 4", "FiscalRegistrar": 1, "FiscalCheck": "sample string 5", "State": 6 }, { "Id": 1, "Code": 2, "Address": "sample string 3", "Comment": "sample string 4", "FiscalRegistrar": 1, "FiscalCheck": "sample string 5", "State": 6 } ], "Result": "sample string 1" }
application/xml, text/xml
Sample:
<PRROQuestionsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceApi.Areas.PRRO.Models"> <Questions xmlns:d2p1="http://schemas.datacontract.org/2004/07/Data.Models.dto"> <d2p1:PRROQuestions> <d2p1:Address>sample string 3</d2p1:Address> <d2p1:Code>2</d2p1:Code> <d2p1:Comment>sample string 4</d2p1:Comment> <d2p1:FiscalCheck>sample string 5</d2p1:FiscalCheck> <d2p1:FiscalRegistrar>1</d2p1:FiscalRegistrar> <d2p1:Id>1</d2p1:Id> <d2p1:State>6</d2p1:State> </d2p1:PRROQuestions> <d2p1:PRROQuestions> <d2p1:Address>sample string 3</d2p1:Address> <d2p1:Code>2</d2p1:Code> <d2p1:Comment>sample string 4</d2p1:Comment> <d2p1:FiscalCheck>sample string 5</d2p1:FiscalCheck> <d2p1:FiscalRegistrar>1</d2p1:FiscalRegistrar> <d2p1:Id>1</d2p1:Id> <d2p1:State>6</d2p1:State> </d2p1:PRROQuestions> </Questions> <Result>sample string 1</Result> </PRROQuestionsResult>