GET api/Contracts/GetContractPeriodStatus?centerNumber={centerNumber}&contractNumber={contractNumber}&contractSubNumber={contractSubNumber}&beginDate={beginDate}
Request Information
URI Parameters
Наименование | Описание | Тип | Дополнительная информация |
---|---|---|---|
centerNumber | integer |
Required |
|
contractNumber | integer |
Required |
|
contractSubNumber | string |
Required |
|
beginDate | date |
Required |
Body Parameters
None.
Информация о ответе
Resource Description
ContractPeriodStatusResultInfoНаименование | Описание | Тип | Дополнительная информация |
---|---|---|---|
CPSBeginDate | date |
None. |
|
CPSEndDate | date |
None. |
|
CPSStartSumma | decimal number |
None. |
|
CPSPayments | decimal number |
None. |
|
CPSRealisation | decimal number |
None. |
|
CPSEndSumma | decimal number |
None. |
|
CPSStartSummaInMC | decimal number |
None. |
|
CPSPaymentsInMC | decimal number |
None. |
|
CPSRealisationInMC | decimal number |
None. |
|
CPSEndSummaInMC | decimal number |
None. |
|
CPSNDSSumma | decimal number |
None. |
|
CPSServiceOurSumma | decimal number |
None. |
|
CPSServiceOurNDSSumma | decimal number |
None. |
|
CPSServiceOtherSumma | decimal number |
None. |
|
CPSServiceOtherNDSSumma | decimal number |
None. |
|
CPSDiscountSumma | decimal number |
None. |
|
CPSProfit | decimal number |
None. |
|
CPSDebt | decimal number |
None. |
|
CPSService | decimal number |
None. |
|
CPSServiceVat | decimal number |
None. |
|
CPSServiceBelToll | decimal number |
None. |
|
CPSServiceBelTollVat | decimal number |
None. |
|
CPSServiceForeign | decimal number |
None. |
|
CPSServiceForeignVat | decimal number |
None. |
|
CPSServiceAPI | decimal number |
None. |
|
CPSLendingPay | decimal number |
None. |
|
CPSLendingFine | decimal number |
None. |
|
CPSRateNDS | decimal number |
None. |
|
CPSPaymentsReturn | decimal number |
None. |
|
CPSAktNum | string |
None. |
|
CPSAktDate | date |
None. |
|
CPSAktUser | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CPSBeginDate": "2025-04-03T00:49:48.2800891+03:00", "CPSEndDate": "2025-04-03T00:49:48.2800891+03:00", "CPSStartSumma": 3.0, "CPSPayments": 4.0, "CPSRealisation": 5.0, "CPSEndSumma": 6.0, "CPSStartSummaInMC": 7.0, "CPSPaymentsInMC": 8.0, "CPSRealisationInMC": 9.0, "CPSEndSummaInMC": 10.0, "CPSNDSSumma": 11.0, "CPSServiceOurSumma": 12.0, "CPSServiceOurNDSSumma": 13.0, "CPSServiceOtherSumma": 14.0, "CPSServiceOtherNDSSumma": 15.0, "CPSDiscountSumma": 16.0, "CPSProfit": 17.0, "CPSDebt": 18.0, "CPSService": 1.0, "CPSServiceVat": 1.0, "CPSServiceBelToll": 1.0, "CPSServiceBelTollVat": 1.0, "CPSServiceForeign": 1.0, "CPSServiceForeignVat": 1.0, "CPSServiceAPI": 19.0, "CPSLendingPay": 20.0, "CPSLendingFine": 21.0, "CPSRateNDS": 22.0, "CPSPaymentsReturn": 23.0, "CPSAktNum": "sample string 24", "CPSAktDate": "2025-04-03T00:49:48.2800891+03:00", "CPSAktUser": "sample string 26" }
application/xml, text/xml
Sample:
<ContractPeriodStatusResultInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiBerlioInfo.Dto.DataTypes.Contract.Result"> <CPSAktDate>2025-04-03T00:49:48.2800891+03:00</CPSAktDate> <CPSAktNum>sample string 24</CPSAktNum> <CPSAktUser>sample string 26</CPSAktUser> <CPSBeginDate>2025-04-03T00:49:48.2800891+03:00</CPSBeginDate> <CPSDebt>18</CPSDebt> <CPSDiscountSumma>16</CPSDiscountSumma> <CPSEndDate>2025-04-03T00:49:48.2800891+03:00</CPSEndDate> <CPSEndSumma>6</CPSEndSumma> <CPSEndSummaInMC>10</CPSEndSummaInMC> <CPSLendingFine>21</CPSLendingFine> <CPSLendingPay>20</CPSLendingPay> <CPSNDSSumma>11</CPSNDSSumma> <CPSPayments>4</CPSPayments> <CPSPaymentsInMC>8</CPSPaymentsInMC> <CPSPaymentsReturn>23</CPSPaymentsReturn> <CPSProfit>17</CPSProfit> <CPSRateNDS>22</CPSRateNDS> <CPSRealisation>5</CPSRealisation> <CPSRealisationInMC>9</CPSRealisationInMC> <CPSService>1</CPSService> <CPSServiceAPI>19</CPSServiceAPI> <CPSServiceBelToll>1</CPSServiceBelToll> <CPSServiceBelTollVat>1</CPSServiceBelTollVat> <CPSServiceForeign>1</CPSServiceForeign> <CPSServiceForeignVat>1</CPSServiceForeignVat> <CPSServiceOtherNDSSumma>15</CPSServiceOtherNDSSumma> <CPSServiceOtherSumma>14</CPSServiceOtherSumma> <CPSServiceOurNDSSumma>13</CPSServiceOurNDSSumma> <CPSServiceOurSumma>12</CPSServiceOurSumma> <CPSServiceVat>1</CPSServiceVat> <CPSStartSumma>3</CPSStartSumma> <CPSStartSummaInMC>7</CPSStartSummaInMC> </ContractPeriodStatusResultInfo>