Method GetDocumentTypePurchaseOrderItemTypes
GetDocumentTypePurchaseOrderItemTypes(String, SelectionSettingsContract, String, String, String)
Get document type purchase order item types
Declaration
DocumentTypePurchaseOrderItemTypesResultContract GetDocumentTypePurchaseOrderItemTypes(string connectionId, SelectionSettingsContract selectionSettings, string companyNumber, string documentTypeNumber, string purchaseOrderItemType)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
SelectionSettingsContract | selectionSettings | Represents data reading settings |
System.String | companyNumber | Optional: Filter document type purchase order item types with the company number, default: |
System.String | documentTypeNumber | Filter document type purchase order item types with the document type number, default: |
System.String | purchaseOrderItemType | Filter document type purchase order item types with the purchase order item type, default: |
Returns
Type | Description |
---|---|
DocumentTypePurchaseOrderItemTypesResultContract | Returns a result package with all necessary informations |
Examples
PUT http://YourServerName/InfoShare/Json/Invoice/GetDocumentTypePurchaseOrderItemTypes
Example for read DocumentTypePurchaseOrderItemTypes.Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |