9331
9331
"status": "422",
9332
9332
"detail": "Could not retrieve Power of Attorney due to multiple representatives with code: A1Q",
9333
9333
"source": {
9334
- "pointer": "/modules/claims_api/app/controllers/claims_api/v2/veterans/power_of_attorney/base_controller.rb:163 :in `representative'"
9334
+ "pointer": "/modules/claims_api/app/controllers/claims_api/v2/veterans/power_of_attorney/base_controller.rb:164 :in `representative'"
9335
9335
}
9336
9336
}
9337
9337
]
@@ -10440,39 +10440,56 @@
10440
10440
"type": "object",
10441
10441
"properties": {
10442
10442
"firstName": {
10443
+ "description": "First name for the veteran.",
10443
10444
"type": "string"
10444
10445
},
10445
10446
"lastName": {
10447
+ "description": "Last name for the veteran.",
10446
10448
"type": "string"
10447
10449
},
10448
10450
"middleName": {
10451
+ "description": "Middle name for the veteran.",
10449
10452
"type": "string"
10450
10453
}
10451
10454
}
10452
10455
},
10453
10456
"claimant": {
10454
10457
"type": "object",
10455
10458
"properties": {
10456
- "city": {
10457
- "type": "string"
10458
- },
10459
- "country": {
10460
- "type": "string"
10461
- },
10462
- "militaryPo": {
10463
- "type": "string"
10464
- },
10465
- "militaryPostalCode": {
10459
+ "firstName": {
10460
+ "description": "First name for the dependent claimant.",
10466
10461
"type": "string"
10467
10462
},
10468
- "state": {
10463
+ "lastName": {
10464
+ "description": "Last name for the dependent claimant.",
10469
10465
"type": "string"
10470
10466
},
10471
- "zip": {
10467
+ "middleName": {
10468
+ "description": "Middle name for the dependent claimant.",
10472
10469
"type": "string"
10473
10470
}
10474
10471
}
10475
10472
},
10473
+ "address": {
10474
+ "city": {
10475
+ "type": "string"
10476
+ },
10477
+ "country": {
10478
+ "type": "string"
10479
+ },
10480
+ "militaryPo": {
10481
+ "type": "string"
10482
+ },
10483
+ "militaryPostalCode": {
10484
+ "type": "string"
10485
+ },
10486
+ "state": {
10487
+ "type": "string"
10488
+ },
10489
+ "zip": {
10490
+ "type": "string"
10491
+ }
10492
+ },
10476
10493
"representative": {
10477
10494
"type": "object",
10478
10495
"properties": {
@@ -10491,27 +10508,33 @@
10491
10508
}
10492
10509
},
10493
10510
"receivedDate": {
10511
+ "description": "Date the request for representation was established.",
10494
10512
"type": "string",
10495
10513
"format": "date-time"
10496
10514
},
10497
10515
"actionedDate": {
10516
+ "description": "Date the request for representation was accepted or declined by a representative.",
10498
10517
"type": "string",
10499
10518
"format": "date-time"
10500
10519
},
10501
10520
"status": {
10521
+ "description": "Status of the request for representation.",
10502
10522
"type": "string"
10503
10523
},
10504
10524
"declinedReason": {
10525
+ "description": "Reason for declining the request for representation.",
10505
10526
"type": "string"
10506
10527
},
10507
10528
"consentAddressChange": {
10529
+ "description": "Authorization for Representative to Act on Claimant's Behalf to Change Claimant's Address.",
10508
10530
"type": "boolean",
10509
10531
"enum": [
10510
10532
true,
10511
10533
false
10512
10534
]
10513
10535
},
10514
10536
"recordConsent": {
10537
+ "description": "Authorization for Representative's Access to Records Protected by Section 7332, Title 38, U.S.C.",
10515
10538
"type": "boolean",
10516
10539
"enum": [
10517
10540
true,
@@ -10846,39 +10869,56 @@
10846
10869
"type": "object",
10847
10870
"properties": {
10848
10871
"firstName": {
10872
+ "description": "First name for the veteran.",
10849
10873
"type": "string"
10850
10874
},
10851
10875
"lastName": {
10876
+ "description": "Last name for the veteran.",
10852
10877
"type": "string"
10853
10878
},
10854
10879
"middleName": {
10880
+ "description": "Middle name for the veteran.",
10855
10881
"type": "string"
10856
10882
}
10857
10883
}
10858
10884
},
10859
10885
"claimant": {
10860
10886
"type": "object",
10861
10887
"properties": {
10862
- "city": {
10863
- "type": "string"
10864
- },
10865
- "country": {
10866
- "type": "string"
10867
- },
10868
- "militaryPo": {
10869
- "type": "string"
10870
- },
10871
- "militaryPostalCode": {
10888
+ "firstName": {
10889
+ "description": "First name for the dependent claimant.",
10872
10890
"type": "string"
10873
10891
},
10874
- "state": {
10892
+ "lastName": {
10893
+ "description": "Last name for the dependent claimant.",
10875
10894
"type": "string"
10876
10895
},
10877
- "zip": {
10896
+ "middleName": {
10897
+ "description": "Middle name for the dependent claimant.",
10878
10898
"type": "string"
10879
10899
}
10880
10900
}
10881
10901
},
10902
+ "address": {
10903
+ "city": {
10904
+ "type": "string"
10905
+ },
10906
+ "country": {
10907
+ "type": "string"
10908
+ },
10909
+ "militaryPo": {
10910
+ "type": "string"
10911
+ },
10912
+ "militaryPostalCode": {
10913
+ "type": "string"
10914
+ },
10915
+ "state": {
10916
+ "type": "string"
10917
+ },
10918
+ "zip": {
10919
+ "type": "string"
10920
+ }
10921
+ },
10882
10922
"representative": {
10883
10923
"type": "object",
10884
10924
"properties": {
@@ -10897,27 +10937,33 @@
10897
10937
}
10898
10938
},
10899
10939
"receivedDate": {
10940
+ "description": "Date the request for representation was established.",
10900
10941
"type": "string",
10901
10942
"format": "date-time"
10902
10943
},
10903
10944
"actionedDate": {
10945
+ "description": "Date the request for representation was accepted or declined by a representative.",
10904
10946
"type": "string",
10905
10947
"format": "date-time"
10906
10948
},
10907
10949
"status": {
10950
+ "description": "Status of the request for representation.",
10908
10951
"type": "string"
10909
10952
},
10910
10953
"declinedReason": {
10954
+ "description": "Reason for declining the request for representation.",
10911
10955
"type": "string"
10912
10956
},
10913
10957
"consentAddressChange": {
10958
+ "description": "Authorization for Representative to Act on Claimant's Behalf to Change Claimant's Address.",
10914
10959
"type": "boolean",
10915
10960
"enum": [
10916
10961
true,
10917
10962
false
10918
10963
]
10919
10964
},
10920
10965
"recordConsent": {
10966
+ "description": "Authorization for Representative's Access to Records Protected by Section 7332, Title 38, U.S.C.",
10921
10967
"type": "boolean",
10922
10968
"enum": [
10923
10969
true,
@@ -11153,39 +11199,56 @@
11153
11199
"type": "object",
11154
11200
"properties": {
11155
11201
"firstName": {
11202
+ "description": "First name for the veteran.",
11156
11203
"type": "string"
11157
11204
},
11158
11205
"lastName": {
11206
+ "description": "Last name for the veteran.",
11159
11207
"type": "string"
11160
11208
},
11161
11209
"middleName": {
11210
+ "description": "Middle name for the veteran.",
11162
11211
"type": "string"
11163
11212
}
11164
11213
}
11165
11214
},
11166
11215
"claimant": {
11167
11216
"type": "object",
11168
11217
"properties": {
11169
- "city": {
11170
- "type": "string"
11171
- },
11172
- "country": {
11173
- "type": "string"
11174
- },
11175
- "militaryPo": {
11176
- "type": "string"
11177
- },
11178
- "militaryPostalCode": {
11218
+ "firstName": {
11219
+ "description": "First name for the dependent claimant.",
11179
11220
"type": "string"
11180
11221
},
11181
- "state": {
11222
+ "lastName": {
11223
+ "description": "Last name for the dependent claimant.",
11182
11224
"type": "string"
11183
11225
},
11184
- "zip": {
11226
+ "middleName": {
11227
+ "description": "Middle name for the dependent claimant.",
11185
11228
"type": "string"
11186
11229
}
11187
11230
}
11188
11231
},
11232
+ "address": {
11233
+ "city": {
11234
+ "type": "string"
11235
+ },
11236
+ "country": {
11237
+ "type": "string"
11238
+ },
11239
+ "militaryPo": {
11240
+ "type": "string"
11241
+ },
11242
+ "militaryPostalCode": {
11243
+ "type": "string"
11244
+ },
11245
+ "state": {
11246
+ "type": "string"
11247
+ },
11248
+ "zip": {
11249
+ "type": "string"
11250
+ }
11251
+ },
11189
11252
"representative": {
11190
11253
"type": "object",
11191
11254
"properties": {
@@ -11204,27 +11267,33 @@
11204
11267
}
11205
11268
},
11206
11269
"receivedDate": {
11270
+ "description": "Date the request for representation was established.",
11207
11271
"type": "string",
11208
11272
"format": "date-time"
11209
11273
},
11210
11274
"actionedDate": {
11275
+ "description": "Date the request for representation was accepted or declined by a representative.",
11211
11276
"type": "string",
11212
11277
"format": "date-time"
11213
11278
},
11214
11279
"status": {
11280
+ "description": "Status of the request for representation.",
11215
11281
"type": "string"
11216
11282
},
11217
11283
"declinedReason": {
11284
+ "description": "Reason for declining the request for representation.",
11218
11285
"type": "string"
11219
11286
},
11220
11287
"consentAddressChange": {
11288
+ "description": "Authorization for Representative to Act on Claimant's Behalf to Change Claimant's Address.",
11221
11289
"type": "boolean",
11222
11290
"enum": [
11223
11291
true,
11224
11292
false
11225
11293
]
11226
11294
},
11227
11295
"recordConsent": {
11296
+ "description": "Authorization for Representative's Access to Records Protected by Section 7332, Title 38, U.S.C.",
11228
11297
"type": "boolean",
11229
11298
"enum": [
11230
11299
true,
0 commit comments