PurchaseTransactionItem
purchaseTransactionIdnull,string<uuid>nullable
itemNumbernull,integer,string<int32>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
type object
oneOf
- null
- TransactionItemType
null
subType object
oneOf
- null
- TransactionItemSubType
null
additionalInfonull | stringnullable
amountnull,number,string<double>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
isProductOverriddennull | booleannullable
productDescriptionnull | stringnullable
isPriceOverriddennull | booleannullable
manualDiscountAmountnull,number,string<double>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
pricePerUnitnull,number,string<double>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
quantitynull,number,string<double>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
transactionCurrencyIdnull,string<uuid>nullable
unitOfMeasureIdnull,string<uuid>nullable
isEStaffDiscountboolean
isRegularDiscountboolean
idstring<uuid>
stateCode object
oneOf
- null
- EntityState
null
statusCode object
oneOf
- null
- EntityStateStatus
null
isActiveboolean
PurchaseTransactionItem
{
"purchaseTransactionId": "null",
"itemNumber": "null",
"type": "null",
"subType": "null",
"additionalInfo": "null",
"amount": "null",
"isProductOverridden": "null",
"productDescription": "null",
"isPriceOverridden": "null",
"manualDiscountAmount": "null",
"pricePerUnit": "null",
"quantity": "null",
"transactionCurrencyId": "null",
"unitOfMeasureId": "null",
"isEStaffDiscount": true,
"isRegularDiscount": true,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"stateCode": "null",
"statusCode": "null",
"isActive": true
}