@@ -3186,12 +3186,12 @@ components:
3186
3186
- $ref : ' #/components/schemas/UnitOfMeasure'
3187
3187
- type : ' null'
3188
3188
quantityAccepted :
3189
- description : The quantity accepted. Required when `matchingType` set to `FOUR_WAY `.
3189
+ description : The quantity accepted. Required when `matchingType` set to `four_way `.
3190
3190
type : string
3191
3191
format : decimal
3192
3192
example : ' 1.0'
3193
3193
quantityReceived :
3194
- description : The quantity received. Required when `matchingType` set to `THREE_WAY ` (default) or `FOUR_WAY `.
3194
+ description : The quantity received. Required when `matchingType` set to `three_way ` (default) or `four_way `.
3195
3195
type : string
3196
3196
format : decimal
3197
3197
example : ' 12.3'
@@ -3246,12 +3246,12 @@ components:
3246
3246
- $ref : ' #/components/schemas/UnitOfMeasure'
3247
3247
- type : ' null'
3248
3248
quantityAccepted :
3249
- description : The quantity accepted. Required when `matchingType` set to `FOUR_WAY `.
3249
+ description : The quantity accepted. Required when `matchingType` set to `four_way `.
3250
3250
type : string
3251
3251
format : decimal
3252
3252
example : ' 1.0'
3253
3253
quantityReceived :
3254
- description : The quantity received. Required when `matchingType` set to `THREE_WAY ` (default) or `FOUR_WAY `.
3254
+ description : The quantity received. Required when `matchingType` set to `three_way ` (default) or `four_way `.
3255
3255
type : string
3256
3256
format : decimal
3257
3257
example : ' 12.3'
@@ -3297,12 +3297,12 @@ components:
3297
3297
- $ref : ' #/components/schemas/UnitOfMeasure'
3298
3298
- type : ' null'
3299
3299
quantityAccepted :
3300
- description : The quantity accepted. Required when `matchingType` set to `FOUR_WAY `.
3300
+ description : The quantity accepted. Required when `matchingType` set to `four_way `.
3301
3301
type : string
3302
3302
format : decimal
3303
3303
example : ' 1.0'
3304
3304
quantityReceived :
3305
- description : The quantity received. Required when `matchingType` set to `THREE_WAY ` (default) or `FOUR_WAY `.
3305
+ description : The quantity received. Required when `matchingType` set to `three_way ` (default) or `four_way `.
3306
3306
type : string
3307
3307
format : decimal
3308
3308
example : ' 12.3'
@@ -3523,11 +3523,11 @@ components:
3523
3523
type : string
3524
3524
description : |
3525
3525
The type of matching that should be done on the line item. Determines which quantity fields are required.
3526
- `TWO_WAY ` - Only the `quantityRequested` field is required.
3527
- `THREE_WAY ` (default) - The `quantityRequested` and `quantityReceived` fields are required.
3528
- `FOUR_WAY ` - The `quantityRequested`, `quantityReceived`, and `quantityAccepted` fields are required.
3529
- enum : [TWO_WAY, THREE_WAY, FOUR_WAY ]
3530
- default : THREE_WAY
3526
+ `two_way ` - Only the `quantityRequested` field is required.
3527
+ `three_way ` (default) - The `quantityRequested` and `quantityReceived` fields are required.
3528
+ `four_way ` - The `quantityRequested`, `quantityReceived`, and `quantityAccepted` fields are required.
3529
+ enum : [two_way, three_way, four_way ]
3530
+ default : three_way
3531
3531
PurchaseOrderLineItem :
3532
3532
type : object
3533
3533
required : [internalId]
@@ -3548,7 +3548,7 @@ components:
3548
3548
- $ref : ' #/components/schemas/UnitOfMeasure'
3549
3549
- type : ' null'
3550
3550
quantityAccepted :
3551
- description : The quantity accepted. Required when `matchingType` set to `FOUR_WAY `.
3551
+ description : The quantity accepted. Required when `matchingType` set to `four_way `.
3552
3552
type : string
3553
3553
format : decimal
3554
3554
example : ' 1.0'
@@ -3558,7 +3558,7 @@ components:
3558
3558
format : decimal
3559
3559
example : ' 1.0'
3560
3560
quantityReceived :
3561
- description : The quantity received. Required when `matchingType` set to `THREE_WAY ` (default) or `FOUR_WAY `.
3561
+ description : The quantity received. Required when `matchingType` set to `three_way ` (default) or `four_way `.
3562
3562
type : string
3563
3563
format : decimal
3564
3564
example : ' 1.0'
0 commit comments