-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unsuccessful lots/bids/lotValues
- Loading branch information
1 parent
9e08fad
commit ff521e7
Showing
105 changed files
with
5,564 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
procedure_tools/data/aboveThresholdEU.features/bid_create_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"data": { | ||
"lotValues": [ | ||
{ | ||
"relatedLot": "5f58e4e21baf4696bb1cfd67c4f86f73", | ||
"subcontractingDetails": "ДКП «Орфей», Україна", | ||
"value": { | ||
"amount": 500 | ||
} | ||
} | ||
], | ||
"selfQualified": true, | ||
"status": "draft", | ||
"tenderers": [ | ||
{ | ||
"address": { | ||
"countryName": "Україна", | ||
"locality": "м. Київ", | ||
"postalCode": "21100", | ||
"region": "м. Київ", | ||
"streetAddress": "вул. Польова, 33" | ||
}, | ||
"contactPoint": { | ||
"email": "[email protected]", | ||
"name": "Микола Олексюк", | ||
"telephone": "+380000000000" | ||
}, | ||
"identifier": { | ||
"id": "00137200", | ||
"scheme": "UA-EDR", | ||
"uri": "http://factory.example.com" | ||
}, | ||
"name": "ДКП «Орфей»", | ||
"scale": "micro" | ||
} | ||
] | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
procedure_tools/data/aboveThresholdEU.features/bid_patch_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"data": { | ||
"status": "pending" | ||
} | ||
} |
Oops, something went wrong.