Sunteți pe pagina 1din 14

Servicii WEB - PAAP

SICAP
Manual de utilizare servicii web Planul anual de achizitii publice
Autoritati contractante

Pagina 1
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP

Cuprins

1. Autentificare ............................................................................................................................................................... 3
2. Tratarea raspunsului ................................................................................................................................................... 3
3. Serviciul Web PAA ....................................................................................................................................................... 4
3.1 AddAQPlan ................................................................................................................................................................ 4
3.2 ExportPlan ................................................................................................................................................................. 7
3.3 ExportContractingAuthorityPlan ............................................................................................................................... 9
3.4 GetContractingAuthoriy .......................................................................................................................................... 10
3.5 GetProcedureTypes................................................................................................................................................. 11
3.6 GetContractAssignmentTypes ................................................................................................................................ 13
3.7 GetFinancincingTypes ............................................................................................................................................. 14

Pagina 2
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
1. Autentificare

Link-ul pentru servicii web pentru mediul demo este: http://sicap.e-licitatie.ro:8884/pub (se poate descarca de aici
wsdl-ul).

Autentificarea la serviciile web SICAP se va face pe baza unui SOAP Header personalizat. Astfel, request-ul va trebui
sa contina in header-ul SOAP obiectul SeapUserCredentials ce va contine urmatoarele campuri.

Status Descriere
Username Cont utilizator
Password Parola
<soapenv:Header>
<SeapUserCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org">
<Password xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">password</Password>
<Username xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">username</Username>
</SeapUserCredentials>
</soapenv:Header>

Servicile web SICAP dispun de suport SSL astfel clientii vor trebui sa trimita mesajul SOAP pe un canal securizat
HTTPS folosind un certificat de client X509 emis de catre o autoritate de certificare CA a sistemului SICAP.

2. Tratarea raspunsului
Cererea se considera a fi procesata cu succes daca serviciul intoarce <Status>0</Status>.
In caz de eroare, serviciul va intoarce un status diferit de zero iar campul description va contine descrierea erorii.

Status Descriere
0 Succes
-1 Eroare interna serviciu
-2 Autentificare esuata
-3 Eroare validare campuri (detalii in campul Description)
-4 Autorizare esuata (lipsa drepturi)

Pagina 3
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
3. Serviciul Web PAA
Interfata: SICAP.AquisitionPlan.Interface.IAquisitionPlanService

Descriere actiuni:

Actiune Descriere
AddAQPlan Initiere plan
ExportPlan Export plan propriu
ExportContractingAuthorityPlan Export plan al unei AC
GetContractingAuthoriy Cautare AC dupa Denumire/CUI
GetProcedureTypes Permite accesul la nomenclatorul SysProcedureTypes
GetContractAssignmentTypes Permite accesul la nomenclatorul ContractAssignmentTypes
GetFinancincingTypes Permite accesul la nomenclatorul SysFinancingTypes

3.1 AddAQPlan
IMPORT PLAN ANUAL DE ACHIZITII PUBLICE

AddAQPlanRequest
Element Tip Descriere
PlanYear int Anul planului
PlanName string Denumirea planului
PlanDetails List<AQPlanDetail> Detaliile planului
AQPlanDetail
Element Tip Descriere
AQPlanDetailName int Denumire detaliu plan
UniqueIdentificationCode string Cod unic de identificare detaliu plan
SysProcedureTypeID int ID tip procedura din nomenclatorul SysProcedureType
ContractAssignmentTypeID int ID tip contract din nomenclatorul ContractAssigmentType
StartEstimatedDatetime DateTime Data estimata de inceput achizitie
EndEstimatedDatetime DateTime Data estimata de finalizare achizitie
EstimatedValueRON decimal Valoarea estimata in RON
EstimatedValueRONwithVAT decimal Valoarea estimata in RON cu TVA
EstimatedValueEUR decimal Valoarea estimata in EUR
SpentValue decimal Valoarea cheltuita
ResidualValue decimal Valoarea reziduala
Observations string Observatii
PersonResponsable string Persoana responsabila
MainCPVCode string Cod CPV principal
SecondaryCPVCodes List<string> Coduri CPV secundare
SysFinancingTypeID int ID modalitatea de finantare din nomenclatorul
SysFinancingType
LocalStrategyObjective string Obiectivul din stratagia locala
IsOnline bool Modalitatea de desfasurare: online sau offline
ResponsibleUnit string Unitatea responsabila
AddAQPlanResponse
Element Tip Descriere
Status int Stare raspuns
Description string Descriere (in caz de eroare)

Pagina 4
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
Exemplu cerere:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:tem=http://tempuri.org/
xmlns:sicap="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data"
xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<soapenv:Header>
<SeapUserCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org">
<Password xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">password</Password>
<Username xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">username</Username>
</SeapUserCredentials>
</soapenv:Header>
<soapenv:Body>
<tem:AddAQPlan>
<tem:request>
<sicap:PlanDetails>
<!--One or more repetitions:-->
<sic:AQPlanDetail>
<!--Optional:-->
<sic:AQPlanDetailName>detaliu plan 2016 (id=1 source=ws)</sic:AQPlanDetailName>
<!--Optional:-->
<!--Sistem de achizitie dinamic (SAD)-->
<sic:ContractAssignmentTypeID>2</sic:ContractAssignmentTypeID>
<!--Optional:-->
<sic:EndEstimatedDatetime>2016-12-01</sic:EndEstimatedDatetime>
<!--Optional:-->
<sic:EstimatedValueEUR>10</sic:EstimatedValueEUR>
<!--Optional:-->
<sic:EstimatedValueRON>50</sic:EstimatedValueRON>
<!--Optional:-->
<sic:EstimatedValueRONwithVAT>60</sic:EstimatedValueRONwithVAT>
<!--Optional:-->
<sic:IsOnline>true</sic:IsOnline>
<!--Optional:-->
<sic:IsPublished>false</sic:IsPublished>
<!--Optional:-->
<sic:LocalStrategyObjective>Strategia II din planul multianual 2015-2020</sic:LocalStrategyObjective>
<!--Optional:-->
<sic:MainCPVCode>34000000-7</sic:MainCPVCode>
<!--Optional:-->
<sic:Observations>test observatii</sic:Observations>
<!--Optional:-->
<sic:PersonResponsable>Claudiu P</sic:PersonResponsable>
<!--Optional:-->
<sic:ResponsibleUnit>Directia Ec</sic:ResponsibleUnit>
<sic:SecondaryCPVCodes>
<!--Zero or more repetitions:-->
<arr:string>09322000-2</arr:string>
<arr:string>39200000-4</arr:string>
</sic:SecondaryCPVCodes>
<!--Optional:-->
<sic:StartEstimatedDatetime>2016-01-01</sic:StartEstimatedDatetime>
<!--Optional:-->
<!--Fonduri bugetare-->
<sic:SysFinancingTypeId>2</sic:SysFinancingTypeId>
<!--Optional:-->
<!--Licitatie restransa-->
<sic:SysProcedureTypeID>2</sic:SysProcedureTypeID>
<!--Optional:-->
<sic:UniqueIdentificationCode></sic:UniqueIdentificationCode>
</sic:AQPlanDetail>
</sicap:PlanDetails>
<sicap:PlanName>Test plan</sicap:PlanName>
<sicap:PlanYear>2016</sicap:PlanYear>
</tem:request>
</tem:AddAQPlan>
</soapenv:Body>
</soapenv:Envelope>

Raspuns:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<AddAQPlanResponse xmlns="http://tempuri.org/">

Pagina 5
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
<AddAQPlanResult xmlns:a="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Description
i:nil="true"
xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration"/>
<Status xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">0</Status>
</AddAQPlanResult>
</AddAQPlanResponse>
</s:Body>
</s:Envelope>

Pagina 6
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP

3.2 ExportPlan
EXPORT PLAN CU DETALII VERSIUNE

ExportAQPlanRequest
Element Tip Descriere
PlanYear int Anul planului

ExportAQPlanResponse
Element Tip Descriere
Status int Stare raspuns
Description string Descriere (in caz de eroare)
PlanYear int Anul planului
PlanVersion int Versiunea planului
PlanName string Denumirea planului
PlanPublicationDate DateTime Data publicare versiune plan
Details List<AQPlanDetail> Linii detalii plan

Exemplu cerere:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"
xmlns:sicap="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data">
<soapenv:Header>
<SeapUserCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org">
<Password xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">password</Password>
<Username xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">username</Username>
</SeapUserCredentials>
</soapenv:Header>
<soapenv:Body>
<tem:ExportPlan>
<tem:request>
<sicap:PlanYear>2016</sicap:PlanYear>
</tem:request>
</tem:ExportPlan>
</soapenv:Body>
</soapenv:Envelope>

Raspuns:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<ExportPlanResponse xmlns="http://tempuri.org/">
<ExportPlanResult xmlns:a="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Description i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration"/>
<Status xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">0</Status>
<a:Details>
<a:AQPlanDetail>
<a:AQPlanDetailName>Test detail 1</a:AQPlanDetailName>
<a:ContractAssignmentTypeID>1</a:ContractAssignmentTypeID>
<a:EndEstimatedDatetime>2016-06-01T01:00:00</a:EndEstimatedDatetime>
<a:EstimatedValueEUR>0.00</a:EstimatedValueEUR>
<a:EstimatedValueRON>0.00</a:EstimatedValueRON>
<a:EstimatedValueRONwithVAT>0.00</a:EstimatedValueRONwithVAT>
<a:IsOnline i:nil="true"/>
<a:IsPublished i:nil="true"/>
<a:LocalStrategyObjective i:nil="true"/>
<a:MainCPVCode>01110000-1</a:MainCPVCode>
<a:Observations>Observations</a:Observations>
<a:PersonResponsable>Test person</a:PersonResponsable>
<a:ResidualValue>0</a:ResidualValue>
<a:ResponsibleUnit i:nil="true"/>
<a:SecondaryCPVCodes xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<b:string>01111000-801111100-9</b:string>
</a:SecondaryCPVCodes>
<a:SpentValue>0</a:SpentValue>
<a:StartEstimatedDatetime>2016-01-01T00:00:00</a:StartEstimatedDatetime>
<a:SysFinancingTypeId i:nil="true"/>
Pagina 7
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
<a:SysProcedureTypeID>2</a:SysProcedureTypeID>
<a:UniqueIdentificationCode>UK001</a:UniqueIdentificationCode>
</a:AQPlanDetail>
</a:Details>
<a:PlanName>Test plan</a:PlanName>
<a:PlanPublicationDate>2016-11-20T16:36:06.377</a:PlanPublicationDate>
<a:PlanVersion>1</a:PlanVersion>
<a:PlanYear>2013</a:PlanYear>
</ExportPlanResult>
</ExportPlanResponse>
</s:Body>
</s:Envelope>

Pagina 8
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
3.3 ExportContractingAuthorityPlan
EXPORT PLAN CU DETALII

ExportContractingAuthorityAQPlanRequest
Element Tip Descriere
PlanYear int Anul planului
ContractingAuthorityID int ID autoritate contractanta

ExportContractingAuthorityAQPlanResponse
Element Tip Descriere
Status int Stare raspuns
Description string Descriere (in caz de eroare)
Details List<AQPlanDetail> Detalii plan

Exemplu cerere:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"
xmlns:sicap="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data">
<soapenv:Header>
<SeapUserCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org">
<Password xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">password</Password>
<Username xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">username</Username>
</SeapUserCredentials>
</soapenv:Header>
<soapenv:Body>
<tem:ExportContractingAuthorityPlan>
<tem:request>
<sicap:ContractingAuthorityID>5575</sicap:ContractingAuthorityID>
<sicap:PlanYear>2016</sicap:PlanYear>
</tem:request>
</tem:ExportContractingAuthorityPlan>
</soapenv:Body>
</soapenv:Envelope>

Raspuns:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<ExportContractingAuthorityPlanResponse xmlns="http://tempuri.org/">
<ExportContractingAuthorityPlanResult
xmlns:a="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Description i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration"/>
<Status xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">0</Status>
<a:Details>
<a:AQPlanDetail>
<a:AQPlanDetailName>Test detail 1</a:AQPlanDetailName>
<a:ContractAssignmentTypeID>1</a:ContractAssignmentTypeID>
<a:EndEstimatedDatetime>2016-06-01T01:00:00</a:EndEstimatedDatetime>
<a:EstimatedValueEUR>0.00</a:EstimatedValueEUR>
<a:EstimatedValueRON>0.00</a:EstimatedValueRON>
<a:EstimatedValueRONwithVAT>0.00</a:EstimatedValueRONwithVAT>
<a:MainCPVCode>01110000-1</a:MainCPVCode>
<a:Observations>Observations</a:Observations>
<a:PersonResponsable>Test person</a:PersonResponsable>
<a:ResidualValue>0</a:ResidualValue>
<a:SecondaryCPVCodes xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<b:string>01111000-801111100-9</b:string>
</a:SecondaryCPVCodes>
<a:SpentValue>0</a:SpentValue>
<a:StartEstimatedDatetime>2016-01-01T00:00:00</a:StartEstimatedDatetime>
<a:SysProcedureTypeID>2</a:SysProcedureTypeID>
<a:UniqueIdentificationCode>UK001</a:UniqueIdentificationCode>
</a:AQPlanDetail>
</a:Details>
</ExportContractingAuthorityPlanResult>
</ExportContractingAuthorityPlanResponse>
</s:Body>
</s:Envelope>

Pagina 9
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
3.4 GetContractingAuthoriy
AUTORITATE CONTRACTANTA

GetContractingAuthoriyRequest
Element Tip Descriere
ContractingAuthorityName string Denumire autoritate contractanta
ContractingAuthorityCUI string CUI autoritate contractanta

ExportContractingAuthorityAQPlanResponse
Element Tip Descriere
Status int Stare raspuns
Description string Descriere (in caz de eroare)
ContractingAuthorityID int Stare raspuns
RegistrationCode string Descriere (in caz de eroare)
ContractingAuthorities List<ContractingAuthority> Lista autoritati gasite

ContractingAuthority
Element Tip Descriere
ContractingAuthorityID int ID autoritate contractanta
RegistrationCode string CUI
Name string Denumire autoritate
RepresentativeName string Persoana reprezentativa

Exemplu cerere:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"
xmlns:sicap="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data">
<soapenv:Header>
<SeapUserCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org">
<Password xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">password</Password>
<Username xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">username</Username>
</SeapUserCredentials>
</soapenv:Header>
<soapenv:Body>
<tem:GetContractingAuthoriy>
<tem:request>
<sicap:ContractingAuthorityCUI>R123456</sicap:ContractingAuthorityCUI>
<sicap:ContractingAuthorityName></sicap:ContractingAuthorityName>
</tem:request>
</tem:GetContractingAuthoriy>
</soapenv:Body>
</soapenv:Envelope>

Raspuns:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetContractingAuthoriyResponse xmlns="http://tempuri.org/">
<GetContractingAuthoriyResult
xmlns:a="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Description i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration"/>
<Status xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">0</Status>
<a:ContractingAuthorities>
<a:ContractingAuthority>
<a:ContractingAuthorityID>5579</a:ContractingAuthorityID>
<a:Name>acadi</a:Name>
<a:RegistrationCode>R123456</a:RegistrationCode>
<a:RepresentativeName>Adrian Strambu</a:RepresentativeName>
</a:ContractingAuthority>
</a:ContractingAuthorities>
</GetContractingAuthoriyResult>
</GetContractingAuthoriyResponse>
</s:Body>
</s:Envelope>

Pagina 10
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
3.5 GetProcedureTypes
TIP PROCEDURA

GetProcedureTypeResponse
Element Tip Descriere
Status int Stare raspuns
Description string Descriere (in caz de eroare)
ContractingAuthorityID int ID autoritate contractanta
RegistrationCode string CUI autoritate contractanta
ProcedureTypes List<ProcedureType> Lista tipuri de proceduri

ProcedureType
Element Tip Descriere
ProcedureTypeID int ID tip procedura
Name string Denumire tip procedura

Exemplu cerere:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header>
<SeapUserCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org">
<Password xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">md5_64(pass+user)</Password>
<Username xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">user</Username>
</SeapUserCredentials>
</soapenv:Header>
<soapenv:Body>
<tem:GetProcedureTypes>
<tem:request/>
</tem:GetProcedureTypes>
</soapenv:Body>
</soapenv:Envelope>

Raspuns:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetProcedureTypesResponse xmlns="http://tempuri.org/">
<GetProcedureTypesResult xmlns:a="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Description i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration"/>
<Status xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">0</Status>
<a:ProcedureTypes>
<a:ProcedureType>
<a:Name>Licitatie deschisa</a:Name>
<a:ProcedureTypeID>1</a:ProcedureTypeID>
</a:ProcedureType>
<a:ProcedureType>
<a:Name>Licitatie restransa</a:Name>
<a:ProcedureTypeID>2</a:ProcedureTypeID>
</a:ProcedureType>
<a:ProcedureType>
<a:Name>Licitatie restransa accelerata</a:Name>
<a:ProcedureTypeID>3</a:ProcedureTypeID>
</a:ProcedureType>
<a:ProcedureType>
<a:Name>Negociere</a:Name>
<a:ProcedureTypeID>4</a:ProcedureTypeID>
</a:ProcedureType>
<a:ProcedureType>
<a:Name>Negociere accelerata</a:Name>
<a:ProcedureTypeID>5</a:ProcedureTypeID>
</a:ProcedureType>
<a:ProcedureType>
<a:Name>Dialog competitiv</a:Name>
<a:ProcedureTypeID>6</a:ProcedureTypeID>
</a:ProcedureType>
<a:ProcedureType>
<a:Name>Negociere fara anunt de participare</a:Name>
<a:ProcedureTypeID>7</a:ProcedureTypeID>
Pagina 11
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
</a:ProcedureType>
</a:ProcedureTypes>
</GetProcedureTypesResult>
</GetProcedureTypesResponse>
</s:Body>
</s:Envelope>

Pagina 12
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
3.6 GetContractAssignmentTypes
MODALITATEA DE ATRIBUIRE

GetContractAssignmentTypeResponse
Element Tip Descriere
Status int Stare raspuns
Description string Descriere (in caz de eroare)
ContractingAuthorityID int ID autoritate contractanta
RegistrationCode string CUI autoritate contractanta
ContractAssigmentTypes List<ContractAssigmentType> Nomenclator ContractAssignmentType

ContractAssigmentType
Element Tip Descriere
ContractAssigmentTypeId int ID tip contract atribuire
Name string Denumire

Exemplu cerere:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header>
<SeapUserCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org">
<Password xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">password</Password>
<Username xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">username</Username>
</SeapUserCredentials>
</soapenv:Header>
<soapenv:Body>
<tem:GetContractAssignmentTypes>
<tem:request/>
</tem:GetContractAssignmentTypes>
</soapenv:Body>
</soapenv:Envelope>

Raspuns:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetContractAssignmentTypesResponse xmlns="http://tempuri.org/">
<GetContractAssignmentTypesResult
xmlns:a="http://schemas.datacontract.org/2004/07/SICAP.AquisitionPlan.Interface.Data"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Description i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration"/>
<Status xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">0</Status>
<a:ContractAssigmentTypes>
<a:ContractAssigmentType>
<a:ContractAssigmentTypeId>1</a:ContractAssigmentTypeId>
<a:Name>Un contract de achizitii publice</a:Name>
</a:ContractAssigmentType>
<a:ContractAssigmentType>
<a:ContractAssigmentTypeId>2</a:ContractAssigmentTypeId>
<a:Name>Punerea in aplicare a unui sistem de achizitie dinamic (SAD)</a:Name>
</a:ContractAssigmentType>
<a:ContractAssigmentType>
<a:ContractAssigmentTypeId>3</a:ContractAssigmentTypeId>
<a:Name>Incheierea unui acord-cadru</a:Name>
</a:ContractAssigmentType>
</a:ContractAssigmentTypes>
</GetContractAssignmentTypesResult>
</GetContractAssignmentTypesResponse>
</s:Body>
</s:Envelope>

Pagina 13
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.
Servicii WEB - PAAP
3.7 GetFinancincingTypes
MODALITATEA DE FINANTARE

GetFinancincingTypesResponse
Element Tip Descriere
Status int Stare raspuns
Description string Descriere (in caz de eroare)
ContractingAuthorityID int ID autoritate contractanta
RegistrationCode string CUI autoritate contractanta
FinancingTypes List<FinancingType> Nomenclator FinancingType

FinancingType
Element Tip Descriere
FinancingTypeID int ID tip finantare
Name string Denumire
Exemplu cerere:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header>
<SeapUserCredentials xmlns="http://tempuri.org" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Password i:nil="true"
xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">password</Password>
<Username xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">username</Username>
</SeapUserCredentials>
</soapenv:Header>
<soapenv:Body>
<tem:GetFinancincingTypes>
<!--Optional:-->
<tem:request/>
</tem:GetFinancincingTypes>
</soapenv:Body>
</soapenv:Envelope>

Raspuns:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetFinancincingTypesResponse xmlns="http://tempuri.org/">
<GetFinancincingTypesResult
xmlns:a="http://schemas.datacontract.org/2004/07/SICAP.AcquisitionPlan.Interface.Data"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Description i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration"/>
<Status xmlns="http://schemas.datacontract.org/2004/07/SICAP.Service.Integration">Success</Status>
<a:FinancingTypes>
<a:FinancingType>
<a:FinancingTypeID>1</a:FinancingTypeID>
<a:Name>Cofinantare</a:Name>
</a:FinancingType>
<a:FinancingType>
<a:FinancingTypeID>2</a:FinancingTypeID>
<a:Name>Fonduri bugetare</a:Name>
</a:FinancingType>
<a:FinancingType>
<a:FinancingTypeID>3</a:FinancingTypeID>
<a:Name>Credite externe cu garantia statului</a:Name>
</a:FinancingType>
<a:FinancingType>
<a:FinancingTypeID>4</a:FinancingTypeID>
<a:Name>Program / Proiect</a:Name>
</a:FinancingType>
<a:FinancingType>
<a:FinancingTypeID>5</a:FinancingTypeID>
<a:Name>Alte fonduri</a:Name>
</a:FinancingType>
</a:FinancingTypes>
</GetFinancincingTypesResult>
</GetFinancincingTypesResponse>
</s:Body>
</s:Envelope>

Pagina 14
Copyright © 2016 A.A.D.R. e-guvernare. Toate drepturile rezervate.

S-ar putea să vă placă și