Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P Procedure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 132
    • Issues 132
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 28
    • Merge requests 28
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • prozorro-sale
  • Procedure
  • Issues
  • #1086

Closed
Open
Created Apr 18, 2021 by Vlad Murenko@vlad.murenkoReporter

BSD auction not started on fast-procedures

Summary: in title

STR:

  1. Go to /api/procedures endpoint
  2. Create procedure with next body:
{
    "auctionPeriod": {
        "startDate": "2021-03-10T00:10:00+00:00"
    },
    "sellingMethod": "basicSell-dutch-fast",
    "sellingEntity": {
        "identifier": {
            "scheme": "UA-IPN",
            "legalName": {
                "uk_UA": "string",
                "en_US": "string"
            },
            "id": "1234563378"
        },
        "address": {
            "addressID": {
                "scheme": "koatuu",
                "id": "0110136600"
            },
            "streetAddress": {
                "uk_UA": "string",
                "en_US": "string"
            },
            "locality": {
                "uk_UA": "string",
                "en_US": "string"
            },
            "region": {
                "uk_UA": "Автономна Республіка Крим",
                "en_US": "string"
            },
            "countryName": {
                "uk_UA": "Україна"
            }
        },
        "contactPoint": {
            "email": "Tadmin@example.com",
            "telephone": "+380123456789",
            "name": {
                "uk_UA": "string",
                "en_US": "string"
            },
            "url": "http://string.com"
        },
        "representativeInfo": "Довіреність № 123 від 22.02.2012, дійсна до 30.03.2012/Наказ № 142 від 14.12.2019/Статут ТОВ Кульбаба від 24.07.2002"
    },
    "lotId": "sd",
    "title": {
        "uk_UA": "<script>document.body.style.backgroundColor='#f3f3f3'; alert('test');</script>",
        "en_US": "string"
    },
    "description": {
        "uk_UA": "string",
        "en_US": "string"
    },
   
    "bankAccount": [
        {
            "bankName": {
                "uk_UA": "string",
                "en_US": "string"
            },
            "description": {
                "uk_UA": "string",
                "en_US": "string"
            },
            "accountIdentifications": [
                {"scheme": "UA-IBAN",
                    "id": "As223323232378678905467894323"
                }]
        }
    ],
    "x_documentRequirements": {
        "uk_UA": "string",
        "en_US": "string"
    },
    "x_additionalInformation": {
        "uk_UA": "string",
        "en_US": "string"
    },
    "value": {
        "currency": "UAH",
        "amount": 3,
        "valueAddedTaxIncluded": true
    },
    "guarantee": {
        "currency": "UAH",
        "amount": 2,
        "valueAddedTaxIncluded": true
    },

    "tenderAttempts": 3,
    "accessDetails": {
        "uk_UA": "ssss"
    },
    "previousAuctionId": "UA-PS-1122-33-44-000000-0",
    "items": [
        
       {
            "description": {
                "uk_UA": "<script>document.body.style.backgroundColor='#f3f3f3'; alert('test');</script>",
                "en_US": "string"
            },
            "classification": {
                "scheme": "CAV",
                "id": "45000000-7"
            },
            "unit": {
                "code": "H87"
            },
            "quantity": 11.1126,
        
            "additionalClassifications": [
                {
                    "scheme": "CPVS",
                    "id": "QB49-3"
                }
            ],
             "location": {
                    "longitude": ":",
                    "latitude": "sd"
                }
        
    
        },
        
        {
            "description": {
                "uk_UA": "<script>document.body.style.backgroundColor='#f3f3f3'; alert('test');</script>",
                "en_US": "string"
            },
            "classification": {
                "scheme": "CAV",
                "id": "07123000-7"
            },
            "unit": {
                "code": "H87"
            },
            "quantity": 11.1126,
            "address": {
                "addressID": {
                    "scheme": "koatuu",
                    "id": "0110136600"
                },
                "streetAddress": {
                    "uk_UA": "string",
                    "en_US": "string"
                },
                "locality": {
                    "uk_UA": "string",
                    "en_US": "string"
                },
                "region": {
                    "uk_UA": "Автономна Республіка Крим",
                    "en_US": "string"
                },
                "postalCode": "string",
                "countryName": {
                    "uk_UA": "Україна"
                }
            },
            "additionalClassifications": [
                {
                    "scheme": "CPVS",
                    "id": "QB49-3"
                }
            ],
            
            "location": {
                "latitude": "string",
                "longitude": "string",
                "elevation": "string"
            },

            "itemProps": {
                "landArea": 2323
            }
        }
        
    ],
    "dutchStep":{}
    }
  1. Make 1 bid, make active
  2. Wait auction to start

Procedure exmaple: id - 607ca0d1c398a3a073714ba5

Actual result: auction not started, tenderPeriod not ended

Expected result: should start

Assignee
Assign to
Time tracking