-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfields.html
More file actions
287 lines (243 loc) · 4.42 KB
/
fields.html
File metadata and controls
287 lines (243 loc) · 4.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
---
layout: default
title: Field Reference
nav: fields
---
<h5>GSA Auctions API Data Fields</h5>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><p><b>Data Name</b></p></td>
<td valign="top"><p><b>Data type</b></p></td>
<td valign="top"><p><b>Data Length</b></p></td>
<td valign="top"><p><b>Description</b></p></td>
</tr>
<tr>
<td>SaleNo</td>
<td>String</td>
<td>11</td>
<td>This field identifies a specific sale number created by the region</td>
</tr>
<tr>
<td>LotNo</td>
<td>Numeric</td>
<td>3</td>
<td>This code indicating the sequential order in which an item appears on an invitation for bid</td>
</tr>
<tr>
<td>AucStartDt</td>
<td>String</td>
<td>10</td>
<td>Auction start date</td>
</tr>
<tr>
<td>AucEndDt</td>
<td>String</td>
<td>10</td>
<td>Auction end date</td>
</tr>
<tr>
<td>ItemName</td>
<td>String</td>
<td>69</td>
<td>This is the brief description of the item</td>
</tr>
<tr>
<td>PropertyAddr1</td>
<td>String</td>
<td>36</td>
<td>Agency name where property is located</td>
</tr>
<tr>
<td>PropertyAddr2</td>
<td>String</td>
<td>3</td>
<td>Agency 2nd line of clear text address</td>
</tr>
<tr>
<td>PropertyAddr3</td>
<td>String</td>
<td>36</td>
<td>P.O. Box/street address name of where property is located</td>
</tr>
<tr>
<td>PropertyCity</td>
<td>String</td>
<td>29</td>
<td>Property location city</td>
</tr>
<tr>
<td>PropertyState</td>
<td>String</td>
<td>2</td>
<td>Property location state</td>
</tr>
<tr>
<td>PropertyZip</td>
<td>Numeric</td>
<td>9</td>
<td>Property location zip code</td>
</tr>
<tr>
<td>AuctionStatus</td>
<td>String</td>
<td>1</td>
<td>Status of sale, values are A=Active, P=Preview, Space=Scheduled</td>
</tr>
<tr>
<td>SaleLocation</td>
<td>String</td>
<td>36</td>
<td>Location of sale</td>
</tr>
<tr>
<td>LocationOrg</td>
<td>String</td>
<td>36</td>
<td>Location organizational subdivision</td>
</tr>
<tr>
<td>LocationStAddr</td>
<td>String</td>
<td>36</td>
<td>Location P.O. Box/Street address</td>
</tr>
<tr>
<td>LocationCity</td>
<td>String</td>
<td>29</td>
<td>City sale Location</td>
</tr>
<tr>
<td>LocationST</td>
<td>String</td>
<td>2</td>
<td>State abbreviation location</td>
</tr>
<tr>
<td>LocationZip</td>
<td>Numeric</td>
<td>9</td>
<td>Sale location zip code</td>
</tr>
<tr>
<td>BiddersCount</td>
<td>Numeric</td>
<td>5</td>
<td>Number of Bidders on the sale</td>
</tr>
<tr>
<td>LotSequence</td>
<td>Numeric</td>
<td>3</td>
<td>Lot Sequence Number</td>
</tr>
<tr>
<td>LotDescript</td>
<td>String</td>
<td>50</td>
<td>Lot Description</td>
</tr>
<tr>
<td>Instruction1</td>
<td>String</td>
<td>63</td>
<td>Special Inspection Instructions Line 1</td>
</tr>
<tr>
<td>Instruction2</td>
<td>String</td>
<td>63</td>
<td>Special Inspection Instructions Line 2</td>
</tr>
<tr>
<td>Instruction3</td>
<td>String</td>
<td>63</td>
<td>Special Inspection Instructions Line 3</td>
</tr>
<tr>
<td>ContractOfficer</td>
<td>String</td>
<td>35</td>
<td>The Sales Contracting Officer that is assigned to the sale</td>
</tr>
<tr>
<td>COEmail</td>
<td>String</td>
<td>65</td>
<td>The Email address for the Sales Contracting Officer that is assigned to the sale</td>
</tr>
<tr>
<td>COPhone</td>
<td>String</td>
<td>10</td>
<td>The Phone number for the Sales Contracting Officer that is assigned to the sale</td>
</tr>
<tr>
<td>Reserve</td>
<td>Numeric</td>
<td>8.2</td>
<td>The minimum dollar amount that the sale must reach before it may be awarded to a bidder</td>
</tr>
<tr>
<td>AucIncrement</td>
<td>Numeric</td>
<td>6.2</td>
<td>The bid increment that the sale use during the bidding process</td>
</tr>
<tr>
<td>HighBidAmount</td>
<td>Numeric</td>
<td>8.2</td>
<td>Highest bid amount </td>
</tr>
<tr>
<td>InactivityTime</td>
<td>Numeric</td>
<td>4</td>
<td>The period of time in minutes that there is no bidding activity on a sale</td>
</tr>
<tr>
<td>AgencyCode</td>
<td>String</td>
<td>3</td>
<td>Agency Code</td>
</tr>
<tr>
<td>BureauCode</td>
<td>String</td>
<td>3</td>
<td>Bureau Code</td>
</tr>
<tr>
<td>AgencyName</td>
<td>String</td>
<td>80</td>
<td>Agency Name</td>
</tr>
<tr>
<td>BureauName</td>
<td>String</td>
<td>80</td>
<td>Bureau Name</td>
</tr>
<tr>
<td>ItemDescURL</td>
<td>String</td>
<td>72</td>
<td>Item description URL</td>
</tr>
<tr>
<td>ImageURL</td>
<td>String</td>
<td>66</td>
<td>URL of an item image</td>
</tr>
</tbody>
</table>
<h4>Common RESTful API Objects</h4>
<a name="addressObject"></a>
<h5>Date Object</h5>
The date format is in ISO 8601, in UTC.
<p>Example: 2013-02-27 </p>