The VerifyPurchaseOrderRow function verifies a purchase order row record against the available business rules.
Method | /productbasecomponents.asmx/VerifyPurchaseOrderRow |
The request body is of type VerifyPurchaseOrderRow.
Name | Description | Data Type |
---|---|---|
purchaseOrderRow | PurchaseOrderRowInfo | |
isPurchaseInfoAvailable | xml:boolean | |
isAddingRecord | xml:boolean |
The response body is of type VerifyPurchaseOrderRowResponse.
Name | Description | Data Type |
---|---|---|
VerifyPurchaseOrderRowResult | ArrayOfVerifyExceptionInfo |
|