@@ -141,6 +141,8 @@ Example response:
141
141
"message" : " created" ,
142
142
"description" : " The filing period is now open and available to accept HMDA data."
143
143
},
144
+ "fileName" : " bank1_hmda_2017.txt" ,
145
+ "receipt" : " " ,
144
146
"start" : 1483287071000 ,
145
147
"end" : 0
146
148
},
@@ -155,6 +157,8 @@ Example response:
155
157
"message" : " created" ,
156
158
"description" : " The filing period is now open and available to accept HMDA data."
157
159
},
160
+ "fileName" : " bank1_lars_2017.txt" ,
161
+ "receipt" : " " ,
158
162
"start" : 1483287071000 ,
159
163
"end" : 0
160
164
},
@@ -169,6 +173,8 @@ Example response:
169
173
"message" : " created" ,
170
174
"description" : " The filing period is now open and available to accept HMDA data."
171
175
},
176
+ "fileName" : " bank1_lars_2017.txt" ,
177
+ "receipt" : " " ,
172
178
"start" : 1483287071000 ,
173
179
"end" : 0
174
180
}
@@ -196,6 +202,8 @@ Example response, with HTTP code 201:
196
202
"message" : " created" ,
197
203
"description" : " The filing period is now open and available to accept HMDA data."
198
204
},
205
+ "fileName" : " bank1_lars_2017.txt" ,
206
+ "receipt" : " " ,
199
207
"start" : 1483287071000 ,
200
208
"end" : 0
201
209
}
@@ -221,6 +229,8 @@ Example response:
221
229
"message" : " created" ,
222
230
"description" : " The filing period is now open and available to accept HMDA data."
223
231
},
232
+ "fileName" : " bank1_lars_2017.txt" ,
233
+ "receipt" : " " ,
224
234
"start" : 1483287071000 ,
225
235
"end" : 1514736671000
226
236
}
@@ -245,7 +255,11 @@ Example response:
245
255
"code" : 3 ,
246
256
"message" : " uploaded" ,
247
257
"description" : " The data have finished uploading and are ready to be analyzed."
248
- }
258
+ },
259
+ "fileName" : " bank1_lars_2017.txt" ,
260
+ "receipt" : " " ,
261
+ "start" : 1505142349962 ,
262
+ "end" : 0
249
263
}
250
264
```
251
265
@@ -262,7 +276,11 @@ Example response, with HTTP code 400:
262
276
"code" : -1 ,
263
277
"message" : " Submission 4848484 not available for upload" ,
264
278
"description" : " An error occurred during the process of submitting the data. Please re-upload your file."
265
- }
279
+ },
280
+ "fileName" : " " ,
281
+ "receipt" : " " ,
282
+ "start" : 0 ,
283
+ "end" : 0
266
284
}
267
285
```
268
286
0 commit comments