Created
May 23, 2025 11:23
-
-
Save Xaypanya/89abe35a9dca8302f5e2c3f31b4dbfbe to your computer and use it in GitHub Desktop.
The SAP Business One Service Layer JSON file is a configuration or reference document that defines the services and operations available in the SAP Business One Service Layer API. This API enables external applications to interact with SAP Business One, a business management software, by providing programmatic access to its data and functionalit…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"service": "AccountCategoryService", | |
"description": "This API enables you to invoke the interfaces defined on 'AccountCategoryService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AccountCategoryService_GetCategoryList", | |
"description": "Invoke the method 'GetCategoryList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AccountCategoryService_GetCategoryList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AccountCategoryService_GetCategoryList", | |
"description": "Invoke the method 'GetCategoryList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AccountCategoryService_GetCategoryList" | |
} | |
] | |
}, | |
{ | |
"service": "AccountsService", | |
"description": "This API enables you to invoke the interfaces defined on 'AccountsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "AccountsService_CreateOpenBalance", | |
"description": "Invoke the method 'CreateOpenBalance' on this service by specifying the payload 'OpenningBalanceAccount,GLAccounts' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AccountsService_CreateOpenBalance\n{\n \"GLAccounts\": {\n \"Code\": \"test\"\n },\n \"OpenningBalanceAccount\": {\n \"Date\": \"2016-08-29\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "AccrualTypesService", | |
"description": "This API enables you to invoke the interfaces defined on 'AccrualTypesService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AccrualTypesService_GetAccrualTypeList", | |
"description": "Invoke the method 'GetAccrualTypeList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AccrualTypesService_GetAccrualTypeList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AccrualTypesService_GetAccrualTypeList", | |
"description": "Invoke the method 'GetAccrualTypeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AccrualTypesService_GetAccrualTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "ActivitiesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ActivitiesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ActivitiesService_GetActivityList", | |
"description": "Invoke the method 'GetActivityList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivitiesService_GetActivityList" | |
}, | |
{ | |
"method": "POST", | |
"path": "ActivitiesService_GetSingleInstanceFromSeries", | |
"description": "Invoke the method 'GetSingleInstanceFromSeries' on this service by specifying the payload 'ActivityInstanceParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivitiesService_GetSingleInstanceFromSeries\n{\n \"ActivityInstanceParams\": {\n \"ActivityCode\": \"3\",\n \"InstanceDate\": \"2016-08-30\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ActivitiesService_UpdateSingleInstanceInSeries", | |
"description": "Invoke the method 'UpdateSingleInstanceInSeries' on this service by specifying the payload 'Activity' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivitiesService_UpdateSingleInstanceInSeries\n{\n \"Activity\": {\n \"ActivityDate\": \"2016-08-30\",\n \"ActivityTime\": \"08:13:00\",\n \"CardCode\": \"C01\",\n \"DocEntry\": \"3\",\n \"DocNum\": \"1\",\n \"DocType\": \"17\",\n \"Duration\": 15,\n \"DurationType\": \"du_Minuts\",\n \"EndDueDate\": \"2016-08-30\",\n \"EndTime\": \"08:28:00\",\n \"Reminder\": \"tYES\",\n \"ReminderPeriod\": 15,\n \"ReminderType\": \"du_Minuts\",\n \"StartDate\": \"2016-08-30\",\n \"StartTime\": \"08:13:00\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ActivitiesService_DeleteSingleInstanceFromSeries", | |
"description": "Invoke the method 'DeleteSingleInstanceFromSeries' on this service by specifying the payload 'ActivityInstanceParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivitiesService_DeleteSingleInstanceFromSeries\n{\n \"ActivityInstanceParams\": {\n \"ActivityCode\": \"3\",\n \"InstanceDate\": \"2016-08-30\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ActivitiesService_GetTopNActivityInstances", | |
"description": "Invoke the method 'GetTopNActivityInstances' on this service by specifying the payload 'ActivityInstancesListParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivitiesService_GetTopNActivityInstances\n{\n \"ActivityInstancesListParams\": {\n \"ActivityInstancesListParams\": {\n \"StartDate\": \"2016-08-30\"\n }\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ActivityRecipientListsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ActivityRecipientListsService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ActivityRecipientListsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/ActivityRecipientListsService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "ActivityRecipientListsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivityRecipientListsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "AddressService", | |
"description": "This API enables you to invoke the interfaces defined on 'AddressService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "AddressService_GetFullAddress", | |
"description": "Invoke the method 'GetFullAddress' on this service by specifying the payload 'AddressParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AddressService_GetFullAddress\n{\n \"AddressParams\": {\n \"Block\": \"1001\",\n \"City\": \"Shanghai\",\n \"Country\": \"CN\",\n \"Street\": \"Chenhui\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "AlternativeItemsService", | |
"description": "This API enables you to invoke the interfaces defined on 'AlternativeItemsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "AlternativeItemsService_AddItem", | |
"description": "Invoke the method 'AddItem' on this service by specifying the payload 'OriginalItem' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AlternativeItemsService_AddItem\n{\n \"OriginalItem\": {\n \"AlternativeItems\": [\n {\n \"AlternativeItemCode\": \"B001\",\n \"MatchFactor\": 100,\n \"Remarks\": \"B001\"\n },\n {\n \"AlternativeItemCode\": \"I002\",\n \"MatchFactor\": 100,\n \"Remarks\": \"I002\"\n },\n {\n \"AlternativeItemCode\": \"I003\",\n \"MatchFactor\": 100,\n \"Remarks\": \"I003\"\n }\n ],\n \"ItemCode\": \"I001\",\n \"ItemName\": null\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "AlternativeItemsService_UpdateItem", | |
"description": "Invoke the method 'UpdateItem' on this service by specifying the payload 'OriginalItem' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AlternativeItemsService_UpdateItem\n{\n \"OriginalItem\": {\n \"AlternativeItems\": [\n {\n \"AlternativeItemCode\": \"B001\",\n \"MatchFactor\": 100,\n \"Remarks\": \"B001\"\n },\n {\n \"AlternativeItemCode\": \"I002\",\n \"MatchFactor\": 100,\n \"Remarks\": \"I002\"\n },\n {\n \"AlternativeItemCode\": \"I003\",\n \"MatchFactor\": 100,\n \"Remarks\": \"I003\"\n }\n ],\n \"ItemCode\": \"I001\",\n \"ItemName\": null\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "AlternativeItemsService_DeleteItem", | |
"description": "Invoke the method 'DeleteItem' on this service by specifying the payload 'OriginalItemParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AlternativeItemsService_DeleteItem\n{\n \"OriginalItem\": {\n \"ItemCode\": \"I001\",\n \"ItemName\": \"I001\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "AlternativeItemsService_GetItem", | |
"description": "Invoke the method 'GetItem' on this service by specifying the payload 'OriginalItemParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AlternativeItemsService_GetItem\n{\n \"OriginalItem\": {\n \"ItemCode\": \"I001\",\n \"ItemName\": \"I001\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ApprovalRequestsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ApprovalRequestsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ApprovalRequestsService_GetApprovalRequestList", | |
"description": "Invoke the method 'GetApprovalRequestList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalRequestsService_GetApprovalRequestList" | |
}, | |
{ | |
"method": "POST", | |
"path": "ApprovalRequestsService_GetOpenApprovalRequestList", | |
"description": "Invoke the method 'GetOpenApprovalRequestList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalRequestsService_GetOpenApprovalRequestList" | |
}, | |
{ | |
"method": "POST", | |
"path": "ApprovalRequestsService_GetAllApprovalRequestsList", | |
"description": "Invoke the method 'GetAllApprovalRequestsList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalRequestsService_GetAllApprovalRequestsList" | |
} | |
] | |
}, | |
{ | |
"service": "ApprovalStagesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ApprovalStagesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ApprovalStagesService_GetApprovalStageList", | |
"description": "Invoke the method 'GetApprovalStageList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalStagesService_GetApprovalStageList" | |
} | |
] | |
}, | |
{ | |
"service": "ApprovalTemplatesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ApprovalTemplatesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ApprovalTemplatesService_GetApprovalTemplateList", | |
"description": "Invoke the method 'GetApprovalTemplateList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalTemplatesService_GetApprovalTemplateList" | |
} | |
] | |
}, | |
{ | |
"service": "AssetCapitalizationCreditMemoService", | |
"description": "This API enables you to invoke the interfaces defined on 'AssetCapitalizationCreditMemoService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "AssetCapitalizationCreditMemoService_Cancel", | |
"description": "Invoke the method 'Cancel' on this service by specifying the payload 'AssetDocumentParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetCapitalizationCreditMemoService_Cancel\n{\n \"AssetDocumentParams\": {\n \"CancellationOption\": \"coByCurrentSystemDate\",\n \"Code\": \"1\"\n }\n}" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetCapitalizationCreditMemoService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetCapitalizationCreditMemoService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetCapitalizationCreditMemoService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetCapitalizationCreditMemoService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "AssetCapitalizationService", | |
"description": "This API enables you to invoke the interfaces defined on 'AssetCapitalizationService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "AssetCapitalizationService_Cancel", | |
"description": "Invoke the method 'Cancel' on this service by specifying the payload 'AssetDocumentParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetCapitalizationService_Cancel\n{\n \"AssetDocumentParams\": {\n \"CancellationOption\": \"coByCurrentSystemDate\",\n \"Code\": \"1\"\n }\n}" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetCapitalizationService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetCapitalizationService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetCapitalizationService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetCapitalizationService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "AssetClassesService", | |
"description": "This API enables you to invoke the interfaces defined on 'AssetClassesService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetClassesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetClassesService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetClassesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetClassesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "AssetDepreciationGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'AssetDepreciationGroupsService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetDepreciationGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetDepreciationGroupsService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetDepreciationGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetDepreciationGroupsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "AssetGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'AssetGroupsService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetGroupsService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetGroupsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "AssetManualDepreciationService", | |
"description": "This API enables you to invoke the interfaces defined on 'AssetManualDepreciationService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "AssetManualDepreciationService_Cancel", | |
"description": "Invoke the method 'Cancel' on this service by specifying the payload 'AssetDocumentParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetManualDepreciationService_Cancel\n{\n \"AssetDocumentParams\": {\n \"CancellationOption\": \"coByCurrentSystemDate\",\n \"Code\": \"2\"\n }\n}" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetManualDepreciationService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetManualDepreciationService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetManualDepreciationService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetManualDepreciationService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "AssetRetirementService", | |
"description": "This API enables you to invoke the interfaces defined on 'AssetRetirementService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "AssetRetirementService_Cancel", | |
"description": "Invoke the method 'Cancel' on this service by specifying the payload 'AssetDocumentParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetRetirementService_Cancel\n{\n \"AssetDocumentParams\": {\n \"CancellationOption\": \"coByCurrentSystemDate\",\n \"Code\": \"9\"\n }\n}" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetRetirementService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetRetirementService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetRetirementService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetRetirementService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "AssetTransferService", | |
"description": "This API enables you to invoke the interfaces defined on 'AssetTransferService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "AssetTransferService_Cancel", | |
"description": "Invoke the method 'Cancel' on this service by specifying the payload 'AssetDocumentParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetTransferService_Cancel\n{\n \"AssetDocumentParams\": {\n \"CancellationOption\": \"coByOriginalDocumentDate\",\n \"Code\": \"2\"\n }\n}" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetTransferService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetTransferService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetTransferService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetTransferService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "AttributeGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'AttributeGroupsService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AttributeGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/AttributeGroupsService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "AttributeGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/AttributeGroupsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "BankChargesAllocationCodesService", | |
"description": "This API enables you to invoke the interfaces defined on 'BankChargesAllocationCodesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BankChargesAllocationCodesService_GetBankChargesAllocationCodeList", | |
"description": "Invoke the method 'GetBankChargesAllocationCodeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BankChargesAllocationCodesService_GetBankChargesAllocationCodeList" | |
} | |
] | |
}, | |
{ | |
"service": "BankStatementsService", | |
"description": "This API enables you to invoke the interfaces defined on 'BankStatementsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BankStatementsService_GetBankStatementList", | |
"description": "Invoke the method 'GetBankStatementList' on this service by specifying the payload 'BankStatementsFilter' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BankStatementsService_GetBankStatementList\n{\n \"BankStatementsFilter\": {\n \"Account\": \"111\",\n \"Bank\": \"10000000\",\n \"Country\": \"DE\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "BarCodesService", | |
"description": "This API enables you to invoke the interfaces defined on 'BarCodesService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BarCodesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/BarCodesService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "BarCodesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BarCodesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "BEMReplicationPeriodService", | |
"description": "This API enables you to invoke the interfaces defined on 'BEMReplicationPeriodService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BEMReplicationPeriodService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/BEMReplicationPeriodService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "BEMReplicationPeriodService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BEMReplicationPeriodService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "BinLocationAttributesService", | |
"description": "This API enables you to invoke the interfaces defined on 'BinLocationAttributesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BinLocationAttributesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BinLocationAttributesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "BinLocationFieldsService", | |
"description": "This API enables you to invoke the interfaces defined on 'BinLocationFieldsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BinLocationFieldsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BinLocationFieldsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "BinLocationsService", | |
"description": "This API enables you to invoke the interfaces defined on 'BinLocationsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BinLocationsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BinLocationsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "BlanketAgreementsService", | |
"description": "This API enables you to invoke the interfaces defined on 'BlanketAgreementsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BlanketAgreementsService_GetBlanketAgreementList", | |
"description": "Invoke the method 'GetBlanketAgreementList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BlanketAgreementsService_GetBlanketAgreementList" | |
} | |
] | |
}, | |
{ | |
"service": "BOEDocumentTypesService", | |
"description": "This API enables you to invoke the interfaces defined on 'BOEDocumentTypesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BOEDocumentTypesService_GetBOEDocumentTypeList", | |
"description": "Invoke the method 'GetBOEDocumentTypeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BOEDocumentTypesService_GetBOEDocumentTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "BOEInstructionsService", | |
"description": "This API enables you to invoke the interfaces defined on 'BOEInstructionsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BOEInstructionsService_GetBOEInstructionList", | |
"description": "Invoke the method 'GetBOEInstructionList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BOEInstructionsService_GetBOEInstructionList" | |
} | |
] | |
}, | |
{ | |
"service": "BOELinesService", | |
"description": "This API enables you to invoke the interfaces defined on 'BOELinesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BOELinesService_GetBOELine", | |
"description": "Invoke the method 'GetBOELine' on this service by specifying the payload 'BOELineParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BOELinesService_GetBOELine\n{\n \"BOELineParams\": {\n \"BOEKey\": \"1\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "BOEPortfoliosService", | |
"description": "This API enables you to invoke the interfaces defined on 'BOEPortfoliosService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BOEPortfoliosService_GetBOEPortfolioList", | |
"description": "Invoke the method 'GetBOEPortfolioList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BOEPortfoliosService_GetBOEPortfolioList" | |
} | |
] | |
}, | |
{ | |
"service": "BPOpeningBalanceService", | |
"description": "This API enables you to invoke the interfaces defined on 'BPOpeningBalanceService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BPOpeningBalanceService_CreateOpenBalance", | |
"description": "Invoke the method 'CreateOpenBalance' on this service by specifying the payload 'OpenningBalanceAccount,BPCodes' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BPOpeningBalanceService_CreateOpenBalance\n{\n \"BPCodes\": [\n {\n \"Code\": \"C01\",\n \"Debit\": \"1000\"\n },\n {\n \"Code\": \"V01\",\n \"Debit\": \"1000\"\n }\n ],\n \"OpenningBalanceAccount\": {\n \"Details\": \"Transfer balance to BP\",\n \"OpenBalanceAccount\": \"999100\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "BranchesService", | |
"description": "This API enables you to invoke the interfaces defined on 'BranchesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BranchesService_GetBranchList", | |
"description": "Invoke the method 'GetBranchList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BranchesService_GetBranchList" | |
} | |
] | |
}, | |
{ | |
"service": "BrazilBeverageIndexersService", | |
"description": "This API enables you to invoke the interfaces defined on 'BrazilBeverageIndexersService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BrazilBeverageIndexersService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilBeverageIndexersService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "BrazilFuelIndexersService", | |
"description": "This API enables you to invoke the interfaces defined on 'BrazilFuelIndexersService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BrazilFuelIndexersService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilFuelIndexersService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "BusinessPartnerPropertiesService", | |
"description": "This API enables you to invoke the interfaces defined on 'BusinessPartnerPropertiesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BusinessPartnerPropertiesService_GetBusinessPartnerPropertyList", | |
"description": "Invoke the method 'GetBusinessPartnerPropertyList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/BusinessPartnerPropertiesService_GetBusinessPartnerPropertyList" | |
} | |
] | |
}, | |
{ | |
"service": "BusinessPartnersService", | |
"description": "This API enables you to invoke the interfaces defined on 'BusinessPartnersService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "BusinessPartnersService_CreateOpenBalance", | |
"description": "Invoke the method 'CreateOpenBalance' on this service by specifying the payload 'OpenningBalanceAccount,BPCodes' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BusinessPartnersService_CreateOpenBalance\n{\n \"BPCodes\": [\n {\n \"Code\": \"HU1006\",\n \"Credit\": 300\n },\n {\n \"Code\": \"HU1007\",\n \"Credit\": 300\n }\n ],\n \"OpenningBalanceAccount\": {\n \"Date\": \"2016-09-19\",\n \"Details\": \"Bp Accounts Opening Balance\",\n \"OpenBalanceAccount\": \"_SYS00000000078\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "CampaignResponseTypeService", | |
"description": "This API enables you to invoke the interfaces defined on 'CampaignResponseTypeService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CampaignResponseTypeService_GetResponseTypeList", | |
"description": "Invoke the method 'GetResponseTypeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CampaignResponseTypeService_GetResponseTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "CampaignsService", | |
"description": "This API enables you to invoke the interfaces defined on 'CampaignsService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CampaignsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/CampaignsService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "CampaignsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CampaignsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "CashDiscountsService", | |
"description": "This API enables you to invoke the interfaces defined on 'CashDiscountsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CashDiscountsService_GetCashDiscountList", | |
"description": "Invoke the method 'GetCashDiscountList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CashDiscountsService_GetCashDiscountList" | |
} | |
] | |
}, | |
{ | |
"service": "CashFlowLineItemsService", | |
"description": "This API enables you to invoke the interfaces defined on 'CashFlowLineItemsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CashFlowLineItemsService_GetCashFlowLineItemList", | |
"description": "Invoke the method 'GetCashFlowLineItemList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CashFlowLineItemsService_GetCashFlowLineItemList" | |
} | |
] | |
}, | |
{ | |
"service": "CertificateSeriesService", | |
"description": "This API enables you to invoke the interfaces defined on 'CertificateSeriesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CertificateSeriesService_GetCertificateSeriesList", | |
"description": "Invoke the method 'GetCertificateSeriesList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CertificateSeriesService_GetCertificateSeriesList" | |
} | |
] | |
}, | |
{ | |
"service": "ChangeLogsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ChangeLogsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ChangeLogsService_GetChangeLog", | |
"description": "Invoke the method 'GetChangeLog' on this service by specifying the payload 'GetChangeLogParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ChangeLogsService_GetChangeLog\n{\n \"GetChangeLogParams\": {\n \"Object\": \"clPurchaseOrders\",\n \"PrimaryKey\": \"7\",\n \"UDOObjectCode\": \"3\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ChangeLogsService_GetChangeLogDifferences", | |
"description": "Invoke the method 'GetChangeLogDifferences' on this service by specifying the payload 'ShowDifferenceParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ChangeLogsService_GetChangeLogDifferences\n{\n \"ShowDifferenceParams\": {\n \"LogInstance\": 1,\n \"LogInstance2\": 2,\n \"Object\": \"clPurchaseOrders\",\n \"PrimaryKey\": \"7\",\n \"UDOObjectCode\": \"3\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "CheckLinesService", | |
"description": "This API enables you to invoke the interfaces defined on 'CheckLinesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CheckLinesService_GetCheckLine", | |
"description": "Invoke the method 'GetCheckLine' on this service by specifying the payload 'CheckLineParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CheckLinesService_GetCheckLine\n{\n \"CheckLinesParams\": [\n {\n \"CheckKey\": 1\n }\n ]\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CheckLinesService_GetValidCheckLineList", | |
"description": "Invoke the method 'GetValidCheckLineList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CheckLinesService_GetValidCheckLineList" | |
} | |
] | |
}, | |
{ | |
"service": "CockpitsService", | |
"description": "This API enables you to invoke the interfaces defined on 'CockpitsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CockpitsService_GetCockpitList", | |
"description": "Invoke the method 'GetCockpitList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CockpitsService_GetCockpitList" | |
}, | |
{ | |
"method": "POST", | |
"path": "CockpitsService_PublishCockpit", | |
"description": "Invoke the method 'PublishCockpit' on this service by specifying the payload 'Cockpit' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CockpitsService_PublishCockpit\n{\n \"Cockpit\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CockpitsService_GetUserCockpitList", | |
"description": "Invoke the method 'GetUserCockpitList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CockpitsService_GetUserCockpitList" | |
}, | |
{ | |
"method": "POST", | |
"path": "CockpitsService_GetTemplateCockpitList", | |
"description": "Invoke the method 'GetTemplateCockpitList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CockpitsService_GetTemplateCockpitList" | |
} | |
] | |
}, | |
{ | |
"service": "CompanyService", | |
"description": "This API enables you to invoke the interfaces defined on 'CompanyService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CompanyService_GetCompanyInfo", | |
"description": "Invoke the method 'GetCompanyInfo' on this service. It returns the 'CompanyInfo' data structure, including initial parameters related to the company. The default values of some of the properties vary according to the country localization.", | |
"example": "GET https://localhost:50000/b1s/v2/CompanyService_GetCompanyInfo" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_GetCompanyInfo", | |
"description": "Invoke the method 'GetCompanyInfo' on this service. It returns the 'CompanyInfo' data structure, including initial parameters related to the company. The default values of some of the properties vary according to the country localization.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_GetCompanyInfo" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_UpdateCompanyInfo", | |
"description": "Invoke the method 'UpdateCompanyInfo' on this service by specifying the payload 'CompanyInfo' in the JSON format. It includes the initial parameters related to the company. The default values of some of the properties vary according to the country localization.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_UpdateCompanyInfo\n{\n \"CompanyInfo\": {\n \"EnableAccountSegmentation\": \"tYES\",\n \"EnableExpensesManagement\": \"tYES\",\n \"MaxRecordsInChooseFromList\": 0,\n \"MinimumAmountForAnnualList\": 0,\n \"MinimumAmountForAppndixOP\": 0,\n \"MinimumBaseAmountPerDoc\": 0,\n \"PercentOfTotalAcquisition\": 0,\n \"Version\": \"910190\"\n }\n}" | |
}, | |
{ | |
"method": "GET", | |
"path": "CompanyService_GetAdminInfo", | |
"description": "Invoke the method 'GetAdminInfo' on this service. It Returns the 'AdminInfo' data structure, including administration properties for system initialization and various definitions, such as financials and banking.", | |
"example": "GET https://localhost:50000/b1s/v2/CompanyService_GetAdminInfo" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_GetAdminInfo", | |
"description": "Invoke the method 'GetAdminInfo' on this service. It Returns the 'AdminInfo' data structure, including administration properties for system initialization and various definitions, such as financials and banking.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_GetAdminInfo" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_UpdateAdminInfo", | |
"description": "Invoke the method 'UpdateAdminInfo' on this service by specifying the payload 'AdminInfo' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_UpdateAdminInfo\n{\n \"AdminInfo\": {\n \"CalculateBudget\": \"tYES\",\n \"ChangeDefReconAPAccounts\": \"tYES\",\n \"ChangeDefReconARAccounts\": \"tYES\",\n \"ChartofAccountsTemplate\": \"C\",\n \"Code\": 1,\n \"CompanyName\": \"USTest\",\n \"ContinuousStockManagement\": \"tYES\",\n \"Country\": \"US\",\n \"CreditBalancewithMinusSign\": \"tYES\",\n \"DefaultWarehouse\": \"01\",\n \"ExtendedAdminInfo\": {},\n \"LocalCurrency\": \"$\",\n \"MultiLanguageSupportEnable\": \"tYES\",\n \"RoundingMethod\": \"tYES\",\n \"SetItemsWarehouses\": \"tYES\",\n \"SplitPO\": \"tYES\",\n \"SystemCurrency\": \"$\",\n \"UniqueSerialNo\": \"usn_MfrSerialNumber\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_CreatePeriod", | |
"description": "Invoke the method 'CreatePeriod' on this service by specifying the payload 'PeriodCategory' in the JSON format.\n\t\t\t\t\tIt returns the 'PeriodCategoryParams' identification key based on the 'PeriodCategory' data structure.\n\t\t\t\t\tThe 'PeriodCategory' object provides two types of properties:\n\t\t\t\t\t1.Properties that access existing Accounts and function as foreign keys to the ChartOfAccounts object.\n\t\t\t\t\t2.Properties that define new accounts by using Posting and Sub-Period definitions.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_CreatePeriod\n{\n \"PeriodCategory\": {\n \"BeginningofFinancialYear\": \"2010-01-01\",\n \"NumberOfPeriods\": 1,\n \"PeriodCategory\": \"2010\",\n \"PeriodName\": \"2010\",\n \"SubPeriodType\": \"spt_Year\"\n }\n}" | |
}, | |
{ | |
"method": "GET", | |
"path": "CompanyService_GetPeriods", | |
"description": "Invoke the method 'GetPeriods' on this service.\n\t\t\t\t\tIt returns the 'PeriodCategoryParamsCollection', which is a collection of 'PeriodCategoryParams' identification keys.", | |
"example": "GET https://localhost:50000/b1s/v2/CompanyService_GetPeriods" | |
}, | |
{ | |
"method": "GET", | |
"path": "CompanyService_GetPeriods", | |
"description": "Invoke the method 'GetPeriods' on this service.\n\t\t\t\t\tIt returns the 'PeriodCategoryParamsCollection', which is a collection of 'PeriodCategoryParams' identification keys.", | |
"example": "GET https://localhost:50000/b1s/v2/CompanyService_GetPeriods" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_GetPeriod", | |
"description": "Invoke the method 'GetPeriod' on this service by specifying the payload 'PeriodCategoryParams' in the JSON format.\n\t\t\t\t\tIt returns the 'PeriodCategory' data structure according to the specified period category key parameters.\n\t\t\t\t\tThe 'PeriodCategory' object provides two types of properties:\n\t\t\t\t\t1.Properties that access existing Accounts and function as foreign keys to the ChartOfAccounts object.\n\t\t\t\t\t2.Properties that define new accounts by using Posting and Sub-Period definitions.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_GetPeriod\n{\n \"PeriodCategoryParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_UpdatePeriod", | |
"description": "Invoke the method 'UpdatePeriod' on this service by specifying the payload 'PeriodCategory' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_UpdatePeriod\n{\n \"PeriodCategory\": {\n \"AbsoluteEntry\": 1,\n \"AccountforCashReceipt\": \"_SYS00000000003\",\n \"BeginningofFinancialYear\": \"2015-01-01\",\n \"NumberOfPeriods\": 12,\n \"PeriodCategory\": \"2015\",\n \"SubPeriodType\": \"spt_Months\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_GetFinancePeriods", | |
"description": "Invoke the method 'GetFinancePeriods' on this service by specifying the payload 'PeriodCategoryParams' in the JSON format.\n\t\t\t\t\tIt returns the 'FinancePeriods' collection according to the specified period category key parameters. \n\t\t\t\t\tThe object is used to identify and define a new 'FinancePeriods'.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_GetFinancePeriods\n{\n \"PeriodCategoryParams\": {\n \"AbsoluteEntry\": 1\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_GetFinancePeriod", | |
"description": "Invoke the method 'GetFinancePeriod' on this service by specifying the payload 'FinancePeriodParams' in the JSON format.\n\t\t\t\t\tIt returns a 'FinancePeriod' data structure according to the specified finance period key parameters. \n\t\t\t\t\tThe object is used to identify and define a new 'FinancePeriod'.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_GetFinancePeriod\n{\n \"FinancePeriodParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_UpdateFinancePeriod", | |
"description": "Invoke the method 'UpdateFinancePeriod' on this service by specifying the payload 'FinancePeriod' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_UpdateFinancePeriod\n{\n \"FinancePeriod\": {\n \"AbsoluteEntry\": 6,\n \"ActiveforFeed\": \"tNO\",\n \"PeriodCode\": \"2015-06\",\n \"PeriodName\": \"2015-06\",\n \"PostingDateFrom\": \"2015-06-01\",\n \"PostingDateTo\": \"2015-06-30\",\n \"TaxDateFrom\": \"2015-01-01\",\n \"TaxDateTo\": \"2015-12-31\",\n \"ValueDateFrom\": \"2015-01-01\",\n \"ValueDateTo\": \"2015-12-31\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_RemoveFinancePeriod", | |
"description": "Invoke the method 'RemoveFinancePeriod' on this service by specifying the payload 'FinancePeriodParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_RemoveFinancePeriod\n{\n \"FinancePeriods\": [\n {\n \"AbsoluteEntry\": \"1\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_CreatePeriodWithFinanceParams", | |
"description": "Invoke the method 'CreatePeriodWithFinanceParams' on this service by specifying the payload 'PeriodCategory' in the JSON format.\n\t\t\t\t\tIt returns a 'PeriodCategoryParams' identification key, extended with finance parameters derived by the 'FinancePeriodParams' identification key (system number, period indicator).\n\t\t\t\t\tThe PeriodCategory object provides two types of properties:\n\t\t\t\t\t1.Properties that access existing Accounts and function as foreign keys to the 'ChartOfAccounts' object.\n\t\t\t\t\t2.Properties that define new accounts by using Posting and Sub-Period definitions. \n\t\t\t\t\tThe 'FinancePeriodParams' specifies the identification key(system number, period indicator ) to which the 'CompanyService' is related.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_CreatePeriodWithFinanceParams\n{\n \"FinancePeriodParams\": {\n \"PeriodIndicator\": \"Default\"\n },\n \"PeriodCategory\": {\n \"BeginningofFinancialYear\": \"2010-01-01\",\n \"NumberOfPeriods\": 1,\n \"PeriodCategory\": \"2010\",\n \"PeriodName\": \"2010\",\n \"SubPeriodType\": \"spt_Year\"\n }\n}" | |
}, | |
{ | |
"method": "GET", | |
"path": "CompanyService_GetFeaturesStatus", | |
"description": "Invoke the method 'GetFeaturesStatus' on this service.\n\t\t\t\t\tIt returns the 'FeatureStatusCollection'. A feature status can be either blocked or not. \n\t\t\t\t\tThis object represents the status of a specified feature in the application, whether it is blocked or not according to the installation type: new 2007 release installation or upgrade installation prior to 2007 release.", | |
"example": "GET https://localhost:50000/b1s/v2/CompanyService_GetFeaturesStatus" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_GetFeaturesStatus", | |
"description": "Invoke the method 'GetFeaturesStatus' on this service.\n\t\t\t\t\tIt returns the 'FeatureStatusCollection'. A feature status can be either blocked or not. \n\t\t\t\t\tThis object represents the status of a specified feature in the application, whether it is blocked or not according to the installation type: new 2007 release installation or upgrade installation prior to 2007 release.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_GetFeaturesStatus" | |
}, | |
{ | |
"method": "GET", | |
"path": "CompanyService_GetPathAdmin", | |
"description": "Invoke the method 'GetPathAdmin' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/CompanyService_GetPathAdmin" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_GetPathAdmin", | |
"description": "Invoke the method 'GetPathAdmin' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_GetPathAdmin" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_UpdatePathAdmin", | |
"description": "Invoke the method 'UpdatePathAdmin' on this service by specifying the payload 'PathAdmin' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_UpdatePathAdmin\n{\n \"PathAdmin\": {\n \"AttachmentsFolderPath\": \"/usr/sap/SAPBusinessOne/ServiceLayer/modules\",\n \"ExtensionsFolderPath\": null,\n \"PicturesFolderPath\": null,\n \"PrintId\": \"USBO\",\n \"WordTemplateFolderPath\": null\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_RoundDecimal", | |
"description": "Invoke the method 'RoundDecimal' on this service by specifying the payload 'DecimalData' in the JSON format.\n\t\t\t\t\tIt rounds data to a specified number of decimal places or to a whole number if no decimal places are specified.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_RoundDecimal\n{\n \"DecimalData\": {\n \"Context\": \"rcPrice\",\n \"Currency\": \"$\",\n \"Value\": 12.345\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_GetItemPrice", | |
"description": "Invoke the method 'GetItemPrice' on this service by specifying the payload 'ItemPriceParams' in the JSON format.\n\t\t\t\t\tIt returns a business object that contains the item price for specified business partner and item, based on the amount and transaction date.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_GetItemPrice\n{\n \"ItemPriceParams\": {\n \"CardCode\": \"Customer\",\n \"ItemCode\": \"Item\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_GetAdvancedGLAccount", | |
"description": "Invoke the method 'GetAdvancedGLAccount' on this service by specifying the payload 'AdvancedGLAccountParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_GetAdvancedGLAccount\n{\n \"AdvancedGLAccountParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_LogLoginAction", | |
"description": "Invoke the method 'LogLoginAction' on this service by specifying the payload 'UserAccessLog' and 'SupportUserLoginRecord' in the JSON format. \n\t\t\t\t\t1. SupportUserLoginRecord is only used in 'On Premise' mode. For 'On Demand' mode, there is no need to provide 'SupportUserLoginRecord'. For 'On Premise' mode, there is no need to provide 'ReasonID' and 'ReasonDesc'.\n 2. 'SessionID' can be retrieved from DB server.\n 3. Must use DB server time for 'ActionDate' and 'ActionTime'.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_LogLoginAction\n{\n \"SupportUserLoginRecord\": {\n \"ID\": 21,\n \"LogDetail\": \"Log detail\",\n \"LogReason\": \"J\",\n \"RealName\": \"Real name\"\n },\n \"UserAccessLog\": {\n \"Action\": \"I\",\n \"ActionBy\": \"Support\",\n \"ActionDate\": \"2021-06-23\",\n \"ActionTime\": 102959,\n \"ClientIP\": \"10.10.10.10\",\n \"ClientName\": \"SERVER01A\",\n \"ProcName\": \"Web Client.jar\",\n \"ProcessID\": 10592,\n \"ReasonDesc\": \"Reason desc\",\n \"ReasonID\": 51,\n \"SessionID\": 65,\n \"Source\": \"SBO_Web_Client\",\n \"UserCode\": \"Support\",\n \"UserID\": 4,\n \"WinSessnID\": -1,\n \"WinUsrName\": \"b1admin\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CompanyService_LogLogoffAction", | |
"description": "Invoke the method 'LogLogoffAction' on this service by specifying the payload 'UserAccessLog' and 'SupportUserLoginRecord' in the JSON format. \n\t\t\t\t\t1. SupportUserLoginRecord is only used in 'On Premise' mode. For 'On Demand' mode, there is no need to provide 'SupportUserLoginRecord'. For 'On Premise' mode, there is no need to provide 'ReasonID' and 'ReasonDesc'.\n \t\t\t2. 'SessionID' can be retrieved from DB server.\n \t\t\t3. 'ActionDate' and 'ActionTime' must be the same value as those in LogLoginAction.\n \t\t\t4. 'ID' of 'SupportUserLoginRecord' comes from LogLoginAction.", | |
"example": "POST https://localhost:50000/b1s/v2/CompanyService_LogLogoffAction\n{\n \"SupportUserLoginRecord\": {\n \"ID\": 21,\n \"LogDetail\": \"Log detail\",\n \"LogReason\": \"J\",\n \"RealName\": \"Real name\"\n },\n \"UserAccessLog\": {\n \"Action\": \"O\",\n \"ActionBy\": \"Support\",\n \"ActionDate\": \"2021-06-23\",\n \"ActionTime\": 102959,\n \"ClientIP\": \"10.10.10.10\",\n \"ClientName\": \"SERVER01A\",\n \"ProcName\": \"Web Client.jar\",\n \"ProcessID\": 10592,\n \"ReasonDesc\": \"Reason desc\",\n \"ReasonID\": 51,\n \"SessionID\": 65,\n \"Source\": \"SBO_Web_Client\",\n \"UserCode\": \"Support\",\n \"UserID\": 4,\n \"WinSessnID\": -1,\n \"WinUsrName\": \"b1admin\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "CorrectionInvoiceReversalService", | |
"description": "This API enables you to invoke the interfaces defined on 'CorrectionInvoiceReversalService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoiceReversalService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoiceReversalService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"Comments\": \"add correction invoice reversal based on correction invoice\",\n \"DocDate\": \"2014-12-06\",\n \"DocDueDate\": \"2014-12-06\",\n \"InternalCorrectedDocNum\": \"10\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoiceReversalService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoiceReversalService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "CorrectionInvoiceService", | |
"description": "This API enables you to invoke the interfaces defined on 'CorrectionInvoiceService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoiceService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoiceService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"Comments\": \"Added by Service Layer\",\n \"DocumentLines\": [\n {\n \"CorrectionInvoiceItem\": \"ciis_ShouldBe\",\n \"ItemCode\": \"item01\",\n \"Price\": \"310\",\n \"Quantity\": \"10\",\n \"VatGroup\": \"B4\"\n },\n {\n \"CorrectionInvoiceItem\": \"ciis_Was\",\n \"ItemCode\": \"item01\",\n \"Price\": \"110\",\n \"Quantity\": \"10\",\n \"VatGroup\": \"B4\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoiceService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoiceService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "CorrectionPurchaseInvoiceReversalService", | |
"description": "This API enables you to invoke the interfaces defined on 'CorrectionPurchaseInvoiceReversalService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoiceReversalService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversalService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"v001\",\n \"Comments\": \"add correction invoice reversal based on correction invoice\",\n \"DocDate\": \"2014-12-06\",\n \"DocDueDate\": \"2014-12-06\",\n \"InternalCorrectedDocNum\": \"8\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoiceReversalService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversalService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "CorrectionPurchaseInvoiceService", | |
"description": "This API enables you to invoke the interfaces defined on 'CorrectionPurchaseInvoiceService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoiceService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"v001\",\n \"Comments\": \"Added by Service Layer\",\n \"DocumentLines\": [\n {\n \"CorrectionInvoiceItem\": \"ciis_ShouldBe\",\n \"ItemCode\": \"item01\",\n \"Price\": \"310\",\n \"Quantity\": \"10\",\n \"VatGroup\": \"B4\"\n },\n {\n \"CorrectionInvoiceItem\": \"ciis_Was\",\n \"ItemCode\": \"item01\",\n \"Price\": \"110\",\n \"Quantity\": \"10\",\n \"VatGroup\": \"B4\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoiceService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "CostCenterTypesService", | |
"description": "This API enables you to invoke the interfaces defined on 'CostCenterTypesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CostCenterTypesService_GetCostCenterTypeList", | |
"description": "Invoke the method 'GetCostCenterTypeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CostCenterTypesService_GetCostCenterTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "CostElementService", | |
"description": "This API enables you to invoke the interfaces defined on 'CostElementService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CostElementService_GetCostElementList", | |
"description": "Invoke the method 'GetCostElementList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CostElementService_GetCostElementList" | |
} | |
] | |
}, | |
{ | |
"service": "CountiesService", | |
"description": "This API enables you to invoke the interfaces defined on 'CountiesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CountiesService_GetCountyList", | |
"description": "Invoke the method 'GetCountyList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CountiesService_GetCountyList" | |
} | |
] | |
}, | |
{ | |
"service": "CountriesService", | |
"description": "This API enables you to invoke the interfaces defined on 'CountriesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CountriesService_GetCountryList", | |
"description": "Invoke the method 'GetCountryList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CountriesService_GetCountryList" | |
} | |
] | |
}, | |
{ | |
"service": "CreditLinesService", | |
"description": "This API enables you to invoke the interfaces defined on 'CreditLinesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CreditLinesService_GetCreditLine", | |
"description": "Invoke the method 'GetCreditLine' on this service by specifying the payload 'CreditLineParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditLinesService_GetCreditLine\n{\n \"CreditLinesParams\": [\n {\n \"AbsId\": 1\n }\n ]\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditLinesService_GetValidCreditLineList", | |
"description": "Invoke the method 'GetValidCreditLineList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditLinesService_GetValidCreditLineList" | |
} | |
] | |
}, | |
{ | |
"service": "CreditNotesService", | |
"description": "This API enables you to invoke the interfaces defined on 'CreditNotesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CreditNotesService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditNotesService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Price\": 100,\n \"Quantity\": 1,\n \"TaxCode\": \"T1\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditNotesService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditNotesService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditNotesService_RequestApproveCancellation", | |
"description": "Invoke the method 'RequestApproveCancellation' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditNotesService_RequestApproveCancellation\n{\n \"Document\": {\n \"DocEntry\": \"123\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditNotesService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditNotesService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "CycleCountDeterminationsService", | |
"description": "This API enables you to invoke the interfaces defined on 'CycleCountDeterminationsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "CycleCountDeterminationsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/CycleCountDeterminationsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "DashboardPackagesService", | |
"description": "This API enables you to invoke the interfaces defined on 'DashboardPackagesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DashboardPackagesService_ImportDashboardPackage", | |
"description": "Invoke the method 'ImportDashboardPackage' on this service by specifying the payload 'DashboardPackageImportParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DashboardPackagesService_ImportDashboardPackage\n{\n \"DashboardPackageImportParams\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "DeductibleTaxService", | |
"description": "This API enables you to invoke the interfaces defined on 'DeductibleTaxService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DeductibleTaxService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DeductibleTaxService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "DeductionTaxSubGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'DeductionTaxSubGroupsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DeductionTaxSubGroupsService_GetDeductionTaxSubGroupList", | |
"description": "Invoke the method 'GetDeductionTaxSubGroupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DeductionTaxSubGroupsService_GetDeductionTaxSubGroupList" | |
} | |
] | |
}, | |
{ | |
"service": "DeliveryNotesService", | |
"description": "This API enables you to invoke the interfaces defined on 'DeliveryNotesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DeliveryNotesService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DeliveryNotesService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeliveryNotesService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DeliveryNotesService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeliveryNotesService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/DeliveryNotesService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "DepartmentsService", | |
"description": "This API enables you to invoke the interfaces defined on 'DepartmentsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DepartmentsService_GetDepartmentList", | |
"description": "Invoke the method 'GetDepartmentList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DepartmentsService_GetDepartmentList" | |
} | |
] | |
}, | |
{ | |
"service": "DepositsService", | |
"description": "This API enables you to invoke the interfaces defined on 'DepositsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DepositsService_GetDepositList", | |
"description": "Invoke the method 'GetDepositList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DepositsService_GetDepositList" | |
}, | |
{ | |
"method": "POST", | |
"path": "DepositsService_CancelCheckRow", | |
"description": "Invoke the method 'CancelCheckRow' on this service by specifying the payload 'CancelCheckRowParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DepositsService_CancelCheckRow\n{\n \"CancelCheckRowParams\": {\n \"CheckID\": 1,\n \"DepositID\": 11\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "DepositsService_CancelCheckRowbyCurrentSystemDate", | |
"description": "Invoke the method 'CancelCheckRowbyCurrentSystemDate' on this service by specifying the payload 'CancelCheckRowParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DepositsService_CancelCheckRowbyCurrentSystemDate\n{\n \"CancelCheckRowParams\": {\n \"CheckID\": 2,\n \"DepositID\": 11\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "DepreciationAreasService", | |
"description": "This API enables you to invoke the interfaces defined on 'DepreciationAreasService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DepreciationAreasService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DepreciationAreasService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "DepreciationTypePoolsService", | |
"description": "This API enables you to invoke the interfaces defined on 'DepreciationTypePoolsService'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DepreciationTypePoolsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "GET https://localhost:50000/b1s/v2/DepreciationTypePoolsService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "DepreciationTypePoolsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DepreciationTypePoolsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "DepreciationTypesService", | |
"description": "This API enables you to invoke the interfaces defined on 'DepreciationTypesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DepreciationTypesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DepreciationTypesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "DeterminationCriteriasService", | |
"description": "This API enables you to invoke the interfaces defined on 'DeterminationCriteriasService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DeterminationCriteriasService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DeterminationCriteriasService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "DimensionsService", | |
"description": "This API enables you to invoke the interfaces defined on 'DimensionsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DimensionsService_GetDimensionList", | |
"description": "Invoke the method 'GetDimensionList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DimensionsService_GetDimensionList" | |
} | |
] | |
}, | |
{ | |
"service": "DistributionRulesService", | |
"description": "This API enables you to invoke the interfaces defined on 'DistributionRulesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DistributionRulesService_GetDistributionRuleList", | |
"description": "Invoke the method 'GetDistributionRuleList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DistributionRulesService_GetDistributionRuleList" | |
} | |
] | |
}, | |
{ | |
"service": "DNFCodeSetupService", | |
"description": "This API enables you to invoke the interfaces defined on 'DNFCodeSetupService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DNFCodeSetupService_GetDNFCodeSetupList", | |
"description": "Invoke the method 'GetDNFCodeSetupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DNFCodeSetupService_GetDNFCodeSetupList" | |
} | |
] | |
}, | |
{ | |
"service": "DownPaymentsService", | |
"description": "This API enables you to invoke the interfaces defined on 'DownPaymentsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DownPaymentsService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DownPaymentsService_GetApprovalTemplates\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ],\n \"DownPaymentType\": \"dptInvoice\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "DownPaymentsService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DownPaymentsService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "DraftsService", | |
"description": "This API enables you to invoke the interfaces defined on 'DraftsService'. It represents the preliminary version of a document or report.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DraftsService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DraftsService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocObjectCode\": \"23\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "DraftsService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DraftsService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "DraftsService_SaveDraftToDocument", | |
"description": "Invoke the method 'SaveDraftToDocument' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DraftsService_SaveDraftToDocument\n{\n \"Document\": {\n \"DocDueDate\": \"2017-01-28\",\n \"DocEntry\": \"3\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "DunningTermsService", | |
"description": "This API enables you to invoke the interfaces defined on 'DunningTermsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "DunningTermsService_GetDunningTermList", | |
"description": "Invoke the method 'GetDunningTermList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/DunningTermsService_GetDunningTermList" | |
} | |
] | |
}, | |
{ | |
"service": "ElectronicCommunicationActionService", | |
"description": "This API enables you to invoke the interfaces defined on 'ElectronicCommunicationActionService'. This API is deprecated while 'ElectronicCommunicationActionsService' is recommended. As such, this object would be removed and not exposed in the future patches.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionService_GetAction", | |
"description": "Invoke the method 'GetAction' on this service by specifying the payload 'ECMCodeParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionService_GetAction\n{\n \"ECMCodeParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionService_UpdateAction", | |
"description": "Invoke the method 'UpdateAction' on this service by specifying the payload 'ECMActionStatusData' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionService_UpdateAction\n{\n \"ECMActionStatusData\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionService_ConfirmSuccessOfCommunication", | |
"description": "Invoke the method 'ConfirmSuccessOfCommunication' on this service by specifying the payload 'ECMCodeParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionService_ConfirmSuccessOfCommunication\n{\n \"ECMCodeParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionService_ReportErrorAndContinue", | |
"description": "Invoke the method 'ReportErrorAndContinue' on this service by specifying the payload 'ECMCodeParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionService_ReportErrorAndContinue\n{\n \"ECMCodeParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionService_ReportErrorAndStop", | |
"description": "Invoke the method 'ReportErrorAndStop' on this service by specifying the payload 'ECMCodeParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionService_ReportErrorAndStop\n{\n \"ECMCodeParams\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ElectronicCommunicationActionsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ElectronicCommunicationActionsService'. This API depends on EFM runtime.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionsService_GetEcmAction", | |
"description": "Invoke the method 'GetEcmAction' on this service by specifying the payload 'EcmActionParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionsService_GetEcmAction\n{\n \"EcmActionParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionsService_AddEcmAction", | |
"description": "Invoke the method 'AddEcmAction' on this service by specifying the payload 'EcmAction' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionsService_AddEcmAction\n{\n \"EcmAction\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionsService_UpdateEcmAction", | |
"description": "Invoke the method 'UpdateEcmAction' on this service by specifying the payload 'EcmAction' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionsService_UpdateEcmAction\n{\n \"EcmAction\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionsService_DeleteEcmAction", | |
"description": "Invoke the method 'DeleteEcmAction' on this service by specifying the payload 'EcmAction' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionsService_DeleteEcmAction\n{\n \"EcmAction\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionsService_GetEcmActionByDoc", | |
"description": "Invoke the method 'GetEcmActionByDoc' on this service by specifying the payload 'EcmActionDocParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionsService_GetEcmActionByDoc\n{\n \"EcmActionDocParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionsService_GetEcmActionLogList", | |
"description": "Invoke the method 'GetEcmActionLogList' on this service by specifying the payload 'EcmAction' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionsService_GetEcmActionLogList\n{\n \"EcmAction\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionsService_GetEcmActionLog", | |
"description": "Invoke the method 'GetEcmActionLog' on this service by specifying the payload 'EcmActionLogParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionsService_GetEcmActionLog\n{\n \"EcmActionLogParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicCommunicationActionsService_AddEcmActionLog", | |
"description": "Invoke the method 'AddEcmActionLog' on this service by specifying the payload 'EcmActionLog' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicCommunicationActionsService_AddEcmActionLog\n{\n \"EcmActionLog\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ElectronicFileFormatsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ElectronicFileFormatsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ElectronicFileFormatsService_GetElectronicFileFormatList", | |
"description": "Invoke the method 'GetElectronicFileFormatList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicFileFormatsService_GetElectronicFileFormatList" | |
} | |
] | |
}, | |
{ | |
"service": "EmailGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'EmailGroupsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "EmailGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/EmailGroupsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeeIDTypeService", | |
"description": "This API enables you to invoke the interfaces defined on 'EmployeeIDTypeService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "EmployeeIDTypeService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeeIDTypeService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeePositionService", | |
"description": "This API enables you to invoke the interfaces defined on 'EmployeePositionService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "EmployeePositionService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeePositionService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeeRolesSetupService", | |
"description": "This API enables you to invoke the interfaces defined on 'EmployeeRolesSetupService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "EmployeeRolesSetupService_GetEmployeeRoleSetupList", | |
"description": "Invoke the method 'GetEmployeeRoleSetupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeeRolesSetupService_GetEmployeeRoleSetupList" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeeStatusService", | |
"description": "This API enables you to invoke the interfaces defined on 'EmployeeStatusService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "EmployeeStatusService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeeStatusService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeeTransfersService", | |
"description": "This API enables you to invoke the interfaces defined on 'EmployeeTransfersService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "EmployeeTransfersService_GetEmployeeTransferList", | |
"description": "Invoke the method 'GetEmployeeTransferList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeeTransfersService_GetEmployeeTransferList" | |
} | |
] | |
}, | |
{ | |
"service": "EmploymentCategoryService", | |
"description": "This API enables you to invoke the interfaces defined on 'EmploymentCategoryService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "EmploymentCategoryService_GetEmploymentCategoryList", | |
"description": "Invoke the method 'GetEmploymentCategoryList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/EmploymentCategoryService_GetEmploymentCategoryList" | |
} | |
] | |
}, | |
{ | |
"service": "EnhancedDiscountGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'EnhancedDiscountGroupsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "EnhancedDiscountGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/EnhancedDiscountGroupsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "ExceptionalEventService", | |
"description": "This API enables you to invoke the interfaces defined on 'ExceptionalEventService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ExceptionalEventService_GetExceptionalEventList", | |
"description": "Invoke the method 'GetExceptionalEventList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ExceptionalEventService_GetExceptionalEventList" | |
} | |
] | |
}, | |
{ | |
"service": "ExtendedTranslationsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ExtendedTranslationsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ExtendedTranslationsService_GetExtendedTranslationList", | |
"description": "Invoke the method 'GetExtendedTranslationList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ExtendedTranslationsService_GetExtendedTranslationList" | |
} | |
] | |
}, | |
{ | |
"service": "ExternalCallsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ExternalCallsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ExternalCallsService_SendCall", | |
"description": "Invoke the method 'SendCall' on this service by specifying the payload 'ExternalCall' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ExternalCallsService_SendCall\n{\n \"ExternalCall\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ExternalCallsService_UpdateCall", | |
"description": "Invoke the method 'UpdateCall' on this service by specifying the payload 'ExternalCall' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ExternalCallsService_UpdateCall\n{\n \"ExternalCall\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ExternalCallsService_GetCall", | |
"description": "Invoke the method 'GetCall' on this service by specifying the payload 'ExternalCallParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ExternalCallsService_GetCall\n{\n \"ExternalCallParams\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ExternalReconciliationsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ExternalReconciliationsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ExternalReconciliationsService_Reconcile", | |
"description": "Invoke the method 'Reconcile' on this service by specifying the payload 'ExternalReconciliation' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ExternalReconciliationsService_Reconcile\n{\n \"ExternalReconciliation\": {\n \"ReconciliationAccountType\": \"rat_BusinessPartner\",\n \"ReconciliationBankStatementLines\": [\n {\n \"BankStatementAccountCode\": \"C1\",\n \"Sequence\": 1\n },\n {\n \"BankStatementAccountCode\": \"C1\",\n \"Sequence\": 2\n }\n ],\n \"ReconciliationJournalEntryLines\": [\n {\n \"LineNumber\": 1,\n \"TransactionNumber\": 1\n },\n {\n \"LineNumber\": 2,\n \"TransactionNumber\": 2\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ExternalReconciliationsService_GetReconciliation", | |
"description": "Invoke the method 'GetReconciliation' on this service by specifying the payload 'ExternalReconciliationParams' in the JSON format. It retrieves an external reconciliation.", | |
"example": "POST https://localhost:50000/b1s/v2/ExternalReconciliationsService_GetReconciliation\n{\n \"ExternalReconciliationParams\": {\n \"AccountCode\": \"_SYS00000000001\",\n \"ReconciliationNo\": 1\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ExternalReconciliationsService_CancelReconciliation", | |
"description": "Invoke the method 'CancelReconciliation' on this service by specifying the payload 'ExternalReconciliationParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ExternalReconciliationsService_CancelReconciliation\n{\n \"ExternalReconciliationParams\": {\n \"AccountCode\": \"_SYS00000000001\",\n \"ReconciliationNo\": 1\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ExternalReconciliationsService_GetReconciliationList", | |
"description": "Invoke the method 'GetReconciliationList' on this service by specifying the payload 'ExternalReconciliationFilterParams' in the JSON format.\n\t\t\t\t\tIt returns the 'ExternalReconciliationsParamsCollection' data collection that identifies all eternal reconciliations with the optional filter payload.", | |
"example": "POST https://localhost:50000/b1s/v2/ExternalReconciliationsService_GetReconciliationList\n\nPOST https://localhost:50000/b1s/v2/ExternalReconciliationsService_GetReconciliationList\n{\n \"ExternalReconciliationFilterParams\": {\n \"AccountCodeFrom\": \"_SYS00000000001\",\n \"AccountCodeTo\": \"_SYS00000000002\",\n \"ReconciliationAccountType\": \"rat_GLAccount\",\n \"ReconciliationDateFrom\": \"2016-05-03\",\n \"ReconciliationDateTo\": \"2016-12-03\",\n \"ReconciliationNoFrom\": 1,\n \"ReconciliationNoTo\": 2\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "FAAccountDeterminationsService", | |
"description": "This API enables you to invoke the interfaces defined on 'FAAccountDeterminationsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "FAAccountDeterminationsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/FAAccountDeterminationsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "FinancialYearsService", | |
"description": "This API enables you to invoke the interfaces defined on 'FinancialYearsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "FinancialYearsService_GetFinancialYearList", | |
"description": "Invoke the method 'GetFinancialYearList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/FinancialYearsService_GetFinancialYearList" | |
} | |
] | |
}, | |
{ | |
"service": "FiscalPrinterService", | |
"description": "This API enables you to invoke the interfaces defined on 'FiscalPrinterService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "FiscalPrinterService_GetFiscalPrinterList", | |
"description": "Invoke the method 'GetFiscalPrinterList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/FiscalPrinterService_GetFiscalPrinterList" | |
} | |
] | |
}, | |
{ | |
"service": "FixedAssetItemsService", | |
"description": "This API enables you to invoke the interfaces defined on 'FixedAssetItemsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "FixedAssetItemsService_GetAssetValuesList", | |
"description": "Invoke the method 'GetAssetValuesList' on this service by specifying the payload 'FixedAssetValuesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/FixedAssetItemsService_GetAssetValuesList\n{\n \"FixedAssetValuesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "FixedAssetItemsService_GetAssetEndBalance", | |
"description": "Invoke the method 'GetAssetEndBalance' on this service by specifying the payload 'FixedAssetValuesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/FixedAssetItemsService_GetAssetEndBalance\n{\n \"FixedAssetValuesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "FixedAssetItemsService_UpdateAssetEndBalance", | |
"description": "Invoke the method 'UpdateAssetEndBalance' on this service by specifying the payload 'FixedAssetValuesParams,FixedAssetEndBalance' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/FixedAssetItemsService_UpdateAssetEndBalance\n{\n \"FixedAssetEndBalance\": {},\n \"FixedAssetValuesParams\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "GLAccountAdvancedRulesService", | |
"description": "This API enables you to invoke the interfaces defined on 'GLAccountAdvancedRulesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "GLAccountAdvancedRulesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/GLAccountAdvancedRulesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "GoodsReturnRequestService", | |
"description": "This API enables you to invoke the interfaces defined on 'GoodsReturnRequestService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "GoodsReturnRequestService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/GoodsReturnRequestService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "GoodsReturnRequestService_Preview", | |
"description": "Invoke the method 'Preview' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/GoodsReturnRequestService_Preview\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "GoodsReturnRequestService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/GoodsReturnRequestService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "GovPayCodesService", | |
"description": "This API enables you to invoke the interfaces defined on 'GovPayCodesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "GovPayCodesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/GovPayCodesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "GTIsService", | |
"description": "This API enables you to invoke the interfaces defined on 'GTIsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "GTIsService_Import", | |
"description": "Invoke the method 'Import' on this service by specifying the payload 'GTIParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/GTIsService_Import\n{\n \"GTIParams\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "IndiaHsnService", | |
"description": "This API enables you to invoke the interfaces defined on 'IndiaHsnService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "IndiaHsnService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/IndiaHsnService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "IntegrationPackagesConfigureService", | |
"description": "This API enables you to invoke the interfaces defined on 'IntegrationPackagesConfigureService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "IntegrationPackagesConfigureService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/IntegrationPackagesConfigureService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "InternalReconciliationsService", | |
"description": "This API enables you to invoke the interfaces defined on 'InternalReconciliationsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "InternalReconciliationsService_GetOpenTransactions", | |
"description": "Invoke the method 'GetOpenTransactions' on this service by specifying the payload 'InternalReconciliationOpenTransParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InternalReconciliationsService_GetOpenTransactions\n{\n \"InternalReconciliationOpenTransParams\": {\n \"CardOrAccount\": \"coaCard\",\n \"InternalReconciliationBPs\": [\n {\n \"BPCode\": \"v01\"\n }\n ],\n \"ReconDate\": \"2017-11-15\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InternalReconciliationsService_Cancel", | |
"description": "Invoke the method 'Cancel' on this service by specifying the payload 'InternalReconciliationParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InternalReconciliationsService_Cancel\n{\n \"InternalReconciliationParams\": {\n \"ReconNum\": \"4\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InternalReconciliationsService_RequestApproveCancellation", | |
"description": "Invoke the method 'RequestApproveCancellation' on this service by specifying the payload 'InternalReconciliationParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InternalReconciliationsService_RequestApproveCancellation\n{\n \"InternalReconciliationParams\": {\n \"ReconNum\": \"4\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "IntrastatConfigurationService", | |
"description": "This API enables you to invoke the interfaces defined on 'IntrastatConfigurationService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "IntrastatConfigurationService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/IntrastatConfigurationService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryCountingsService", | |
"description": "This API enables you to invoke the interfaces defined on 'InventoryCountingsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "InventoryCountingsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryCountingsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryGenEntryService", | |
"description": "This API enables you to invoke the interfaces defined on 'InventoryGenEntryService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "InventoryGenEntryService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenEntryService_GetApprovalTemplates\n{\n \"Document\": {\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"UnitPrice\": \"1\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenEntryService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenEntryService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryGenExitService", | |
"description": "This API enables you to invoke the interfaces defined on 'InventoryGenExitService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "InventoryGenExitService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenExitService_GetApprovalTemplates\n{\n \"Document\": {\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenExitService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenExitService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryOpeningBalancesService", | |
"description": "This API enables you to invoke the interfaces defined on 'InventoryOpeningBalancesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "InventoryOpeningBalancesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryOpeningBalancesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryPostingsService", | |
"description": "This API enables you to invoke the interfaces defined on 'InventoryPostingsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "InventoryPostingsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryPostingsService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryPostingsService_SetCopyOption", | |
"description": "Invoke the method 'SetCopyOption' on this service by specifying the payload 'InventoryPostingCopyOption' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryPostingsService_SetCopyOption\n{\n \"InventoryPostingCopyOption\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryTransferRequestsService", | |
"description": "This API enables you to invoke the interfaces defined on 'InventoryTransferRequestsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "InventoryTransferRequestsService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'StockTransfer' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryTransferRequestsService_GetApprovalTemplates\n{\n \"StockTransfer\": {\n \"StockTransferLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"UnitPrice\": \"100\",\n \"WarehouseCode\": \"w001\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryTransferRequestsService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryTransferRequestsService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "InvoicesService", | |
"description": "This API enables you to invoke the interfaces defined on 'InvoicesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "InvoicesService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InvoicesService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InvoicesService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/InvoicesService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "InvoicesService_RequestApproveCancellation", | |
"description": "Invoke the method 'RequestApproveCancellation' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InvoicesService_RequestApproveCancellation\n{\n \"Document\": {\n \"DocEntry\": \"123\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InvoicesService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/InvoicesService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "JournalEntryDocumentTypeService", | |
"description": "This API enables you to invoke the interfaces defined on 'JournalEntryDocumentTypeService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "JournalEntryDocumentTypeService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/JournalEntryDocumentTypeService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "JournalVouchersService", | |
"description": "This API enables you to invoke the interfaces defined on 'JournalVouchersService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "JournalVouchersService_Add", | |
"description": "Invoke the method 'Add' on this service by specifying the payload 'Collection(JournalEntry)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/JournalVouchersService_Add\n{\n \"JournalVoucher\": {\n \"JournalEntry\": {\n \"DueDate\": \"2014-12-06\",\n \"JournalEntryLines\": [\n {\n \"AccountCode\": \"_SYS00000000094\",\n \"Credit\": \"0\",\n \"Debit\": \"123\"\n },\n {\n \"AccountCode\": \"_SYS00000000019\",\n \"Credit\": \"123\",\n \"Debit\": \"0\"\n }\n ],\n \"ReferenceDate\": \"2014-12-06\"\n }\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "KPIsService", | |
"description": "This API enables you to invoke the interfaces defined on 'KPIsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "KPIsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/KPIsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "LandedCostsService", | |
"description": "This API enables you to invoke the interfaces defined on 'LandedCostsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "LandedCostsService_GetLandedCostList", | |
"description": "Invoke the method 'GetLandedCostList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/LandedCostsService_GetLandedCostList" | |
} | |
] | |
}, | |
{ | |
"service": "LicenseService", | |
"description": "This API enables you to invoke the interfaces defined on 'LicenseService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "LicenseService_GetInstallationNumber", | |
"description": "Invoke the method 'GetInstallationNumber' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/LicenseService_GetInstallationNumber" | |
} | |
] | |
}, | |
{ | |
"service": "Login", | |
"description": "Log in Service Layer with the specified credentials. Generally it is the first step to using the Service Layer API. Calling the Service Layer API without a login will result in failure. After logging in successfully, one session ID will be returned in HTTP response body.\n\t\tAt the same time, two HTTP cookie items named \"B1SESSION\" and \"ROUTEID\" will be set. You do not need to relate to them if calling the Service Layer API in a browser because the browser will send them to Service Layer automatically in subsequent HTTP requests. \n\t\tYou do need to add the cookie item \"B1SESSION\" to your HTTP header in a subsequent Service Layer API call. Otherwise, Service Layer will consider them as a bad request without a login. The cookie item \"ROUTEID\" is optional. It ensures the session stickiness and optimizes performance through efficient load balancing.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "Login", | |
"description": "Login Service Layer with the specified credentials.", | |
"example": "POST https://localhost:50000/b1s/v2/Login\n{\n \"CompanyDB\": \"SBODEMOUS\",\n \"Password\": \"1234\",\n \"UserName\": \"manager\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "Logout", | |
"description": "By default, a login session will expire and the user will be logged out automatically if there is no new request within 30 minutes. \n\t\tYou can change the default expire time by modifying the value of the \"SessionTimeout\" property in file \"{USER_INSTALL_DIR}/ServiceLayer/conf/b1s.conf\". \n\t\tHere, \"{USER_INSTALL_DIR}\" stands for the installation folder.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "Logout", | |
"description": "Logout.", | |
"example": "POST https://localhost:50000/b1s/v2/Logout" | |
} | |
] | |
}, | |
{ | |
"service": "MaterialGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'MaterialGroupsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "MaterialGroupsService_GetMaterialGroupList", | |
"description": "Invoke the method 'GetMaterialGroupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/MaterialGroupsService_GetMaterialGroupList" | |
} | |
] | |
}, | |
{ | |
"service": "MaterialRevaluationFIFOService", | |
"description": "This API enables you to invoke the interfaces defined on 'MaterialRevaluationFIFOService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "MaterialRevaluationFIFOService_GetMaterialRevaluationFIFO", | |
"description": "Invoke the method 'GetMaterialRevaluationFIFO' on this service by specifying the payload 'MaterialRevaluationFIFOParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MaterialRevaluationFIFOService_GetMaterialRevaluationFIFO\n{\n \"MaterialRevaluationFIFOParams\": {\n \"ItemCode\": \"I001\",\n \"LocationCode\": null,\n \"LocationType\": null,\n \"ShowIssuedLayers\": \"tNO\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "MaterialRevaluationSNBService", | |
"description": "This API enables you to invoke the interfaces defined on 'MaterialRevaluationSNBService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "MaterialRevaluationSNBService_GetList", | |
"description": "Invoke the method 'GetList' on this service by specifying the payload 'MaterialRevaluationSNBParam' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MaterialRevaluationSNBService_GetList\n{\n \"MaterialRevaluationSNBParam\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "MessagesService", | |
"description": "This API enables you to invoke the interfaces defined on 'MessagesService'. \n\t\t\tTo be specific, this service enables to manage the inbox and outbox messages, and to send messages.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "MessagesService_GetInbox", | |
"description": "Invoke the method 'GetInbox' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/MessagesService_GetInbox" | |
}, | |
{ | |
"method": "POST", | |
"path": "MessagesService_GetOutbox", | |
"description": "Invoke the method 'GetOutbox' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/MessagesService_GetOutbox" | |
}, | |
{ | |
"method": "POST", | |
"path": "MessagesService_GetSentMessages", | |
"description": "Invoke the method 'GetSentMessages' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/MessagesService_GetSentMessages" | |
} | |
] | |
}, | |
{ | |
"service": "MobileAddOnSettingService", | |
"description": "This API enables you to invoke the interfaces defined on 'MobileAddOnSettingService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "MobileAddOnSettingService_GetMobileAddOnSettingList", | |
"description": "Invoke the method 'GetMobileAddOnSettingList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAddOnSettingService_GetMobileAddOnSettingList" | |
} | |
] | |
}, | |
{ | |
"service": "MobileAppService", | |
"description": "This API enables you to invoke the interfaces defined on 'MobileAppService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "MobileAppService_GetCurrentServerDateTime", | |
"description": "Invoke the method 'GetCurrentServerDateTime' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_GetCurrentServerDateTime" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_GetDppChangeParams", | |
"description": "Invoke the method 'GetDppChangeParams' on this service by specifying the payload 'DppChangeParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_GetDppChangeParams\n{\n \"DppChangeParams\": {\n \"FromDate\": \"2018-03-30\",\n \"FromTime\": \"17:30:00\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_GetTechnicianSchedulings", | |
"description": "Invoke the method 'GetTechnicianSchedulings' on this service by specifying the payload 'TechnicianSchedulingsParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_GetTechnicianSchedulings\n{\n \"TechnicianSchedulingsParams\": {\n \"EndDate\": \"2017-12-31\",\n \"StartDate\": \"2017-08-10\",\n \"Technician\": \"2\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_GetEmployeeFullNames", | |
"description": "Invoke the method 'GetEmployeeFullNames' on this service by specifying the payload 'EmployeeFullNamesParamsCollection' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_GetEmployeeFullNames\n{\n \"EmployeeFullNamesParamsCollection\": [\n {\n \"EmployeeFullName\": \"\",\n \"EmployeeID\": 2\n },\n {\n \"EmployeeFullName\": \"\",\n \"EmployeeID\": 3\n }\n ]\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_GetTechnicianSettings", | |
"description": "Invoke the method 'GetTechnicianSettings' on this service by specifying the payload 'TechnicianSettingsParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_GetTechnicianSettings\n{\n \"TechnicianSettingsParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_UpdateTechnicianSettings", | |
"description": "Invoke the method 'UpdateTechnicianSettings' on this service by specifying the payload 'TechnicianSettings' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_UpdateTechnicianSettings\n{\n \"TechnicianSettings\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_GetTechnicianSettingsGroup", | |
"description": "Invoke the method 'GetTechnicianSettingsGroup' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_GetTechnicianSettingsGroup\n{\n \"TechnicianSettingsGroupParams\": {\n \"Code\": -1,\n \"Name\": \"TEST1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_UpdateTechnicianSettingsGroup", | |
"description": "Invoke the method 'UpdateTechnicianSettingsGroup' on this service by specifying the payload 'TechnicianSettingsGroup' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_UpdateTechnicianSettingsGroup\n{\n \"AdvancedDashBoard\": -4,\n \"Code\": -1,\n \"CustomizedGroup\": \"tNO\",\n \"EnableActualDuration\": \"tNO\",\n \"EnableEditTime\": \"tNO\",\n \"EnableFollowup\": \"tNO\",\n \"EnableReject\": \"tNO\",\n \"EnableResign\": \"tNO\",\n \"EnableSignature\": \"tNO\",\n \"EnableStarRating\": \"tNO\",\n \"Name\": \"TESTCODE-1\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_GetSalesAppSetting", | |
"description": "Invoke the method 'GetSalesAppSetting' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_GetSalesAppSetting\n{\n \"SalesAppSettingParams\": {\n \"Code\": -1,\n \"Name\": \"TEST1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_UpdateSalesAppSetting", | |
"description": "Invoke the method 'UpdateSalesAppSetting' on this service by specifying the payload 'SalesAppSetting' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_UpdateSalesAppSetting\n{\n \"AdvancedDashBoard\": -1,\n \"Code\": -1,\n \"CustomerAdvancedDashBoard\": -2,\n \"Name\": \"TESTCODE-1\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_GetServiceAppReportContent", | |
"description": "Invoke the method 'GetServiceAppReportContent' on this service by specifying the payload 'ServiceAppReportParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_GetServiceAppReportContent\n{\n \"ServiceAppReportParams\": {\n \"Code\": -1,\n \"ReportChoice\": \"marCustomizedReport\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_UpdateServiceAppReportContent", | |
"description": "Invoke the method 'UpdateServiceAppReportContent' on this service by specifying the payload 'ServiceAppReportParams,ServiceAppReportContent' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_UpdateServiceAppReportContent\n{\n \"ServiceAppReportContent\": {\n \"ReportContent\": \"\"\n },\n \"ServiceAppReportParams\": {\n \"Code\": -1,\n \"ReportChoice\": \"marCustomizedReport\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_GetServiceAppReport", | |
"description": "Invoke the method 'GetServiceAppReport' on this service by specifying the payload 'ServiceAppReportParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_GetServiceAppReport\n{\n \"ServiceAppReportParams\": {\n \"Code\": -1,\n \"ReportChoice\": \"S\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAppService_UpdateServiceAppReport", | |
"description": "Invoke the method 'UpdateServiceAppReport' on this service by specifying the payload 'ServiceAppReport' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAppService_UpdateServiceAppReport\n{\n \"ServiceAppReport\": {\n \"Code\": -1,\n \"ReportChoice\": \"marCustomizedReport\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "NatureOfAssesseesService", | |
"description": "This API enables you to invoke the interfaces defined on 'NatureOfAssesseesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "NatureOfAssesseesService_GetNatureOfAssesseeList", | |
"description": "Invoke the method 'GetNatureOfAssesseeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/NatureOfAssesseesService_GetNatureOfAssesseeList" | |
} | |
] | |
}, | |
{ | |
"service": "NCMCodesSetupService", | |
"description": "This API enables you to invoke the interfaces defined on 'NCMCodesSetupService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "NCMCodesSetupService_GetNCMCodeSetupList", | |
"description": "Invoke the method 'GetNCMCodeSetupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/NCMCodesSetupService_GetNCMCodeSetupList" | |
} | |
] | |
}, | |
{ | |
"service": "NFModelsService", | |
"description": "This API enables you to invoke the interfaces defined on 'NFModelsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "NFModelsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/NFModelsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "NFTaxCategoriesService", | |
"description": "This API enables you to invoke the interfaces defined on 'NFTaxCategoriesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "NFTaxCategoriesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/NFTaxCategoriesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "OccurrenceCodesService", | |
"description": "This API enables you to invoke the interfaces defined on 'OccurrenceCodesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "OccurrenceCodesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/OccurrenceCodesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "OrdersService", | |
"description": "This API enables you to invoke the interfaces defined on 'OrdersService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "OrdersService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/OrdersService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocDueDate\": \"2014-04-04\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "OrdersService_Preview", | |
"description": "Invoke the method 'Preview' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/OrdersService_Preview\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocDueDate\": \"2014-04-04\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "OrdersService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/OrdersService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "PartnersSetupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'PartnersSetupsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PartnersSetupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PartnersSetupsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "PaymentBlocksService", | |
"description": "This API enables you to invoke the interfaces defined on 'PaymentBlocksService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PaymentBlocksService_GetPaymentBlockList", | |
"description": "Invoke the method 'GetPaymentBlockList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentBlocksService_GetPaymentBlockList" | |
} | |
] | |
}, | |
{ | |
"service": "PaymentCalculationService", | |
"description": "This API enables you to invoke the interfaces defined on 'PaymentCalculationService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PaymentCalculationService_GetPaymentAmount", | |
"description": "Invoke the method 'GetPaymentAmount' on this service by specifying the payload 'PaymentBPCode,PaymentInvoiceEntries' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentCalculationService_GetPaymentAmount\n{\n \"PaymentBPCode\": {\n \"BPCode\": \"C01\",\n \"Date\": \"2016-08-30\"\n },\n \"PaymentInvoiceEntries\": [\n {\n \"DocEntry\": \"12\",\n \"DocType\": \"itARInvoice\"\n }\n ]\n}" | |
} | |
] | |
}, | |
{ | |
"service": "PaymentReasonCodeService", | |
"description": "This API enables you to invoke the interfaces defined on 'PaymentReasonCodeService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PaymentReasonCodeService_GetPaymentReasonCodeList", | |
"description": "Invoke the method 'GetPaymentReasonCodeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentReasonCodeService_GetPaymentReasonCodeList" | |
} | |
] | |
}, | |
{ | |
"service": "PaymentTermsTypesService", | |
"description": "This API enables you to invoke the interfaces defined on 'PaymentTermsTypesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PaymentTermsTypesService_UpdateWithBPs", | |
"description": "Invoke the method 'UpdateWithBPs' on this service by specifying the payload 'PaymentTermsType' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentTermsTypesService_UpdateWithBPs\n{\n \"PaymentTermsType\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "PickListsService", | |
"description": "This API enables you to invoke the interfaces defined on 'PickListsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PickListsService_Close", | |
"description": "Invoke the method 'Close' on this service by specifying the payload 'PickList' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PickListsService_Close\n{\n \"PickList\": {\n \"Absoluteentry\": 3\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PickListsService_UpdateReleasedAllocation", | |
"description": "Invoke the method 'UpdateReleasedAllocation' on this service by specifying the payload 'PickList' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PickListsService_UpdateReleasedAllocation\n{\n \"PickList\": {\n \"Absoluteentry\": 3,\n \"Name\": \"manager\",\n \"ObjectType\": \"156\",\n \"OwnerCode\": 1,\n \"PickDate\": \"2016-08-25\",\n \"PickListsLines\": [\n {\n \"AbsoluteEntry\": 3,\n \"BaseObjectType\": 17,\n \"DocumentLinesBinAllocations\": [\n {\n \"BinAbsEntry\": 2,\n \"Quantity\": 1,\n \"SerialAndBatchNumbersBaseLine\": 0\n }\n ],\n \"LineNumber\": 0,\n \"OrderEntry\": 9,\n \"OrderRowID\": 0,\n \"PickStatus\": \"ps_Released\",\n \"PickedQuantity\": 0,\n \"PreviouslyReleasedQuantity\": 1,\n \"ReleasedQuantity\": 1,\n \"SerialNumbers\": [\n {\n \"InternalSerialNumber\": 4,\n \"ManufacturerSerialNumber\": 4,\n \"Quantity\": 1\n }\n ]\n }\n ],\n \"Status\": \"ps_Released\",\n \"UseBaseUnits\": \"tNO\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "PredefinedTextsService", | |
"description": "This API enables you to invoke the interfaces defined on 'PredefinedTextsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PredefinedTextsService_GetPredefinedTextList", | |
"description": "Invoke the method 'GetPredefinedTextList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PredefinedTextsService_GetPredefinedTextList" | |
} | |
] | |
}, | |
{ | |
"service": "ProfitCentersService", | |
"description": "This API enables you to invoke the interfaces defined on 'ProfitCentersService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ProfitCentersService_GetProfitCenterList", | |
"description": "Invoke the method 'GetProfitCenterList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ProfitCentersService_GetProfitCenterList" | |
} | |
] | |
}, | |
{ | |
"service": "ProjectManagementConfigurationService", | |
"description": "This API enables you to invoke the interfaces defined on 'ProjectManagementConfigurationService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_GetSubprojectTypes", | |
"description": "Invoke the method 'GetSubprojectTypes' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_GetSubprojectTypes" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_AddSubprojectTypes", | |
"description": "Invoke the method 'AddSubprojectTypes' on this service by specifying the payload 'Collection(PMC_SubprojectTypeData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_AddSubprojectTypes\n{\n \"PMC_SubprojectTypeData\": {\n \"SubprojectTypeID\": \"1\",\n \"SubprojectTypeName\": \"subproject 01\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_UpdateSubprojectTypes", | |
"description": "Invoke the method 'UpdateSubprojectTypes' on this service by specifying the payload 'Collection(PMC_SubprojectTypeData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_UpdateSubprojectTypes\n{\n \"PMC_SubprojectTypeData\": {\n \"SubprojectTypeID\": \"1\",\n \"SubprojectTypeName\": \"changed subproject 01 name\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_DeleteSubprojectTypes", | |
"description": "Invoke the method 'DeleteSubprojectTypes' on this service by specifying the payload 'Collection(PMC_SubprojectTypeData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_DeleteSubprojectTypes\n{\n \"PMC_SubprojectTypeData\": {\n \"SubprojectTypeID\": \"1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_GetStageTypes", | |
"description": "Invoke the method 'GetStageTypes' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_GetStageTypes" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_AddStageTypes", | |
"description": "Invoke the method 'AddStageTypes' on this service by specifying the payload 'Collection(PMC_StageTypeData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_AddStageTypes\n{\n \"PMC_StageTypeData\": {\n \"StageDescription\": \"stage 01\",\n \"StageName\": \"stage01\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_UpdateStageTypes", | |
"description": "Invoke the method 'UpdateStageTypes' on this service by specifying the payload 'Collection(PMC_StageTypeData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_UpdateStageTypes\n{\n \"PMC_StageTypeData\": {\n \"StageDescription\": \"update stage 01 description\",\n \"StageID\": 6,\n \"StageName\": \"stage01\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_DeleteStageTypes", | |
"description": "Invoke the method 'DeleteStageTypes' on this service by specifying the payload 'Collection(PMC_StageTypeData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_DeleteStageTypes\n{\n \"PMC_StageTypeData\": {\n \"StageID\": 6\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_GetAreas", | |
"description": "Invoke the method 'GetAreas' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_GetAreas" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_AddAreas", | |
"description": "Invoke the method 'AddAreas' on this service by specifying the payload 'Collection(PMC_AreaData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_AddAreas\n{\n \"PMC_AreaData\": {\n \"AreaName\": \"area 1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_UpdateAreas", | |
"description": "Invoke the method 'UpdateAreas' on this service by specifying the payload 'Collection(PMC_AreaData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_UpdateAreas\n{\n \"PMC_AreaData\": {\n \"AreaID\": \"1\",\n \"AreaName\": \"update area 1 name\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_DeleteAreas", | |
"description": "Invoke the method 'DeleteAreas' on this service by specifying the payload 'Collection(PMC_AreaData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_DeleteAreas\n{\n \"PMC_AreaData\": {\n \"AreaID\": \"1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_GetPriorities", | |
"description": "Invoke the method 'GetPriorities' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_GetPriorities" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_AddPriorities", | |
"description": "Invoke the method 'AddPriorities' on this service by specifying the payload 'Collection(PMC_PriorityData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_AddPriorities\n{\n \"PMC_PriorityData\": {\n \"PriorityName\": \"Middle level\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_UpdatePriorities", | |
"description": "Invoke the method 'UpdatePriorities' on this service by specifying the payload 'Collection(PMC_PriorityData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_UpdatePriorities\n{\n \"PMC_PriorityData\": {\n \"PriorityID\": 1,\n \"PriorityName\": \"Lowest level\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_DeletePriorities", | |
"description": "Invoke the method 'DeletePriorities' on this service by specifying the payload 'Collection(PMC_PriorityData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_DeletePriorities\n{\n \"PMC_PriorityData\": {\n \"PriorityID\": 1,\n \"PriorityName\": \"Lowest level\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_GetActivities", | |
"description": "Invoke the method 'GetActivities' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_GetActivities" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_AddActivities", | |
"description": "Invoke the method 'AddActivities' on this service by specifying the payload 'Collection(PMC_ActivityData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_AddActivities\n{\n \"PMC_ActivityData\": {\n \"ActivityType\": \"calls\",\n \"IsChargeable\": \"tYES\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_UpdateActivities", | |
"description": "Invoke the method 'UpdateActivities' on this service by specifying the payload 'Collection(PMC_ActivityData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_UpdateActivities\n{\n \"PMC_ActivityData\": {\n \"ActivityID\": 1,\n \"ActivityType\": \"email\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_DeleteActivities", | |
"description": "Invoke the method 'DeleteActivities' on this service by specifying the payload 'Collection(PMC_ActivityData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_DeleteActivities\n{\n \"PMC_ActivityData\": {\n \"ActivityID\": 1,\n \"ActivityType\": \"calls\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_GetTasks", | |
"description": "Invoke the method 'GetTasks' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_GetTasks" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_AddTasks", | |
"description": "Invoke the method 'AddTasks' on this service by specifying the payload 'Collection(PMC_TaskData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_AddTasks\n{\n \"PMC_TaskData\": {\n \"TaskName\": \"plans\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_UpdateTasks", | |
"description": "Invoke the method 'UpdateTasks' on this service by specifying the payload 'Collection(PMC_TaskData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_UpdateTasks\n{\n \"PMC_TaskData\": {\n \"TaskName\": \"change plans\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementConfigurationService_DeleteTasks", | |
"description": "Invoke the method 'DeleteTasks' on this service by specifying the payload 'Collection(PMC_TaskData)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementConfigurationService_DeleteTasks\n{\n \"PMC_TaskData\": {\n \"TaskID\": 2,\n \"TaskName\": \"change plans\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ProjectManagementService", | |
"description": "This API enables you to invoke the interfaces defined on 'ProjectManagementService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ProjectManagementService_GetSubprojectsList", | |
"description": "Invoke the method 'GetSubprojectsList' on this service by specifying the payload 'PM_SubprojectParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementService_GetSubprojectsList\n{\n \"PM_SubprojectParams\": {\n \"AbsEntry\": 2\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementService_GetSubproject", | |
"description": "Invoke the method 'GetSubproject' on this service by specifying the payload 'PM_SubprojectDocumentParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementService_GetSubproject\n{\n \"PM_SubprojectDocumentParams\": {\n \"AbsEntry\": 1\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementService_AddSubproject", | |
"description": "Invoke the method 'AddSubproject' on this service by specifying the payload 'PM_SubprojectDocumentData' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementService_AddSubproject\n{\n \"PM_SubprojectDocumentData\": {\n \"Owner\": 2,\n \"PMS_StagesCollection\": [\n {\n \"CloseDate\": \"2016-08-31\",\n \"StageType\": 7,\n \"StartDate\": \"2016-08-31\"\n }\n ],\n \"ProjectID\": \"2\",\n \"StartDate\": \"2016-08-31\",\n \"SubprojectEndDate\": \"2016-08-31\",\n \"SubprojectName\": \"subProject1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementService_UpdateSubproject", | |
"description": "Invoke the method 'UpdateSubproject' on this service by specifying the payload 'PM_SubprojectDocumentData' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementService_UpdateSubproject\n{\n \"PM_SubprojectDocumentData\": {\n \"AbsEntry\": 1,\n \"ProjectID\": \"2\",\n \"StartDate\": \"2016-08-30\",\n \"SubprojectName\": \"new subProject1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementService_DeleteSubproject", | |
"description": "Invoke the method 'DeleteSubproject' on this service by specifying the payload 'PM_SubprojectDocumentParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementService_DeleteSubproject\n{\n \"PM_SubprojectDocumentParams\": {\n \"AbsEntry\": 1\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ProjectsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ProjectsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ProjectsService_GetProjectList", | |
"description": "Invoke the method 'GetProjectList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectsService_GetProjectList" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseCreditNotesService", | |
"description": "This API enables you to invoke the interfaces defined on 'PurchaseCreditNotesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PurchaseCreditNotesService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseCreditNotesService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseCreditNotesService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseCreditNotesService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseCreditNotesService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseCreditNotesService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseDeliveryNotesService", | |
"description": "This API enables you to invoke the interfaces defined on 'PurchaseDeliveryNotesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PurchaseDeliveryNotesService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDeliveryNotesService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"c001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDeliveryNotesService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDeliveryNotesService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDeliveryNotesService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDeliveryNotesService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseDownPaymentsService", | |
"description": "This API enables you to invoke the interfaces defined on 'PurchaseDownPaymentsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PurchaseDownPaymentsService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDownPaymentsService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ],\n \"DownPaymentType\": \"dptInvoice\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDownPaymentsService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDownPaymentsService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseInvoicesService", | |
"description": "This API enables you to invoke the interfaces defined on 'PurchaseInvoicesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PurchaseInvoicesService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseInvoicesService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseInvoicesService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseInvoicesService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseInvoicesService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseInvoicesService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseOrdersService", | |
"description": "This API enables you to invoke the interfaces defined on 'PurchaseOrdersService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PurchaseOrdersService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseOrdersService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseOrdersService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseOrdersService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseQuotationsService", | |
"description": "This API enables you to invoke the interfaces defined on 'PurchaseQuotationsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PurchaseQuotationsService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseQuotationsService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ],\n \"RequriedDate\": \"2014-04-04\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseQuotationsService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseQuotationsService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseRequestService", | |
"description": "This API enables you to invoke the interfaces defined on 'PurchaseRequestService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PurchaseRequestService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseRequestService_GetApprovalTemplates\n{\n \"Document\": {\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"LineVendor\": \"v001\",\n \"Quantity\": \"11\"\n }\n ],\n \"RequriedDate\": \"2014-03-18\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseRequestService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseRequestService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseReturnsService", | |
"description": "This API enables you to invoke the interfaces defined on 'PurchaseReturnsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "PurchaseReturnsService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseReturnsService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseReturnsService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseReturnsService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseReturnsService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseReturnsService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "QRCodeService", | |
"description": "This API enables you to invoke the interfaces defined on 'QRCodeService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "QRCodeService_AddOrUpdateQRCode", | |
"description": "Invoke the method 'AddOrUpdateQRCode' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/QRCodeService_AddOrUpdateQRCode\n{\n \"QRCodeData\": {\n \"FieldName\": \"QRCodeSrc\",\n \"ObjectAbsEntry\": \"1\",\n \"ObjectType\": \"22\",\n \"QRCodeText\": \"This is QR code text.\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "QueryService", | |
"description": "This API enables you to invoke the interfaces defined on 'QueryService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "QueryService_PostQuery", | |
"description": "Invoke the method 'PostQuery' on this service. To fully comply with OData, Service Layer exposes a new query service for the row level filter, which is implemented based on the $crossjoin capabilities by separating the QueryPath and QueryOption in the query URL.", | |
"example": "POST https://localhost:50000/b1s/v2/QueryService_PostQuery\n{\n \"QueryOption\": \"$expand=Orders($select=DocEntry, DocNum),Orders/DocumentLines($select=ItemCode,LineNum)&$filter=Orders/DocEntry eq Orders/DocumentLines/DocEntry and Orders/DocEntry ge 3 and Orders/DocumentLines/LineNum eq 0\",\n \"QueryPath\": \"$crossjoin(Orders,Orders/DocumentLines)\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "QuotationsService", | |
"description": "This API enables you to invoke the interfaces defined on 'QuotationsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "QuotationsService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/QuotationsService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "QuotationsService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/QuotationsService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "RecurringTransactionService", | |
"description": "This API enables you to invoke the interfaces defined on 'RecurringTransactionService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "RecurringTransactionService_GetAvailableRecurringTransactions", | |
"description": "Invoke the method 'GetAvailableRecurringTransactions' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/RecurringTransactionService_GetAvailableRecurringTransactions" | |
}, | |
{ | |
"method": "POST", | |
"path": "RecurringTransactionService_DeleteRecurringTransactions", | |
"description": "Invoke the method 'DeleteRecurringTransactions' on this service by specifying the payload 'RclRecurringTransactionParamsCollection' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/RecurringTransactionService_DeleteRecurringTransactions\n{\n \"RclRecurringTransactionParamsCollection\": [\n {},\n {}\n ]\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "RecurringTransactionService_GetRecurringTransaction", | |
"description": "Invoke the method 'GetRecurringTransaction' on this service by specifying the payload 'RclRecurringTransactionParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/RecurringTransactionService_GetRecurringTransaction\n{\n \"RclRecurringTransactionParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "RecurringTransactionService_ExecuteRecurringTransactions", | |
"description": "Invoke the method 'ExecuteRecurringTransactions' on this service by specifying the payload 'RclRecurringTransactionParamsCollection,RclRecurringExecutionParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/RecurringTransactionService_ExecuteRecurringTransactions\n{\n \"RclRecurringExecutionParams\": {},\n \"RclRecurringTransactionParamsCollection\": [\n {},\n {}\n ]\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ReportFilterService", | |
"description": "This API enables you to invoke the interfaces defined on 'ReportFilterService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ReportFilterService_GetTaxReportFilterList", | |
"description": "Invoke the method 'GetTaxReportFilterList' on this service by specifying the payload 'TaxReportFilterParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportFilterService_GetTaxReportFilterList\n{\n \"TaxReportFilterParams\": {\n \"Code\": 1\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ReportLayoutsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ReportLayoutsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_SetDefaultReport", | |
"description": "Invoke the method 'SetDefaultReport' on this service by specifying the payload 'DefaultReportParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_SetDefaultReport\n{\n \"DefaultReportParams\": {\n \"LayoutCode\": \"POR10007\",\n \"ReportCode\": \"POR1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_GetDefaultReport", | |
"description": "Invoke the method 'GetDefaultReport' on this service by specifying the payload 'ReportParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_GetDefaultReport\n{\n \"ReportParams\": {\n \"ReportCode\": \"POR1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_AddReportLayout", | |
"description": "Invoke the method 'AddReportLayout' on this service by specifying the payload 'ReportLayout' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_AddReportLayout\n{\n \"ReportLayout\": {\n \"LayoutCode\": \"POR10007\",\n \"Name\": \"layout 123\",\n \"TypeCode\": \"POR1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_UpdatePrinterSettings", | |
"description": "Invoke the method 'UpdatePrinterSettings' on this service by specifying the payload 'ReportLayout' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_UpdatePrinterSettings\n{\n \"ReportLayout\": {\n \"LayoutCode\": \"POR10007\",\n \"Name\": \"aaaaaa\",\n \"Printer\": \"Fax\",\n \"TypeCode\": \"POR1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_DeleteReportLayout", | |
"description": "Invoke the method 'DeleteReportLayout' on this service by specifying the payload 'ReportLayoutParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_DeleteReportLayout\n{\n \"ReportLayoutParams\": {\n \"LayoutCode\": \"POR10007\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_GetReportLayout", | |
"description": "Invoke the method 'GetReportLayout' on this service by specifying the payload 'ReportLayoutParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_GetReportLayout\n{\n \"ReportLayoutParams\": {\n \"LayoutCode\": \"POR10007\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_GetDefaultReportLayout", | |
"description": "Invoke the method 'GetDefaultReportLayout' on this service by specifying the payload 'ReportParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_GetDefaultReportLayout\n{\n \"ReportParams\": {\n \"ReportCode\": \"POR1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_GetReportLayoutList", | |
"description": "Invoke the method 'GetReportLayoutList' on this service by specifying the payload 'ReportParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_GetReportLayoutList\n{\n \"ReportParams\": {\n \"ReportCode\": \"POR1\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_UpdateLanguageReport", | |
"description": "Invoke the method 'UpdateLanguageReport' on this service by specifying the payload 'ReportLayout' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_UpdateLanguageReport\n{\n \"ReportLayout\": {\n \"LayoutCode\": \"POR10007\",\n \"language\": 35\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_AddReportLayoutToMenu", | |
"description": "Invoke the method 'AddReportLayoutToMenu' on this service by specifying the payload 'ReportLayout,ReportInputParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_AddReportLayoutToMenu\n{\n \"ReportInputParams\": {\n \"ReportLayoutMenuID\": 1\n },\n \"ReportLayout\": {\n \"AllignFooterToBottom\": \"tNO\",\n \"Author\": null,\n \"B1Version\": null,\n \"BottomMargin\": 10,\n \"CRVersion\": null,\n \"Category\": \"rlcPLD\",\n \"ChangeFontSizeForEMail\": -1,\n \"ChangeFontSizeInPreview\": -1,\n \"ConvertFontForEMail\": \"tNO\",\n \"ConvertFontInPrintPreview\": \"tNO\",\n \"EMailFont\": \"Arial\",\n \"Editable\": \"tYES\",\n \"ExtensionErrorAction\": \"eeaStop\",\n \"ExtensionName\": null,\n \"FollowUpReport\": null,\n \"ForeignLanguageReport\": \"tNO\",\n \"GridSize\": 10,\n \"GridType\": \"gtCombination\",\n \"Height\": 842,\n \"ImpExpObjCode\": 0,\n \"LayoutCode\": \"POR10005\",\n \"LeaderReport\": null,\n \"LeftMargin\": 10,\n \"Localization\": null,\n \"Name\": \"layout 125\",\n \"NumberOfCopies\": 1,\n \"Orientation\": \"ortVertical\",\n \"PaperSize\": \"A4\",\n \"Picture\": null,\n \"PreviewPrintingFont\": \"Arial\",\n \"Printer\": null,\n \"PrinterFirstPage\": null,\n \"Query\": null,\n \"QueryType\": \"qtRegular\",\n \"Remarks\": null,\n \"RepetitiveAreasNumber\": 0,\n \"ReportLayoutItems\": [],\n \"ReportLayout_TranslationLines\": [],\n \"RightMargin\": 30,\n \"ShowGrid\": \"tYES\",\n \"SnapToGrid\": \"tYES\",\n \"Sortable\": \"tYES\",\n \"TopMargin\": 10,\n \"TypeCode\": \"POR1\",\n \"TypeDetail\": null,\n \"UseFirstPrinter\": \"tNO\",\n \"Width\": 595,\n \"language\": 31\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportLayoutsService_DeleteReportLayoutAndMenu", | |
"description": "Invoke the method 'DeleteReportLayoutAndMenu' on this service by specifying the payload 'ReportLayoutParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportLayoutsService_DeleteReportLayoutAndMenu\n{\n \"ReportLayoutParams\": {\n \"LayoutCode\": \"POR10007\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ReportTypesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ReportTypesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ReportTypesService_GetReportTypeList", | |
"description": "Invoke the method 'GetReportTypeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportTypesService_GetReportTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "ResourceCapacitiesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ResourceCapacitiesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ResourceCapacitiesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ResourceCapacitiesService_GetList" | |
}, | |
{ | |
"method": "POST", | |
"path": "ResourceCapacitiesService_GetListWithFilter", | |
"description": "Invoke the method 'GetListWithFilter' on this service by specifying the payload 'ResourceCapacityWithFilterParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ResourceCapacitiesService_GetListWithFilter\n{\n \"ResourceCapacityWithFilterParams\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ResourceGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ResourceGroupsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ResourceGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ResourceGroupsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "ResourcePropertiesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ResourcePropertiesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ResourcePropertiesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ResourcePropertiesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "ResourcesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ResourcesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ResourcesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ResourcesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "RetornoCodesService", | |
"description": "This API enables you to invoke the interfaces defined on 'RetornoCodesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "RetornoCodesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/RetornoCodesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "ReturnRequestService", | |
"description": "This API enables you to invoke the interfaces defined on 'ReturnRequestService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ReturnRequestService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnRequestService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnRequestService_Preview", | |
"description": "Invoke the method 'Preview' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnRequestService_Preview\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnRequestService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnRequestService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "ReturnsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ReturnsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ReturnsService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnsService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnsService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnsService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnsService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnsService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "RouteStagesService", | |
"description": "This API enables you to invoke the interfaces defined on 'RouteStagesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "RouteStagesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/RouteStagesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "SalesOpportunityCompetitorsSetupService", | |
"description": "This API enables you to invoke the interfaces defined on 'SalesOpportunityCompetitorsSetupService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "SalesOpportunityCompetitorsSetupService_GetSalesOpportunityCompetitorSetupList", | |
"description": "Invoke the method 'GetSalesOpportunityCompetitorSetupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunityCompetitorsSetupService_GetSalesOpportunityCompetitorSetupList" | |
} | |
] | |
}, | |
{ | |
"service": "SalesOpportunityInterestsSetupService", | |
"description": "This API enables you to invoke the interfaces defined on 'SalesOpportunityInterestsSetupService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "SalesOpportunityInterestsSetupService_GetSalesOpportunityInterestSetupList", | |
"description": "Invoke the method 'GetSalesOpportunityInterestSetupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunityInterestsSetupService_GetSalesOpportunityInterestSetupList" | |
} | |
] | |
}, | |
{ | |
"service": "SalesOpportunityReasonsSetupService", | |
"description": "This API enables you to invoke the interfaces defined on 'SalesOpportunityReasonsSetupService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "SalesOpportunityReasonsSetupService_GetSalesOpportunityReasonSetupList", | |
"description": "Invoke the method 'GetSalesOpportunityReasonSetupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunityReasonsSetupService_GetSalesOpportunityReasonSetupList" | |
} | |
] | |
}, | |
{ | |
"service": "SalesOpportunitySourcesSetupService", | |
"description": "This API enables you to invoke the interfaces defined on 'SalesOpportunitySourcesSetupService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "SalesOpportunitySourcesSetupService_GetSalesOpportunitySourceSetupList", | |
"description": "Invoke the method 'GetSalesOpportunitySourceSetupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunitySourcesSetupService_GetSalesOpportunitySourceSetupList" | |
} | |
] | |
}, | |
{ | |
"service": "SBOBobService", | |
"description": "This API enables you to invoke the interfaces defined on 'SBOBobService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "SBOBobService_GetSystemPermission", | |
"description": "Invoke the method 'GetSystemPermission' on this service by specifying the payload 'UserCode,PermissionID' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SBOBobService_GetSystemPermission\n{\n \"PermissionID\": \"142\",\n \"UserCode\": \"manager\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SBOBobService_GetSystemCurrency", | |
"description": "Invoke the method 'GetSystemCurrency' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/SBOBobService_GetSystemCurrency" | |
}, | |
{ | |
"method": "POST", | |
"path": "SBOBobService_GetDueDate", | |
"description": "Invoke the method 'GetDueDate' on this service by specifying the payload 'CardCode,RefDate' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SBOBobService_GetDueDate\n{\n \"CardCode\": \"c001\",\n \"RefDate\": \"20151001\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SBOBobService_GetLocalCurrency", | |
"description": "Invoke the method 'GetLocalCurrency' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/SBOBobService_GetLocalCurrency" | |
}, | |
{ | |
"method": "POST", | |
"path": "SBOBobService_GetCurrencyRate", | |
"description": "Invoke the method 'GetCurrencyRate' on this service by specifying the payload 'Currency,Date' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SBOBobService_GetCurrencyRate\n{\n \"Currency\": \"eur\",\n \"Date\": \"20151001\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SBOBobService_GetIndexRate", | |
"description": "Invoke the method 'GetIndexRate' on this service by specifying the payload 'Index,Date' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SBOBobService_GetIndexRate\n{\n \"Date\": \"20151001\",\n \"Index\": \"1\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SBOBobService_Format_MoneyToString", | |
"description": "Invoke the method 'Format_MoneyToString' on this service by specifying the payload 'InMoney,InPrecision' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SBOBobService_Format_MoneyToString\n{\n \"InMoney\": \"1234.458\",\n \"InPrecision\": \"mpt_Sum\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SBOBobService_SetCurrencyRate", | |
"description": "Invoke the method 'SBOBobService_SetCurrencyRate' on this service by specifying the payload 'RateDate,Currency,Rate' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SBOBobService_SetCurrencyRate\n{\n \"Currency\": \"EUR\",\n \"Rate\": \"4.8\",\n \"RateDate\": \"20161129\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SBOBobService_SetSystemPermission", | |
"description": "Invoke the method 'SetSystemPermission' on this service by specifying the payload 'UserCode,PermissionID and Permission' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SBOBobService_SetSystemPermission\n{\n \"Permission\": 2,\n \"PermissionID\": \"57\",\n \"UserCode\": \"andy\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "SectionsService", | |
"description": "This API enables you to invoke the interfaces defined on 'SectionsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "SectionsService_GetSectionList", | |
"description": "Invoke the method 'GetSectionList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/SectionsService_GetSectionList" | |
} | |
] | |
}, | |
{ | |
"service": "SelfCreditMemoService", | |
"description": "This API enables you to invoke the interfaces defined on 'SelfCreditMemoService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "SelfCreditMemoService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfCreditMemoService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfCreditMemoService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfCreditMemoService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfCreditMemoService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfCreditMemoService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "SelfInvoiceService", | |
"description": "This API enables you to invoke the interfaces defined on 'SelfInvoiceService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "SelfInvoiceService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'Document' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfInvoiceService_GetApprovalTemplates\n{\n \"Document\": {\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfInvoiceService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfInvoiceService_HandleApprovalRequest" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfInvoiceService_Cancel2", | |
"description": "Invoke the method 'Cancel2' on this service by specifying the payload 'Document' in the JSON format. This method allows you to change some properties before cancelling one document.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfInvoiceService_Cancel2\n{\n \"Document\": {\n \"Comments\": \"via SL.\",\n \"DocEntry\": 123\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "SeriesService", | |
"description": "This API enables you to invoke the interfaces defined on 'SeriesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "SeriesService_AddSeries", | |
"description": "Invoke the method 'AddSeries' on this service by specifying the payload 'Series' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_AddSeries\n{\n \"Series\": {\n \"ATDocumentType\": null,\n \"BPLID\": null,\n \"DigitNumber\": 2,\n \"Document\": \"2\",\n \"DocumentSubType\": \"C\",\n \"GroupCode\": \"sg_Group1\",\n \"InitialNumber\": 21,\n \"IsDigitalSeries\": \"tNO\",\n \"IsElectronicCommEnabled\": \"tNO\",\n \"LastNumber\": 30,\n \"Locked\": \"tNO\",\n \"Name\": \"New2\",\n \"NextNumber\": 21,\n \"PeriodIndicator\": \"Default\",\n \"Prefix\": \"S\",\n \"Remarks\": \"test\",\n \"Series\": 70,\n \"SeriesType\": \"stBusinessPartner\",\n \"Suffix\": \"b\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_RemoveSeries", | |
"description": "Invoke the method 'RemoveSeries' on this service by specifying the payload 'SeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_RemoveSeries\n{\n \"Series\": {\n \"ATDocumentType\": null,\n \"BPLID\": null,\n \"DigitNumber\": 2,\n \"Document\": \"2\",\n \"DocumentSubType\": \"C\",\n \"GroupCode\": \"sg_Group1\",\n \"InitialNumber\": 21,\n \"IsDigitalSeries\": \"tNO\",\n \"IsElectronicCommEnabled\": \"tNO\",\n \"LastNumber\": 30,\n \"Locked\": \"tNO\",\n \"Name\": \"New2\",\n \"NextNumber\": 21,\n \"PeriodIndicator\": \"Default\",\n \"Prefix\": \"S\",\n \"Remarks\": \"test\",\n \"Series\": 70,\n \"SeriesType\": \"stBusinessPartner\",\n \"Suffix\": \"b\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_AttachSeriesToDocument", | |
"description": "Invoke the method 'AttachSeriesToDocument' on this service by specifying the payload 'DocumentSeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_AttachSeriesToDocument\n{\n \"DocumentSeriesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_UnattachSeriesFromDocument", | |
"description": "Invoke the method 'UnattachSeriesFromDocument' on this service by specifying the payload 'DocumentSeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_UnattachSeriesFromDocument\n{\n \"DocumentSeriesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_SetDefaultSeriesForAllUsers", | |
"description": "Invoke the method 'SetDefaultSeriesForAllUsers' on this service by specifying the payload 'DocumentSeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_SetDefaultSeriesForAllUsers\n{\n \"DocumentSeriesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_SetDefaultSeriesForCurrentUser", | |
"description": "Invoke the method 'SetDefaultSeriesForCurrentUser' on this service by specifying the payload 'DocumentSeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_SetDefaultSeriesForCurrentUser\n{\n \"DocumentSeriesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_SetDefaultSeriesForUser", | |
"description": "Invoke the method 'SetDefaultSeriesForUser' on this service by specifying the payload 'DocumentSeriesUserParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_SetDefaultSeriesForUser\n{\n \"DocumentSeriesUserParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_UpdateSeries", | |
"description": "Invoke the method 'UpdateSeries' on this service by specifying the payload 'Series' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_UpdateSeries\n{\n \"Series\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_GetDefaultSeries", | |
"description": "Invoke the method 'GetDefaultSeries' on this service by specifying the payload 'DocumentTypeParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_GetDefaultSeries\n{\n \"DocumentTypeParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_GetDocumentSeries", | |
"description": "Invoke the method 'GetDocumentSeries' on this service by specifying the payload 'DocumentTypeParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_GetDocumentSeries\n{\n \"DocumentTypeParams\": {\n \"Document\": \"2\",\n \"DocumentSubType\": \"C\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_GetSeries", | |
"description": "Invoke the method 'GetSeries' on this service by specifying the payload 'SeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_GetSeries\n{\n \"SeriesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_GetDocumentChangedMenuName", | |
"description": "Invoke the method 'GetDocumentChangedMenuName' on this service by specifying the payload 'DocumentTypeParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_GetDocumentChangedMenuName\n{\n \"DocumentTypeParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_ChangeDocumentMenuName", | |
"description": "Invoke the method 'ChangeDocumentMenuName' on this service by specifying the payload 'DocumentChangeMenuName' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_ChangeDocumentMenuName\n{\n \"DocumentChangeMenuName\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_GetElectronicSeries", | |
"description": "Invoke the method 'GetElectronicSeries' on this service by specifying the payload 'ElectronicSeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_GetElectronicSeries\n{\n \"ElectronicSeriesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_AddElectronicSeries", | |
"description": "Invoke the method 'AddElectronicSeries' on this service by specifying the payload 'ElectronicSeries' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_AddElectronicSeries\n{\n \"ElectronicSeries\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_RemoveElectronicSeries", | |
"description": "Invoke the method 'RemoveElectronicSeries' on this service by specifying the payload 'ElectronicSeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_RemoveElectronicSeries\n{\n \"ElectronicSeriesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_UpdateElectronicSeries", | |
"description": "Invoke the method 'UpdateElectronicSeries' on this service by specifying the payload 'ElectronicSeries' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_UpdateElectronicSeries\n{\n \"ElectronicSeries\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_GetDefaultElectronicSeries", | |
"description": "Invoke the method 'GetDefaultElectronicSeries' on this service by specifying the payload 'SeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_GetDefaultElectronicSeries\n{\n \"SeriesParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SeriesService_SetDefaultElectronicSeries", | |
"description": "Invoke the method 'SetDefaultElectronicSeries' on this service by specifying the payload 'DefaultElectronicSeriesParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SeriesService_SetDefaultElectronicSeries\n{\n \"DefaultElectronicSeriesParams\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallOriginsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ServiceCallOriginsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ServiceCallOriginsService_GetServiceCallOriginList", | |
"description": "Invoke the method 'GetServiceCallOriginList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallOriginsService_GetServiceCallOriginList" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallProblemSubTypesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ServiceCallProblemSubTypesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ServiceCallProblemSubTypesService_GetServiceCallProblemSubTypeList", | |
"description": "Invoke the method 'GetServiceCallProblemSubTypeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallProblemSubTypesService_GetServiceCallProblemSubTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallProblemTypesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ServiceCallProblemTypesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ServiceCallProblemTypesService_GetServiceCallProblemTypeList", | |
"description": "Invoke the method 'GetServiceCallProblemTypeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallProblemTypesService_GetServiceCallProblemTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallSolutionStatusService", | |
"description": "This API enables you to invoke the interfaces defined on 'ServiceCallSolutionStatusService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ServiceCallSolutionStatusService_GetServiceCallSolutionStatusList", | |
"description": "Invoke the method 'GetServiceCallSolutionStatusList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallSolutionStatusService_GetServiceCallSolutionStatusList" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallStatusService", | |
"description": "This API enables you to invoke the interfaces defined on 'ServiceCallStatusService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ServiceCallStatusService_GetServiceCallStatusList", | |
"description": "Invoke the method 'GetServiceCallStatusList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallStatusService_GetServiceCallStatusList" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallTypesService", | |
"description": "This API enables you to invoke the interfaces defined on 'ServiceCallTypesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ServiceCallTypesService_GetServiceCallTypeList", | |
"description": "Invoke the method 'GetServiceCallTypeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallTypesService_GetServiceCallTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'ServiceGroupsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ServiceGroupsService_GetServiceGroupList", | |
"description": "Invoke the method 'GetServiceGroupList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceGroupsService_GetServiceGroupList" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceTaxPostingService", | |
"description": "This API enables you to invoke the interfaces defined on 'ServiceTaxPostingService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ServiceTaxPostingService_PostServiceTax", | |
"description": "Invoke the method 'PostServiceTax' on this service by specifying the payload 'ServiceTaxPostingParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceTaxPostingService_PostServiceTax\n{\n \"ServiceTaxPostingParams\": {\n \"DocEntry\": 5\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceTaxPostingService_GetTaxableDeliveries", | |
"description": "Invoke the method 'GetTaxableDeliveries' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceTaxPostingService_GetTaxableDeliveries" | |
} | |
] | |
}, | |
{ | |
"service": "ShortLinkMappingsService", | |
"description": "This entity enables you to manipulate 'ShortLinkMappingsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ShortLinkMappingsService_BatchDelete", | |
"description": "Invoke the method 'BatchDelete' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/ShortLinkMappingsService_BatchDelete" | |
} | |
] | |
}, | |
{ | |
"service": "StatesService", | |
"description": "This API enables you to invoke the interfaces defined on 'StatesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "StatesService_GetStateList", | |
"description": "Invoke the method 'GetStateList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/StatesService_GetStateList" | |
} | |
] | |
}, | |
{ | |
"service": "StockTransferDraftService", | |
"description": "This API enables you to invoke the interfaces defined on 'StockTransferDraftService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "StockTransferDraftService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'StockTransfer' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransferDraftService_GetApprovalTemplates\n{\n \"StockTransfer\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTransferDraftService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransferDraftService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "StockTransferService", | |
"description": "This API enables you to invoke the interfaces defined on 'StockTransferService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "StockTransferService_GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this service by specifying the payload 'StockTransfer' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransferService_GetApprovalTemplates\n{\n \"StockTransfer\": {\n \"CardCode\": \"C001\",\n \"StockTransferLines\": [\n {\n \"DocDate\": \"2016-08-31\",\n \"ItemCode\": \"I001\",\n \"WarehouseCode\": \"10\"\n }\n ]\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTransferService_HandleApprovalRequest", | |
"description": "Invoke the method 'HandleApprovalRequest' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransferService_HandleApprovalRequest" | |
} | |
] | |
}, | |
{ | |
"service": "TargetGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'TargetGroupsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "TargetGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/TargetGroupsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "TaxCodeDeterminationsService", | |
"description": "This API enables you to invoke the interfaces defined on 'TaxCodeDeterminationsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "TaxCodeDeterminationsService_GetTaxCodeDeterminationList", | |
"description": "Invoke the method 'GetTaxCodeDeterminationList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/TaxCodeDeterminationsService_GetTaxCodeDeterminationList" | |
} | |
] | |
}, | |
{ | |
"service": "TaxCodeDeterminationsTCDService", | |
"description": "This API enables you to invoke the interfaces defined on 'TaxCodeDeterminationsTCDService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "TaxCodeDeterminationsTCDService_GetTaxCodeDeterminationTCDList", | |
"description": "Invoke the method 'GetTaxCodeDeterminationTCDList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/TaxCodeDeterminationsTCDService_GetTaxCodeDeterminationTCDList" | |
} | |
] | |
}, | |
{ | |
"service": "TaxWebSitesService", | |
"description": "This API enables you to invoke the interfaces defined on 'TaxWebSitesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "TaxWebSitesService_GetTaxWebSiteList", | |
"description": "Invoke the method 'GetTaxWebSiteList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/TaxWebSitesService_GetTaxWebSiteList" | |
}, | |
{ | |
"method": "POST", | |
"path": "TaxWebSitesService_GetDefaultWebSite", | |
"description": "Invoke the method 'GetDefaultWebSite' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/TaxWebSitesService_GetDefaultWebSite" | |
} | |
] | |
}, | |
{ | |
"service": "TerminationReasonService", | |
"description": "This API enables you to invoke the interfaces defined on 'TerminationReasonService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "TerminationReasonService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/TerminationReasonService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "TrackingNotesService", | |
"description": "This API enables you to invoke the interfaces defined on 'TrackingNotesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "TrackingNotesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/TrackingNotesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "TransactionCodesService", | |
"description": "This API enables you to invoke the interfaces defined on 'TransactionCodesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "TransactionCodesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/TransactionCodesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "TSRExceptionalEventService", | |
"description": "This API enables you to invoke the interfaces defined on 'TSRExceptionalEventService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "TSRExceptionalEventService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/TSRExceptionalEventService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "UnitOfMeasurementGroupsService", | |
"description": "This API enables you to invoke the interfaces defined on 'UnitOfMeasurementGroupsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "UnitOfMeasurementGroupsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/UnitOfMeasurementGroupsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "UnitOfMeasurementsService", | |
"description": "This API enables you to invoke the interfaces defined on 'UnitOfMeasurementsService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "UnitOfMeasurementsService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/UnitOfMeasurementsService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "UserMenuService", | |
"description": "This API enables you to invoke the interfaces defined on 'UserMenuService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "UserMenuService_GetCurrentUserMenu", | |
"description": "Invoke the method 'GetCurrentUserMenu' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/UserMenuService_GetCurrentUserMenu" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserMenuService_UpdateCurrentUserMenu", | |
"description": "Invoke the method 'UpdateCurrentUserMenu' on this service by specifying the payload 'Collection(UserMenuItem)' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserMenuService_UpdateCurrentUserMenu\n{\n \"UserMenuItems\": [\n {\n \"LinkedFormMenuID\": \"11\",\n \"LinkedFormNum\": null,\n \"LinkedObjKey\": null,\n \"LinkedObjType\": null,\n \"Name\": \"Forms\",\n \"Position\": 1,\n \"ReportPath\": \"11\",\n \"Type\": \"umitFolder\"\n },\n {\n \"LinkedFormMenuID\": null,\n \"LinkedFormNum\": null,\n \"LinkedObjKey\": null,\n \"LinkedObjType\": null,\n \"Name\": \"Reports\",\n \"Position\": 2,\n \"ReportPath\": \"\",\n \"Type\": \"umitFolder\"\n },\n {\n \"LinkedFormMenuID\": null,\n \"LinkedFormNum\": null,\n \"LinkedObjKey\": null,\n \"LinkedObjType\": null,\n \"Name\": \"Queries\",\n \"Position\": 3,\n \"ReportPath\": \"\",\n \"Type\": \"umitFolder\"\n },\n {\n \"LinkedFormMenuID\": null,\n \"LinkedFormNum\": null,\n \"LinkedObjKey\": null,\n \"LinkedObjType\": null,\n \"Name\": \"Links\",\n \"Position\": 4,\n \"ReportPath\": \"\",\n \"Type\": \"umitFolder\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserMenuService_GetUserMenu", | |
"description": "Invoke the method 'GetUserMenu' on this service by specifying the payload 'UserMenuParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserMenuService_GetUserMenu\n{\n \"UserMenuParams\": {}\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserMenuService_UpdateUserMenu", | |
"description": "Invoke the method 'UpdateUserMenu' on this service by specifying the payload 'UserMenuParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserMenuService_UpdateUserMenu\n{\n \"UserMenuParams\": {}\n}" | |
} | |
] | |
}, | |
{ | |
"service": "UsersService", | |
"description": "This API enables you to invoke the interfaces defined on 'UsersService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "UsersService_GetCurrentUser", | |
"description": "Invoke the method 'GetCurrentUser' on this service to get the current user information.", | |
"example": "POST https://localhost:50000/b1s/v2/UsersService_GetCurrentUser" | |
} | |
] | |
}, | |
{ | |
"service": "ValueMappingService", | |
"description": "This API enables you to invoke the interfaces defined on 'ValueMappingService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "ValueMappingService_GetMappedB1Value", | |
"description": "Invoke the method 'GetMappedB1Value' on this service by specifying the payload 'VM_B1ValuesData' in the JSON format.\n\t\t\t\tRetreives value from Business One universe, that is mapped to specific 3th party value.", | |
"example": "POST https://localhost:50000/b1s/v2/ValueMappingService_GetMappedB1Value\n{\n \"ObjectId\": 37,\n \"VM_ThirdPartyValuesData\": {\n \"ThirdPartySystemId\": 1,\n \"ThirdPartyValue\": \"AED\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ValueMappingService_GetThirdPartyValuesForB1Value", | |
"description": "Invoke the method 'GetThirdPartyValuesForB1Value' on this service by specifying the payload 'VM_B1ValuesData' in the JSON format.\n\t\t\t\tRetrieves all 3th party values for the specific value from Business One universe.", | |
"example": "POST https://localhost:50000/b1s/v2/ValueMappingService_GetThirdPartyValuesForB1Value\n{\n \"ObjectAbsEntry\": \"CHF\",\n \"ObjectId\": 37\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ValueMappingService_RemoveMappedValue", | |
"description": "Invoke the method 'RemoveMappedValue' on this service by specifying the payload 'VM_ThirdPartyValuesData' in the JSON format.\n\t\t\t\tRemoves one 3th party value from the collection of mapped values to one specific value from Business One universe.", | |
"example": "POST https://localhost:50000/b1s/v2/ValueMappingService_RemoveMappedValue\n{\n \"AbsEntry\": 6,\n \"LineId\": 2,\n \"ThirdPartySystemId\": 1\n}" | |
} | |
] | |
}, | |
{ | |
"service": "WarehouseSublevelCodesService", | |
"description": "This API enables you to invoke the interfaces defined on 'WarehouseSublevelCodesService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WarehouseSublevelCodesService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WarehouseSublevelCodesService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientBookmarkTileService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientBookmarkTileService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientBookmarkTileService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientBookmarkTileService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientDashboardService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientDashboardService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientDashboardService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientDashboardService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientFormSettingService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientFormSettingService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientFormSettingService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientFormSettingService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientLaunchpadService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientLaunchpadService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientLaunchpadService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientLaunchpadService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientListviewFilterService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientListviewFilterService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientListviewFilterService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientListviewFilterService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientNotificationService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientNotificationService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientNotificationService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientNotificationService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientPreferenceService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientPreferenceService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientPreferenceService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientPreferenceService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientRecentActivityService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientRecentActivityService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientRecentActivityService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientRecentActivityService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientVariantGroupService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientVariantGroupService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientVariantGroupService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientVariantGroupService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientVariantService", | |
"description": "This API enables you to invoke the interfaces defined on 'WebClientVariantService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WebClientVariantService_GetList", | |
"description": "Invoke the method 'GetList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientVariantService_GetList" | |
} | |
] | |
}, | |
{ | |
"service": "WorkflowTaskService", | |
"description": "This API enables you to invoke the interfaces defined on 'WorkflowTaskService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WorkflowTaskService_Complete", | |
"description": "Invoke the method 'Complete' on this service by specifying the payload 'WorkflowTaskCompleteParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WorkflowTaskService_Complete\n{\n \"WorkflowTaskCompleteParams\": {\n \"Note\": \"Default Comment\",\n \"TaskID\": \"4\",\n \"TriggerParams\": \"<Params><Param><Key>Result</Key><Value Type=\"string\">1</Value></Param></Params>\"\n }\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "WorkflowTaskService_GetApprovalTaskList", | |
"description": "Invoke the method 'GetApprovalTaskList' on this service by specifying the payload 'WorkflowApprovalTaskListParams' in the JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WorkflowTaskService_GetApprovalTaskList\n{\n \"WorkflowApprovalTaskListParams\": {\n \"Status\": \"G|W\"\n }\n}" | |
} | |
] | |
}, | |
{ | |
"service": "WTaxTypeCodeService", | |
"description": "This API enables you to invoke the interfaces defined on 'WTaxTypeCodeService'.", | |
"operations": [ | |
{ | |
"method": "POST", | |
"path": "WTaxTypeCodeService_GetWTaxTypeCodeList", | |
"description": "Invoke the method 'GetWTaxTypeCodeList' on this service.", | |
"example": "POST https://localhost:50000/b1s/v2/WTaxTypeCodeService_GetWTaxTypeCodeList" | |
} | |
] | |
}, | |
{ | |
"service": "", | |
"description": null, | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Entities", | |
"description": null, | |
"example": null | |
} | |
] | |
}, | |
{ | |
"service": "", | |
"description": null, | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Entity(id)", | |
"description": null, | |
"example": null | |
} | |
] | |
}, | |
{ | |
"service": "AccountCategory", | |
"description": "This entity enables you to manipulate 'AccountCategory'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AccountCategory(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AccountCategory' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AccountCategory(1)\n\nGET https://localhost:50000/b1s/v2/AccountCategory(1)?$select=CategoryCode,CategoryName,CategorySource" | |
}, | |
{ | |
"method": "GET", | |
"path": "AccountCategory", | |
"description": "Retrieve a collection of 'AccountCategory' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AccountCategory\n\nGET https://localhost:50000/b1s/v2/AccountCategory?$select=CategoryCode,CategoryName,CategorySource&$filter=CategoryCode ge 123 &$orderby=CategoryCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AccountCategory", | |
"description": "Create an instance of 'AccountCategory' with the given payload of type 'AccountCategory' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AccountCategory\n{\n \"CategoryCode\": 1,\n \"CategoryName\": \"test1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AccountCategory(id)", | |
"description": "Update an instance of 'AccountCategory' with the given payload of type 'AccountCategory' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AccountCategory(1)\n{\n \"CategoryCode\": 1,\n \"CategoryName\": \"test123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AccountCategory(id)", | |
"description": "Delete an instance of 'AccountCategory' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AccountCategory(1)" | |
} | |
] | |
}, | |
{ | |
"service": "AccountSegmentationCategories", | |
"description": "This entity enables you to manipulate 'AccountSegmentationCategories'. It represents the categories under each of the account segments.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AccountSegmentationCategories(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AccountSegmentationCategories' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AccountSegmentationCategories(SegmentID=123,Code='abc')\n\nGET https://localhost:50000/b1s/v2/AccountSegmentationCategories(SegmentID=123,Code='abc')?$select=SegmentID,Code,Name" | |
}, | |
{ | |
"method": "GET", | |
"path": "AccountSegmentationCategories", | |
"description": "Retrieve a collection of 'AccountSegmentationCategories' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AccountSegmentationCategories\n\nGET https://localhost:50000/b1s/v2/AccountSegmentationCategories?$select=SegmentID,Code,Name&$filter=SegmentID ge 123 and startswith(Code, 'a') &$orderby=SegmentID,Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AccountSegmentationCategories", | |
"description": "Create an instance of 'AccountSegmentationCategories' with the given payload of type 'AccountSegmentationCategory' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AccountSegmentationCategories\n{\n \"Code\": \"50\",\n \"Name\": \"Sales Department\",\n \"SegmentID\": \"3\",\n \"ShortName\": \"SD\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AccountSegmentationCategories(id)", | |
"description": "Update an instance of 'AccountSegmentationCategories' with the given payload of type 'AccountSegmentationCategory' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AccountSegmentationCategories(SegmentID=3,Code='50')\n{\n \"Name\": \"General Administration\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AccountSegmentationCategories(id)", | |
"description": "Delete an instance of 'AccountSegmentationCategories' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AccountSegmentationCategories(SegmentID=3,Code='50')" | |
} | |
] | |
}, | |
{ | |
"service": "AccountSegmentations", | |
"description": "This entity enables you to manipulate 'AccountSegmentations'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AccountSegmentations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AccountSegmentations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AccountSegmentations(123)\n\nGET https://localhost:50000/b1s/v2/AccountSegmentations(123)?$select=Numerator,Name,Size" | |
}, | |
{ | |
"method": "GET", | |
"path": "AccountSegmentations", | |
"description": "Retrieve a collection of 'AccountSegmentations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AccountSegmentations\n\nGET https://localhost:50000/b1s/v2/AccountSegmentations?$select=Numerator,Name,Size&$filter=Numerator ge 123 &$orderby=Numerator&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AccountSegmentations", | |
"description": "Create an instance of 'AccountSegmentations' with the given payload of type 'AccountSegmentation' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AccountSegmentations\n{\n \"AccountSegmentationsCategories\": [\n {\n \"Code\": \"50\",\n \"Name\": \"Sales Department\",\n \"SegmentID\": \"3\",\n \"ShortName\": \"SD\"\n }\n ],\n \"Name\": \"Division2\",\n \"Size\": 2,\n \"Type\": \"ast_Alphanumeric\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AccountSegmentations(id)", | |
"description": "Update an instance of 'AccountSegmentations' with the given payload of type 'AccountSegmentation' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AccountSegmentations(123)\n{\n \"Name\": \"Division3\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AccountSegmentations(id)", | |
"description": "Delete an instance of 'AccountSegmentations' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AccountSegmentations(123)" | |
} | |
] | |
}, | |
{ | |
"service": "AccrualTypes", | |
"description": "This entity enables you to manipulate 'AccrualTypes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AccrualTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AccrualTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AccrualTypes('Accrual1')\n\nGET https://localhost:50000/b1s/v2/AccrualTypes('Accrual1')?$select=Code,Name,PostingAccount" | |
}, | |
{ | |
"method": "GET", | |
"path": "AccrualTypes", | |
"description": "Retrieve a collection of 'AccrualTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AccrualTypes\n\nGET https://localhost:50000/b1s/v2/AccrualTypes?$select=Code,Name,PostingAccount&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AccrualTypes", | |
"description": "Create an instance of 'AccrualTypes' with the given payload of type 'AccrualType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AccrualTypes\n{\n \"CalculationAccount\": \"2110\",\n \"Code\": \"Accrual1\",\n \"InterimAccount\": \"2120\",\n \"Name\": \"Accrual1\",\n \"PostingAccount\": \"2107\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AccrualTypes(id)", | |
"description": "Update an instance of 'AccrualTypes' with the given payload of type 'AccrualType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AccrualTypes('Accrual1')\n{\n \"PostingAccount\": \"2140\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AccrualTypes(id)", | |
"description": "Delete an instance of 'AccrualTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AccrualTypes('Accrual1')" | |
} | |
] | |
}, | |
{ | |
"service": "Activities", | |
"description": "This entity enables you to manipulate 'Activities'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Activities(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Activities' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Activities(2)\n\nGET https://localhost:50000/b1s/v2/Activities(2)?$select=ActivityCode,CardCode,Notes" | |
}, | |
{ | |
"method": "GET", | |
"path": "Activities", | |
"description": "Retrieve a collection of 'Activities' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Activities\n\nGET https://localhost:50000/b1s/v2/Activities?$select=ActivityCode,CardCode,Notes&$filter=ActivityCode ge 2 &$orderby=ActivityCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Activities", | |
"description": "Create an instance of 'Activities' with the given payload of type 'Activity' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Activities\n{\n \"ActivityDate\": \"2016-08-30\",\n \"ActivityTime\": \"08:13:00\",\n \"CardCode\": \"C01\",\n \"DocEntry\": \"3\",\n \"DocNum\": \"1\",\n \"DocType\": \"17\",\n \"Duration\": 15,\n \"DurationType\": \"du_Minuts\",\n \"EndDueDate\": \"2016-08-30\",\n \"EndTime\": \"08:28:00\",\n \"Reminder\": \"tYES\",\n \"ReminderPeriod\": 15,\n \"ReminderType\": \"du_Minuts\",\n \"StartDate\": \"2016-08-30\",\n \"StartTime\": \"08:13:00\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Activities(id)", | |
"description": "Update an instance of 'Activities' with the given payload of type 'Activity' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Activities(2)\n{\n \"StartTime\": \"12:00:00\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Activities(id)", | |
"description": "Delete an instance of 'Activities' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Activities(2)" | |
} | |
] | |
}, | |
{ | |
"service": "ActivityLocations", | |
"description": "This entity enables you to manipulate 'ActivityLocations'. It represents locations where activities with your business partners take place.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ActivityLocations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ActivityLocations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ActivityLocations(1)\n\nGET https://localhost:50000/b1s/v2/ActivityLocations(1)?$select=Code,Name" | |
}, | |
{ | |
"method": "GET", | |
"path": "ActivityLocations", | |
"description": "Retrieve a collection of 'ActivityLocations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ActivityLocations\n\nGET https://localhost:50000/b1s/v2/ActivityLocations?$select=Code,Name&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ActivityLocations", | |
"description": "Create an instance of 'ActivityLocations' with the given payload of type 'ActivityLocation' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivityLocations\n{\n \"Name\": \"SH Room1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ActivityLocations(id)", | |
"description": "Update an instance of 'ActivityLocations' with the given payload of type 'ActivityLocation' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ActivityLocations(1)\n{\n \"Name\": \"SH Room1 updated\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ActivityRecipientLists", | |
"description": "This entity enables you to manipulate 'ActivityRecipientLists'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ActivityRecipientLists(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ActivityRecipientLists' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ActivityRecipientLists(123)\n\nGET https://localhost:50000/b1s/v2/ActivityRecipientLists(123)?$select=Code,Name,Active" | |
}, | |
{ | |
"method": "GET", | |
"path": "ActivityRecipientLists", | |
"description": "Retrieve a collection of 'ActivityRecipientLists' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ActivityRecipientLists\n\nGET https://localhost:50000/b1s/v2/ActivityRecipientLists?$select=Code,Name,Active&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ActivityRecipientLists", | |
"description": "Create an instance of 'ActivityRecipientLists' with the given payload of type 'ActivityRecipientList' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivityRecipientLists\n{\n \"Active\": \"tYES\",\n \"ActivityRecipientCollection\": [\n {\n \"LineNumber\": 1,\n \"RecipientCode\": \"2\",\n \"RecipientType\": \"rtUser\"\n },\n {\n \"LineNumber\": 2,\n \"RecipientCode\": \"4\",\n \"RecipientType\": \"rtUser\"\n }\n ],\n \"Code\": 1,\n \"IsMultiple\": \"tNO\",\n \"Name\": \"RP1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ActivityRecipientLists(id)", | |
"description": "Update an instance of 'ActivityRecipientLists' with the given payload of type 'ActivityRecipientList' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ActivityRecipientLists(123)\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ActivityRecipientLists(id)", | |
"description": "Delete an instance of 'ActivityRecipientLists' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ActivityRecipientLists(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ActivityStatuses", | |
"description": "This entity enables you to manipulate 'ActivityStatuses'. It is a business object that enables to define statuses for Task type activities in the Business Partners module.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ActivityStatuses(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ActivityStatuses' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ActivityStatuses(1)\n\nGET https://localhost:50000/b1s/v2/ActivityStatuses(1)?$select=StatusDescription,StatusId,StatusName" | |
}, | |
{ | |
"method": "GET", | |
"path": "ActivityStatuses", | |
"description": "Retrieve a collection of 'ActivityStatuses' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ActivityStatuses\n\nGET https://localhost:50000/b1s/v2/ActivityStatuses?$select=StatusDescription,StatusId,StatusName&$filter=StatusId ge 1 &$orderby=StatusId&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ActivityStatuses", | |
"description": "Create an instance of 'ActivityStatuses' with the given payload of type 'ActivityStatus' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivityStatuses\n{\n \"StatusDescription\": \"Task in progress\",\n \"StatusName\": \"In Progress\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ActivityStatuses(id)", | |
"description": "Update an instance of 'ActivityStatuses' with the given payload of type 'ActivityStatus' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ActivityStatuses(1)\n{\n \"StatusDescription\": \"Finished\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ActivityStatuses(id)", | |
"description": "Delete an instance of 'ActivityStatuses' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ActivityStatuses(1)" | |
} | |
] | |
}, | |
{ | |
"service": "ActivityTypes", | |
"description": "This entity enables you to manipulate 'ActivityTypes'. You may have different activities with your business partners, for example, phone calls and meetings.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ActivityTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ActivityTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ActivityTypes(123)\n\nGET https://localhost:50000/b1s/v2/ActivityTypes(123)?$select=Code,Name" | |
}, | |
{ | |
"method": "GET", | |
"path": "ActivityTypes", | |
"description": "Retrieve a collection of 'ActivityTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ActivityTypes\n\nGET https://localhost:50000/b1s/v2/ActivityTypes?$select=Code,Name&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ActivityTypes", | |
"description": "Create an instance of 'ActivityTypes' with the given payload of type 'ActivityType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ActivityTypes\n{\n \"Name\": \"Special\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ActivityTypes(id)", | |
"description": "Update an instance of 'ActivityTypes' with the given payload of type 'ActivityType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ActivityTypes(123)\n{\n \"Name\": \"Others\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ActivityTypes(id)", | |
"description": "Delete an instance of 'ActivityTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ActivityTypes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "AdditionalExpenses", | |
"description": "This entity enables you to manipulate 'AdditionalExpenses'. It represents additional expenses for transporting freight or delivering services, such as delivery fees and tax deposits.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AdditionalExpenses(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AdditionalExpenses' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AdditionalExpenses(123)\n\nGET https://localhost:50000/b1s/v2/AdditionalExpenses(123)?$select=Name,RevenuesAccount,ExpenseAccount" | |
}, | |
{ | |
"method": "GET", | |
"path": "AdditionalExpenses", | |
"description": "Retrieve a collection of 'AdditionalExpenses' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AdditionalExpenses\n\nGET https://localhost:50000/b1s/v2/AdditionalExpenses?$select=Name,RevenuesAccount,ExpenseAccount&$filter=ExpensCode ge 123 &$orderby=ExpensCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AdditionalExpenses", | |
"description": "Create an instance of 'AdditionalExpenses' with the given payload of type 'AdditionalExpense' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AdditionalExpenses\n{\n \"DistributionMethod\": \"aed_None\",\n \"ExpenseAccount\": \"_SYS00000000002\",\n \"FixedAmountExpenses\": \"20\",\n \"FixedAmountRevenues\": \"10\",\n \"Name\": \"road fee\",\n \"RevenuesAccount\": \"_SYS00000000082\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AdditionalExpenses(id)", | |
"description": "Update an instance of 'AdditionalExpenses' with the given payload of type 'AdditionalExpense' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AdditionalExpenses(123)\n{\n \"DistributionMethod\": \"aed_Equally\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AdditionalExpenses(id)", | |
"description": "Delete an instance of 'AdditionalExpenses' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AdditionalExpenses(123)" | |
} | |
] | |
}, | |
{ | |
"service": "AlertManagements", | |
"description": "This entity enables you to manipulate 'AlertManagements'. \n\t\t\tFor each alert, you need to define its priority, the users and documents to which the alert applies, and the conditions that trigger the alert. In addition to activating system alerts, you can also add alerts based on user-defined queries.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AlertManagements(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AlertManagements' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AlertManagements(123)\n\nGET https://localhost:50000/b1s/v2/AlertManagements(123)?$select=Code,Name,Type" | |
}, | |
{ | |
"method": "GET", | |
"path": "AlertManagements", | |
"description": "Retrieve a collection of 'AlertManagements' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AlertManagements\n\nGET https://localhost:50000/b1s/v2/AlertManagements?$select=Code,Name,Type&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AlertManagements", | |
"description": "Create an instance of 'AlertManagements' with the given payload of type 'AlertManagement' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AlertManagements\n{\n \"Active\": \"tYES\",\n \"AlertManagementRecipients\": [\n {\n \"SendInternal\": \"tYES\",\n \"UserCode\": \"1\"\n }\n ],\n \"FrequencyInterval\": \"1\",\n \"FrequencyType\": \"atfi_Hours\",\n \"Name\": \"task alert\",\n \"Priority\": \"atp_Normal\",\n \"QueryID\": \"282\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AlertManagements(id)", | |
"description": "Update an instance of 'AlertManagements' with the given payload of type 'AlertManagement' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AlertManagements(123)\n{\n \"FrequencyType\": \"atfi_Weeks\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AlertManagements(id)", | |
"description": "Delete an instance of 'AlertManagements' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AlertManagements(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "AlertManagements(id)/GetAlertManagement", | |
"description": "Invoke the method 'GetAlertManagement' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/AlertManagements(123)/GetAlertManagement" | |
}, | |
{ | |
"method": "POST", | |
"path": "AlertManagements(id)/GetAlertManagementList", | |
"description": "Invoke the method 'GetAlertManagementList' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/AlertManagements(123)/GetAlertManagementList" | |
} | |
] | |
}, | |
{ | |
"service": "AlternateCatNum", | |
"description": "This entity enables you to manipulate 'AlternateCatNum'. It represents the alternative catalog numbers in the Business Partners module.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AlternateCatNum(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AlternateCatNum' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AlternateCatNum(ItemCode='item01',CardCode='c001',Substitute='BP01')\n\nGET https://localhost:50000/b1s/v2/AlternateCatNum(ItemCode='item01',CardCode='c001',Substitute='BP01')?$select=ItemCode,CardCode,Substitute" | |
}, | |
{ | |
"method": "GET", | |
"path": "AlternateCatNum", | |
"description": "Retrieve a collection of 'AlternateCatNum' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AlternateCatNum\n\nGET https://localhost:50000/b1s/v2/AlternateCatNum?$select=ItemCode,CardCode,Substitute&$filter=startswith(ItemCode, 'i') and startswith(CardCode, 'c') and startswith(Substitute, 'b') &$orderby=ItemCode,CardCode,Substitute&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AlternateCatNum", | |
"description": "Create an instance of 'AlternateCatNum' with the given payload of type 'AlternateCatNum' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AlternateCatNum\n{\n \"CardCode\": \"c001\",\n \"DisplayBPCatalogNumber\": \"tNO\",\n \"ItemCode\": \"item01\",\n \"Substitute\": \"BP01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AlternateCatNum(id)", | |
"description": "Update an instance of 'AlternateCatNum' with the given payload of type 'AlternateCatNum' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AlternateCatNum(ItemCode='item01',CardCode='c001',Substitute='BP01')\n{\n \"DisplayBPCatalogNumber\": \"tYES\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AlternateCatNum(id)", | |
"description": "Delete an instance of 'AlternateCatNum' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AlternateCatNum(ItemCode='item01',CardCode='c001',Substitute='BP01')" | |
} | |
] | |
}, | |
{ | |
"service": "ApprovalRequests", | |
"description": "This entity enables you to manipulate 'ApprovalRequests' and retrieve approval requests for various approval processes.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ApprovalRequests(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ApprovalRequests' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ApprovalRequests(123)\n\nGET https://localhost:50000/b1s/v2/ApprovalRequests(123)?$select=Code,ObjectType,IsDraft" | |
}, | |
{ | |
"method": "GET", | |
"path": "ApprovalRequests", | |
"description": "Retrieve a collection of 'ApprovalRequests' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ApprovalRequests\n\nGET https://localhost:50000/b1s/v2/ApprovalRequests?$select=Code,ObjectType,IsDraft&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ApprovalRequests(id)", | |
"description": "Update an instance of 'ApprovalRequests' with the given payload of type 'ApprovalRequest' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ApprovalRequests(123)\n{\n \"ApprovalRequestLines\": [\n {\n \"StageCode\": 3,\n \"Status\": \"ardPending\",\n \"UserID\": 1\n }\n ],\n \"CurrentStage\": 3,\n \"IsDraft\": \"Y\",\n \"ObjectEntry\": 14,\n \"ObjectType\": \"112\",\n \"OriginatorID\": 38,\n \"Remarks\": \"Please Approve, dear Master\",\n \"Status\": \"arsPending\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ApprovalStages", | |
"description": "This entity enables you to manipulate 'ApprovalStages'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ApprovalStages(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ApprovalStages' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ApprovalStages(123)\n\nGET https://localhost:50000/b1s/v2/ApprovalStages(123)?$select=Code,Name,NoOfApproversRequired" | |
}, | |
{ | |
"method": "GET", | |
"path": "ApprovalStages", | |
"description": "Retrieve a collection of 'ApprovalStages' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ApprovalStages\n\nGET https://localhost:50000/b1s/v2/ApprovalStages?$select=Code,Name,NoOfApproversRequired&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ApprovalStages", | |
"description": "Create an instance of 'ApprovalStages' with the given payload of type 'ApprovalStage' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalStages\n{\n \"ApprovalStageApprovers\": [\n {\n \"UserID\": \"1\"\n }\n ],\n \"Name\": \"stage01\",\n \"NoOfApproversRequired\": \"1\",\n \"Remarks\": \"Approved by Manager\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ApprovalStages(id)", | |
"description": "Update an instance of 'ApprovalStages' with the given payload of type 'ApprovalStage' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ApprovalStages(123)\n{\n \"Remarks\": \"Approved by Director\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ApprovalStages(id)", | |
"description": "Delete an instance of 'ApprovalStages' with the specified id. However, you are not allowed to remove the stage that is linked to an approval template.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ApprovalStages(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "ApprovalStages(id)/GetApprovalStage", | |
"description": "Invoke the method 'GetApprovalStage' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalStages(123)/GetApprovalStage" | |
}, | |
{ | |
"method": "POST", | |
"path": "ApprovalStages(id)/RemoveApprovalStage", | |
"description": "Invoke the method 'RemoveApprovalStage' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalStages(123)/RemoveApprovalStage" | |
} | |
] | |
}, | |
{ | |
"service": "ApprovalTemplates", | |
"description": "This entity enables you to manipulate 'ApprovalTemplates'. Each template specifies an approval procedure, and the users and transactions to which the procedure applies.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ApprovalTemplates(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ApprovalTemplates' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ApprovalTemplates(123)\n\nGET https://localhost:50000/b1s/v2/ApprovalTemplates(123)?$select=Code,Name,Remarks" | |
}, | |
{ | |
"method": "GET", | |
"path": "ApprovalTemplates", | |
"description": "Retrieve a collection of 'ApprovalTemplates' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ApprovalTemplates\n\nGET https://localhost:50000/b1s/v2/ApprovalTemplates?$select=Code,Name,Remarks&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ApprovalTemplates", | |
"description": "Create an instance of 'ApprovalTemplates' with the given payload of type 'ApprovalTemplate' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalTemplates\n{\n \"ApprovalTemplateDocuments\": [\n {\n \"DocumentType\": \"atdtDelivery\"\n }\n ],\n \"ApprovalTemplateStages\": [\n {\n \"ApprovalStageCode\": \"3\",\n \"SortID\": \"1\"\n }\n ],\n \"ApprovalTemplateUsers\": [\n {\n \"UserID\": \"1\"\n }\n ],\n \"Name\": \"ShipDocTemp\",\n \"Remarks\": \"Delivery approval\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ApprovalTemplates(id)", | |
"description": "Update an instance of 'ApprovalTemplates' with the given payload of type 'ApprovalTemplate' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ApprovalTemplates(123)\n{\n \"Remarks\": \"Shipping\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ApprovalTemplates(id)", | |
"description": "Delete an instance of 'ApprovalTemplates' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ApprovalTemplates(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "ApprovalTemplates(id)/GetApprovalTemplate", | |
"description": "Invoke the method 'GetApprovalTemplate' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalTemplates(123)/GetApprovalTemplate" | |
}, | |
{ | |
"method": "POST", | |
"path": "ApprovalTemplates(id)/RemoveApprovalTemplate", | |
"description": "Invoke the method 'RemoveApprovalTemplate' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ApprovalTemplates(123)/RemoveApprovalTemplate" | |
} | |
] | |
}, | |
{ | |
"service": "AssetCapitalization", | |
"description": "This entity enables you to manipulate 'AssetCapitalization'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetCapitalization(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AssetCapitalization' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetCapitalization(2)\n\nGET https://localhost:50000/b1s/v2/AssetCapitalization(2)?$select=DocEntry,DocNum,Series" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetCapitalization", | |
"description": "Retrieve a collection of 'AssetCapitalization' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetCapitalization\n\nGET https://localhost:50000/b1s/v2/AssetCapitalization?$select=DocEntry,DocNum,Series&$filter=DocEntry ge 2 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetCapitalization", | |
"description": "Create an instance of 'AssetCapitalization' with the given payload of type 'AssetDocument' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetCapitalization\n{\n \"AssetDocumentLineCollection\": [\n {\n \"AssetNumber\": \"FA1\",\n \"Quantity\": 1,\n \"TotalLC\": 1000\n }\n ],\n \"AssetValueDate\": \"2016-08-29\",\n \"DocumentDate\": \"2016-08-29\",\n \"PostingDate\": \"2016-08-29\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AssetCapitalization(id)", | |
"description": "Update an instance of 'AssetCapitalization' with the given payload of type 'AssetDocument' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AssetCapitalization(2)\n{\n \"AssetDocumentLineCollection\": [\n {\n \"LineNumber\": 1,\n \"Remarks\": \"Remark is 0\"\n }\n ]\n}" | |
} | |
] | |
}, | |
{ | |
"service": "AssetCapitalizationCreditMemo", | |
"description": "This entity enables you to manipulate 'AssetCapitalizationCreditMemo'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetCapitalizationCreditMemo(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AssetCapitalizationCreditMemo' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetCapitalizationCreditMemo(1)\n\nGET https://localhost:50000/b1s/v2/AssetCapitalizationCreditMemo(1)?$select=DocEntry,DocNum,Series" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetCapitalizationCreditMemo", | |
"description": "Retrieve a collection of 'AssetCapitalizationCreditMemo' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetCapitalizationCreditMemo\n\nGET https://localhost:50000/b1s/v2/AssetCapitalizationCreditMemo?$select=DocEntry,DocNum,Series&$filter=DocEntry ge 1 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetCapitalizationCreditMemo", | |
"description": "Create an instance of 'AssetCapitalizationCreditMemo' with the given payload of type 'AssetDocument' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetCapitalizationCreditMemo\n{\n \"AssetDocumentLineCollection\": [\n {\n \"AssetNumber\": \"FA1\",\n \"Quantity\": 1,\n \"TotalLC\": 1000\n }\n ],\n \"AssetValueDate\": \"2016-08-29\",\n \"DocumentDate\": \"2016-08-29\",\n \"PostingDate\": \"2016-08-29\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AssetCapitalizationCreditMemo(id)", | |
"description": "Update an instance of 'AssetCapitalizationCreditMemo' with the given payload of type 'AssetDocument' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AssetCapitalizationCreditMemo(1)\n{\n \"AssetDocumentLineCollection\": [\n {\n \"LineNumber\": 1,\n \"Remarks\": \"Remark is 0\"\n }\n ]\n}" | |
} | |
] | |
}, | |
{ | |
"service": "AssetClasses", | |
"description": "This entity enables you to manipulate 'AssetClasses'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetClasses(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AssetClasses' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetClasses('TEST')\n\nGET https://localhost:50000/b1s/v2/AssetClasses('TEST')?$select=Code,Description,AssetType" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetClasses", | |
"description": "Retrieve a collection of 'AssetClasses' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetClasses\n\nGET https://localhost:50000/b1s/v2/AssetClasses?$select=Code,Description,AssetType&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetClasses", | |
"description": "Create an instance of 'AssetClasses' with the given payload of type 'AssetClass' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetClasses\n{\n \"AssetClassCollection\": [\n {\n \"AccountDetermination\": \"1001\",\n \"ActiveStatus\": \"tYES\",\n \"Code\": \"TEST\",\n \"DepreciationAreaID\": \"100\",\n \"DepreciationTypeID\": \"LINP\",\n \"LineNumber\": 0,\n \"UseLife\": 36\n },\n {\n \"AccountDetermination\": null,\n \"ActiveStatus\": \"tYES\",\n \"Code\": \"TEST\",\n \"DepreciationAreaID\": \"300\",\n \"DepreciationTypeID\": \"LINP\",\n \"LineNumber\": 1,\n \"UseLife\": 36\n }\n ],\n \"AssetType\": \"atAssetTypeGeneral\",\n \"Code\": \"TEST\",\n \"Description\": \"test AssetClasses\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AssetClasses(id)", | |
"description": "Update an instance of 'AssetClasses' with the given payload of type 'AssetClass' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AssetClasses('TEST')\n{\n \"AssetType\": \"atAssetTypeLowValueAsset\",\n \"Description\": \"test AssetClasses\",\n \"ValueLimitFrom\": \"600\",\n \"ValueLimitTo\": \"2000\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AssetClasses(id)", | |
"description": "Delete an instance of 'AssetClasses' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AssetClasses('TEST')" | |
} | |
] | |
}, | |
{ | |
"service": "AssetDepreciationGroups", | |
"description": "This entity enables you to manipulate 'AssetDepreciationGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetDepreciationGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AssetDepreciationGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetDepreciationGroups('ADG')\n\nGET https://localhost:50000/b1s/v2/AssetDepreciationGroups('ADG')?$select=Code,Description,Group" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetDepreciationGroups", | |
"description": "Retrieve a collection of 'AssetDepreciationGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetDepreciationGroups\n\nGET https://localhost:50000/b1s/v2/AssetDepreciationGroups?$select=Code,Description,Group&$filter=startswith(Code, 'ADG') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetDepreciationGroups", | |
"description": "Create an instance of 'AssetDepreciationGroups' with the given payload of type 'AssetDepreciationGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetDepreciationGroups\n{\n \"Code\": \"ADG\",\n \"Description\": \"AssetDepreciationGroups\",\n \"Group\": \"Group1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AssetDepreciationGroups(id)", | |
"description": "Update an instance of 'AssetDepreciationGroups' with the given payload of type 'AssetDepreciationGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AssetDepreciationGroups('ADG')\n{\n \"Description\": \"test\",\n \"Group\": \"Group123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AssetDepreciationGroups(id)", | |
"description": "Delete an instance of 'AssetDepreciationGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AssetDepreciationGroups('ADG')" | |
} | |
] | |
}, | |
{ | |
"service": "AssetGroups", | |
"description": "This entity enables you to manipulate 'AssetGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AssetGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetGroups('AG')\n\nGET https://localhost:50000/b1s/v2/AssetGroups('AG')?$select=Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetGroups", | |
"description": "Retrieve a collection of 'AssetGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetGroups\n\nGET https://localhost:50000/b1s/v2/AssetGroups?$select=Code,Description&$filter=startswith(Code, 'AG') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetGroups", | |
"description": "Create an instance of 'AssetGroups' with the given payload of type 'AssetGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetGroups\n{\n \"Code\": \"AG\",\n \"Description\": \"AssetGroups\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AssetGroups(id)", | |
"description": "Update an instance of 'AssetGroups' with the given payload of type 'AssetGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AssetGroups('AG')\n{\n \"Description\": \"test1\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AssetGroups(id)", | |
"description": "Delete an instance of 'AssetGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AssetGroups('AG')" | |
} | |
] | |
}, | |
{ | |
"service": "AssetManualDepreciation", | |
"description": "This entity enables you to manipulate 'AssetManualDepreciation'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetManualDepreciation(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AssetManualDepreciation' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetManualDepreciation(2)\n\nGET https://localhost:50000/b1s/v2/AssetManualDepreciation(2)select=DocEntry,DocNum,Series" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetManualDepreciation", | |
"description": "Retrieve a collection of 'AssetManualDepreciation' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetManualDepreciation\n\nGET https://localhost:50000/b1s/v2/AssetManualDepreciation?$select=DocEntry,DocNum,Series&$filter=DocEntry ge 2 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetManualDepreciation", | |
"description": "Create an instance of 'AssetManualDepreciation' with the given payload of type 'AssetDocument' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetManualDepreciation\n{\n \"AssetDocumentLineCollection\": [\n {\n \"AssetNumber\": \"FA1\",\n \"GLAccount\": null,\n \"Quantity\": 0,\n \"Remarks\": \"test1\",\n \"TotalFC\": 0,\n \"TotalLC\": 100,\n \"TotalSC\": 100\n }\n ],\n \"AssetValueDate\": \"2016-08-31\",\n \"DepreciationArea\": \"*\",\n \"DocumentDate\": \"2016-08-31\",\n \"DocumentTotal\": 100,\n \"DocumentType\": \"adtUnplannedDepreciation\",\n \"PostingDate\": \"2016-08-31\",\n \"SummerizeByDistributionRules\": \"tYES\",\n \"SummerizeByProjects\": \"tYES\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AssetManualDepreciation(id)", | |
"description": "Update an instance of 'AssetManualDepreciation' with the given payload of type 'AssetDocument' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AssetManualDepreciation(2)\n{\n \"AssetDocumentLineCollection\": [\n {\n \"LineNumber\": 1,\n \"Remarks\": \"123\"\n }\n ]\n}" | |
} | |
] | |
}, | |
{ | |
"service": "AssetRetirement", | |
"description": "This entity enables you to manipulate 'AssetRetirement'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetRetirement(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AssetRetirement' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetRetirement(9)\n\nGET https://localhost:50000/b1s/v2/AssetRetirement(9)?$select=DocEntry,DocNum,Series" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetRetirement", | |
"description": "Retrieve a collection of 'AssetRetirement' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetRetirement\n\nGET https://localhost:50000/b1s/v2/AssetRetirement?$select=DocEntry,DocNum,Series&$filter=DocEntry ge 9 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetRetirement", | |
"description": "Create an instance of 'AssetRetirement' with the given payload of type 'AssetDocument' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetRetirement\n{\n \"AssetDocumentLineCollection\": [\n {\n \"AssetNumber\": \"FA1\",\n \"Quantity\": 1,\n \"TotalLC\": 1000\n }\n ],\n \"AssetValueDate\": \"2016-08-29\",\n \"DocumentDate\": \"2016-08-29\",\n \"PostingDate\": \"2016-08-29\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AssetRetirement(id)", | |
"description": "Update an instance of 'AssetRetirement' with the given payload of type 'AssetDocument' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AssetRetirement(9)\n{\n \"AssetDocumentLineCollection\": [\n {\n \"LineNumber\": 1,\n \"Remarks\": \"Remark is 0\"\n }\n ]\n}" | |
} | |
] | |
}, | |
{ | |
"service": "AssetTransfer", | |
"description": "This entity enables you to manipulate 'AssetTransfer'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AssetTransfer(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AssetTransfer' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetTransfer(2)\n\nGET https://localhost:50000/b1s/v2/AssetTransfer(2)?$select=DocEntry,DocNum,Series" | |
}, | |
{ | |
"method": "GET", | |
"path": "AssetTransfer", | |
"description": "Retrieve a collection of 'AssetTransfer' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AssetTransfer\n\nGET https://localhost:50000/b1s/v2/AssetTransfer?$select=DocEntry,DocNum,Series&$filter=DocEntry ge 2 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AssetTransfer", | |
"description": "Create an instance of 'AssetTransfer' with the given payload of type 'AssetDocument' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AssetTransfer\n{\n \"AssetDocumentLineCollection\": [\n {\n \"AssetNumber\": \"FA4\",\n \"NewAssetNumber\": \"FA3\"\n }\n ],\n \"AssetValueDate\": \"2017-01-01\",\n \"DepreciationArea\": \"*\",\n \"DocumentDate\": \"2017-01-01\",\n \"DocumentType\": \"adtAssetTransfer\",\n \"PostingDate\": \"2017-01-01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AssetTransfer(id)", | |
"description": "Update an instance of 'AssetTransfer' with the given payload of type 'AssetDocument' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AssetTransfer(2)\n{\n \"AssetDocumentLineCollection\": [\n {\n \"LineNumber\": 1,\n \"Remarks\": \"Remark is 0\"\n }\n ]\n}" | |
} | |
] | |
}, | |
{ | |
"service": "Attachments2", | |
"description": "This entity enables you to manipulate 'Attachments2'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Attachments2(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Attachments2' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Attachments2(123)\n\nGET https://localhost:50000/b1s/v2/Attachments2(123)?$select=AbsoluteEntry,Attachments2_Lines" | |
}, | |
{ | |
"method": "GET", | |
"path": "Attachments2", | |
"description": "Retrieve a collection of 'Attachments2' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Attachments2\n\nGET https://localhost:50000/b1s/v2/Attachments2?$select=AbsoluteEntry,Attachments2_Lines&$filter=AbsoluteEntry ge 123 &$orderby=AbsoluteEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Attachments2", | |
"description": "Create an instance of 'Attachments2' with the given payload of type 'Attachments2' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Attachments2\n{\n \"Attachments2_Lines\": [\n {\n \"FileExtension\": \"so\",\n \"FileName\": \"mod_negotiation\",\n \"SourcePath\": \"/usr/sap/SAPBusinessOne/ServiceLayer/modules\",\n \"UserID\": \"1\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Attachments2(id)", | |
"description": "Update an instance of 'Attachments2' with the given payload of type 'Attachments2' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Attachments2(123)\n{\n \"Attachments2_Lines\": [\n {\n \"FileExtension\": \"so\",\n \"FileName\": \"mod_negotiation\",\n \"SourcePath\": \"/usr/sap/SAPBusinessOne/ServiceLayer/modules\",\n \"UserID\": \"1\"\n },\n {\n \"FileExtension\": \"so\",\n \"FileName\": \"mod_negotiation2\",\n \"SourcePath\": \"/usr/sap/SAPBusinessOne/ServiceLayer/modules\",\n \"UserID\": \"1\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Attachments2(id)", | |
"description": "Delete an instance of 'Attachments2' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Attachments2(123)" | |
} | |
] | |
}, | |
{ | |
"service": "AttributeGroups", | |
"description": "This entity enables you to manipulate 'AttributeGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "AttributeGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'AttributeGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/AttributeGroups(1)\n\nGET https://localhost:50000/b1s/v2/AttributeGroups(1)?$select=Code,Name,Locked" | |
}, | |
{ | |
"method": "GET", | |
"path": "AttributeGroups", | |
"description": "Retrieve a collection of 'AttributeGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/AttributeGroups\n\nGET https://localhost:50000/b1s/v2/AttributeGroups?$select=Code,Name,Locked&$filter=Code ge 1 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "AttributeGroups", | |
"description": "Create an instance of 'AttributeGroups' with the given payload of type 'AttributeGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/AttributeGroups\n{\n \"AttributeGroupCollection\": [\n {\n \"AttributeID\": 1,\n \"AttributeName\": \"test 1\",\n \"DefaultValue\": \"5\"\n },\n {\n \"AttributeID\": 2,\n \"AttributeName\": \"test 2\",\n \"DefaultValue\": \"6\"\n }\n ],\n \"Code\": 1,\n \"Name\": \"test Attribute\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "AttributeGroups(id)", | |
"description": "Update an instance of 'AttributeGroups' with the given payload of type 'AttributeGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/AttributeGroups(1)\n{\n \"AttributeGroupCollection\": [\n {\n \"AttributeID\": 1,\n \"AttributeName\": \"test 123\",\n \"DefaultValue\": \"123\",\n \"SortNumber\": 1\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "AttributeGroups(id)", | |
"description": "Delete an instance of 'AttributeGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/AttributeGroups(1)" | |
} | |
] | |
}, | |
{ | |
"service": "B1Sessions", | |
"description": "This entity is just used to enable Service Layer to be able to work with WCF. Currently, it has no practical usage and does not support CURD.", | |
"operations": [] | |
}, | |
{ | |
"service": "BankChargesAllocationCodes", | |
"description": "This entity enables you to manipulate 'BankChargesAllocationCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BankChargesAllocationCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BankChargesAllocationCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BankChargesAllocationCodes('001')\n\nGET https://localhost:50000/b1s/v2/BankChargesAllocationCodes('001')?$select=Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "BankChargesAllocationCodes", | |
"description": "Retrieve a collection of 'BankChargesAllocationCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BankChargesAllocationCodes\n\nGET https://localhost:50000/b1s/v2/BankChargesAllocationCodes?$select=Code,Description&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BankChargesAllocationCodes", | |
"description": "Create an instance of 'BankChargesAllocationCodes' with the given payload of type 'BankChargesAllocationCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BankChargesAllocationCodes\n{\n \"Code\": \"001\",\n \"Description\": \"bank charge allocation 001\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BankChargesAllocationCodes(id)", | |
"description": "Update an instance of 'BankChargesAllocationCodes' with the given payload of type 'BankChargesAllocationCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BankChargesAllocationCodes('001')\n{\n \"Description\": \"updated by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BankChargesAllocationCodes(id)", | |
"description": "Delete an instance of 'BankChargesAllocationCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BankChargesAllocationCodes('001')" | |
}, | |
{ | |
"method": "POST", | |
"path": "BankChargesAllocationCodes(id)/SetDefaultBankChargesAllocationCode", | |
"description": "Invoke the method 'SetDefaultBankChargesAllocationCode' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/BankChargesAllocationCodes('001')/SetDefaultBankChargesAllocationCode" | |
} | |
] | |
}, | |
{ | |
"service": "BankPages", | |
"description": "This entity enables you to manipulate 'BankPages'. It represents external bank statements in the Banking module.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BankPages(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BankPages' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BankPages(AccountCode='abc',Sequence=123)\n\nGET https://localhost:50000/b1s/v2/BankPages(AccountCode='abc',Sequence=123)?$select=AccountCode,Sequence,AccountName" | |
}, | |
{ | |
"method": "GET", | |
"path": "BankPages", | |
"description": "Retrieve a collection of 'BankPages' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BankPages\n\nGET https://localhost:50000/b1s/v2/BankPages?$select=AccountCode,Sequence,AccountName&$filter=startswith(AccountCode, 'a') and Sequence ge 123 &$orderby=AccountCode,Sequence&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BankPages", | |
"description": "Create an instance of 'BankPages' with the given payload of type 'BankPage' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BankPages\n{\n \"AccountCode\": \"_SYS00000000001\",\n \"CardCode\": \"c001\",\n \"CreditAmount\": \"111\",\n \"DocNumberType\": \"bpdt_DocNum\",\n \"PaymentReference\": \"first pay\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BankPages(id)", | |
"description": "Update an instance of 'BankPages' with the given payload of type 'BankPage' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BankPages(AccountCode='abc',Sequence=123)\n{\n \"PaymentReference\": \"Pay reference 01\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BankPages(id)", | |
"description": "Delete an instance of 'BankPages' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BankPages(AccountCode='abc',Sequence=123)" | |
} | |
] | |
}, | |
{ | |
"service": "Banks", | |
"description": "This entity enables you to manipulate 'Banks'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Banks(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Banks' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Banks(123)\n\nGET https://localhost:50000/b1s/v2/Banks(123)?$select=BankCode,BankName,AccountforOutgoingChecks" | |
}, | |
{ | |
"method": "GET", | |
"path": "Banks", | |
"description": "Retrieve a collection of 'Banks' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Banks\n\nGET https://localhost:50000/b1s/v2/Banks?$select=BankCode,BankName,AccountforOutgoingChecks&$filter=AbsoluteEntry ge 123 &$orderby=AbsoluteEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Banks", | |
"description": "Create an instance of 'Banks' with the given payload of type 'Bank' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Banks\n{\n \"BankCode\": \"b001\",\n \"BankName\": \"US National Bank\",\n \"CountryCode\": \"US\",\n \"SwiftNo\": \"123456789\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Banks(id)", | |
"description": "Update an instance of 'Banks' with the given payload of type 'Bank' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Banks(123)\n{\n \"BankName\": \"US Bank\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Banks(id)", | |
"description": "Delete an instance of 'Banks' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Banks(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BankStatements", | |
"description": "This entity enables you to manipulate 'BankStatements'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BankStatements(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BankStatements' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BankStatements(2)\n\nGET https://localhost:50000/b1s/v2/BankStatements(2)?$select=InternalNumber,BankAccountKey,StatementNumber" | |
}, | |
{ | |
"method": "GET", | |
"path": "BankStatements", | |
"description": "Retrieve a collection of 'BankStatements' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BankStatements\n\nGET https://localhost:50000/b1s/v2/BankStatements?$select=InternalNumber,BankAccountKey,StatementNumber&$filter=InternalNumber ge 2 &$orderby=InternalNumber&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BankStatements", | |
"description": "Create an instance of 'BankStatements' with the given payload of type 'BankStatement' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BankStatements\n{\n \"BankAccountKey \": 1,\n \"BankStatementRows\": [\n {\n \"ExternalCode\": \"E1\"\n }\n ],\n \"MultiplePayments\": [\n {\n \"AmountFC\": 20,\n \"IsDebit\": \"tYES\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BankStatements(id)", | |
"description": "Update an instance of 'BankStatements' with the given payload of type 'BankStatement' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BankStatements(2)\n{\n \"Currency\": \"USD\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BankStatements(id)", | |
"description": "Delete an instance of 'BankStatements' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BankStatements(2)" | |
} | |
] | |
}, | |
{ | |
"service": "BarCodes", | |
"description": "This entity enables you to manipulate 'BarCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BarCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BarCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BarCodes(123)\n\nGET https://localhost:50000/b1s/v2/BarCodes(123)?$select=AbsEntry,ItemNo,UoMEntry" | |
}, | |
{ | |
"method": "GET", | |
"path": "BarCodes", | |
"description": "Retrieve a collection of 'BarCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BarCodes\n\nGET https://localhost:50000/b1s/v2/BarCodes?$select=AbsEntry,ItemNo,UoMEntry&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BarCodes", | |
"description": "Create an instance of 'BarCodes' with the given payload of type 'BarCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BarCodes\n{\n \"AbsEntry\": 1,\n \"Barcode\": \"1000001\",\n \"FreeText\": \"01\",\n \"ItemNo\": \"I001\",\n \"UoMEntry\": -1\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BarCodes(id)", | |
"description": "Update an instance of 'BarCodes' with the given payload of type 'BarCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BarCodes(123)\n{\n \"Barcode\": \"500001\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BarCodes(id)", | |
"description": "Delete an instance of 'BarCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BarCodes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BatchNumberDetails", | |
"description": "This entity enables you to manipulate 'BatchNumberDetails'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BatchNumberDetails(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BatchNumberDetails' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BatchNumberDetails(123)\n\nGET https://localhost:50000/b1s/v2/BatchNumberDetails(123)?$select=DocEntry,ItemCode,ItemDescription" | |
}, | |
{ | |
"method": "GET", | |
"path": "BatchNumberDetails", | |
"description": "Retrieve a collection of 'BatchNumberDetails' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BatchNumberDetails\n\nGET https://localhost:50000/b1s/v2/BatchNumberDetails?$select=DocEntry,ItemCode,ItemDescription&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BatchNumberDetails(id)", | |
"description": "Update an instance of 'BatchNumberDetails' with the given payload of type 'BatchNumberDetail' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BatchNumberDetails(123)\n{\n \"Status\": \"bdsStatus_Locked\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "BEMReplicationPeriods", | |
"description": "This entity enables you to manipulate 'BEMReplicationPeriods'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BEMReplicationPeriods(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BEMReplicationPeriods' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BEMReplicationPeriods(1)\n\nGET https://localhost:50000/b1s/v2/BEMReplicationPeriods(1)?$select=ScopeKey,ScopeName,Periodic,StartDate,Status,UpdateDate" | |
}, | |
{ | |
"method": "GET", | |
"path": "BEMReplicationPeriods", | |
"description": "Retrieve a collection of 'BEMReplicationPeriods' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BEMReplicationPeriods\n\nGET https://localhost:50000/b1s/v2/BEMReplicationPeriods?$select=ScopeName,StartDate,Status&$filter=startswith(ScopeName,'a')&$orderby=StartDate&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BEMReplicationPeriods", | |
"description": "Create an instance of 'BEMReplicationPeriods' with the given payload of type 'BEMReplicationPeriod' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BEMReplicationPeriods\n{\n \"Periodic\": \"bemPeriodic_Month\",\n \"ScopeKey\": \"f053fa97-66cd-407e-8a85-e8a8040ef65e\",\n \"ScopeName\": \"BEM Scope 1\",\n \"StartDate\": \"2022-01-01\",\n \"Status\": \"bemStatus_New\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BEMReplicationPeriods(id)", | |
"description": "Update an instance of 'BEMReplicationPeriods' with the given payload of type 'BEMReplicationPeriod' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BEMReplicationPeriods(1)\n{\n \"Status\": \"bemStatus_InProcess\",\n \"UpdateDate\": \"2022-02-01\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "BillOfExchangeTransactions", | |
"description": "This entity enables you to manipulate 'BillOfExchangeTransactions'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BillOfExchangeTransactions(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BillOfExchangeTransactions' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BillOfExchangeTransactions(123)\n\nGET https://localhost:50000/b1s/v2/BillOfExchangeTransactions(123)?$select=StatusFrom,StatusTo,TransactionDate" | |
}, | |
{ | |
"method": "GET", | |
"path": "BillOfExchangeTransactions", | |
"description": "Retrieve a collection of 'BillOfExchangeTransactions' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BillOfExchangeTransactions\n\nGET https://localhost:50000/b1s/v2/BillOfExchangeTransactions?$select=StatusFrom,StatusTo,TransactionDate&$filter=BOETransactionkey ge 123 &$orderby=BOETransactionkey&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BillOfExchangeTransactions", | |
"description": "Create an instance of 'BillOfExchangeTransactions' with the given payload of type 'BillOfExchangeTransactions' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BillOfExchangeTransactions\n{\n \"BillOfExchangeTransactionLines\": [\n {\n \"BillOfExchangeDueDate\": \"2014-12-10\",\n \"BillOfExchangeNo\": 1,\n \"BillOfExchangeType\": \"bobt_Outgoing\"\n }\n ],\n \"IsBoeReconciled\": \"tNO\",\n \"StatusFrom\": \"btfs_Generated\",\n \"StatusTo\": \"btts_Paid\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "BinLocationAttributes", | |
"description": "This entity enables you to manipulate 'BinLocationAttributes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BinLocationAttributes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BinLocationAttributes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BinLocationAttributes(123)\n\nGET https://localhost:50000/b1s/v2/BinLocationAttributes(123)?$select=Attribute,Code,AbsEntry" | |
}, | |
{ | |
"method": "GET", | |
"path": "BinLocationAttributes", | |
"description": "Retrieve a collection of 'BinLocationAttributes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BinLocationAttributes\n\nGET https://localhost:50000/b1s/v2/BinLocationAttributes?$select=Attribute,Code,AbsEntry&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BinLocationAttributes", | |
"description": "Create an instance of 'BinLocationAttributes' with the given payload of type 'BinLocationAttribute' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BinLocationAttributes\n{\n \"AbsEntry\": 3,\n \"Attribute\": 5,\n \"Code\": \"BinAttr03\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BinLocationAttributes(id)", | |
"description": "Update an instance of 'BinLocationAttributes' with the given payload of type 'BinLocationAttribute' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BinLocationAttributes(123)\n{\n \"Code\": \"BinAttr0212\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BinLocationAttributes(id)", | |
"description": "Delete an instance of 'BinLocationAttributes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BinLocationAttributes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BinLocationFields", | |
"description": "This entity enables you to manipulate 'BinLocationFields'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BinLocationFields(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BinLocationFields' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BinLocationFields(123)\n\nGET https://localhost:50000/b1s/v2/BinLocationFields(123)?$select=AbsEntry,FieldType,FieldNumber" | |
}, | |
{ | |
"method": "GET", | |
"path": "BinLocationFields", | |
"description": "Retrieve a collection of 'BinLocationFields' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BinLocationFields\n\nGET https://localhost:50000/b1s/v2/BinLocationFields?$select=AbsEntry,FieldType,FieldNumber&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BinLocationFields(id)", | |
"description": "Update an instance of 'BinLocationFields' with the given payload of type 'BinLocationField' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BinLocationFields(123)\n{\n \"DefaultFieldName\": \"default_field\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "BinLocations", | |
"description": "This entity enables you to manipulate 'BinLocations'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BinLocations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BinLocations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BinLocations(123)\n\nGET https://localhost:50000/b1s/v2/BinLocations(123)?$select=AbsEntry,Warehouse,Sublevel1" | |
}, | |
{ | |
"method": "GET", | |
"path": "BinLocations", | |
"description": "Retrieve a collection of 'BinLocations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BinLocations\n\nGET https://localhost:50000/b1s/v2/BinLocations?$select=AbsEntry,Warehouse,Sublevel1&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BinLocations", | |
"description": "Create an instance of 'BinLocations' with the given payload of type 'BinLocation' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BinLocations\n{\n \"BinCode\": \"02-PVG\",\n \"Description\": null,\n \"Inactive\": \"tNO\",\n \"ReceivingBinLocation\": \"tNO\",\n \"RestrictedItemType\": \"briNone\",\n \"RestrictedUoMType\": \"bruNone\",\n \"Sublevel1\": \"PVG\",\n \"Warehouse\": \"02\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BinLocations(id)", | |
"description": "Update an instance of 'BinLocations' with the given payload of type 'BinLocation' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BinLocations(123)\n{\n \"Description\": \"updated from sl\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BinLocations(id)", | |
"description": "Delete an instance of 'BinLocations' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BinLocations(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BlanketAgreements", | |
"description": "This entity enables you to manipulate 'BlanketAgreements'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BlanketAgreements(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BlanketAgreements' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BlanketAgreements(123)\n\nGET https://localhost:50000/b1s/v2/BlanketAgreements(123)?$select=AgreementNo,BPCode,BPName" | |
}, | |
{ | |
"method": "GET", | |
"path": "BlanketAgreements", | |
"description": "Retrieve a collection of 'BlanketAgreements' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BlanketAgreements\n\nGET https://localhost:50000/b1s/v2/BlanketAgreements?$select=AgreementNo,BPCode,BPName&$filter=AgreementNo ge 123 &$orderby=AgreementNo&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BlanketAgreements", | |
"description": "Create an instance of 'BlanketAgreements' with the given payload of type 'BlanketAgreement' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BlanketAgreements\n{\n \"AgreementType\": \"atGeneral\",\n \"BPCode\": \"C01\",\n \"BlanketAgreements_ItemsLines\": [\n {\n \"ItemNo\": \"I01\",\n \"PlannedQuantity\": 100,\n \"UnitPrice\": 100\n },\n {\n \"ItemNo\": \"I02\",\n \"PlannedQuantity\": 100,\n \"UnitPrice\": 100\n }\n ],\n \"EndDate\": \"2016-08-29\",\n \"Status\": \"asDraft\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BlanketAgreements(id)", | |
"description": "Update an instance of 'BlanketAgreements' with the given payload of type 'BlanketAgreement' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BlanketAgreements(123)\n{\n \"BlanketAgreements_ItemsLines\": [\n {\n \"ItemNo\": \"I03\",\n \"PlannedQuantity\": 100,\n \"UnitPrice\": 100\n }\n ],\n \"Description\": \"Add a new item\",\n \"EndDate\": \"2016-12-30\",\n \"Status\": \"asApproved\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "BlanketAgreements(id)/CancelBlanketAgreement", | |
"description": "Invoke the method 'CancelBlanketAgreement' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/BlanketAgreements(123)/CancelBlanketAgreement" | |
}, | |
{ | |
"method": "POST", | |
"path": "BlanketAgreements(id)/GetRelatedDocuments", | |
"description": "Invoke the method 'GetRelatedDocuments' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/BlanketAgreements(123)/GetRelatedDocuments" | |
} | |
] | |
}, | |
{ | |
"service": "BOEDocumentTypes", | |
"description": "This entity enables you to manipulate 'BOEDocumentTypes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BOEDocumentTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BOEDocumentTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BOEDocumentTypes(1)\n\nGET https://localhost:50000/b1s/v2/BOEDocumentTypes(1)?$select=DocEntry,DocType,DocDescription" | |
}, | |
{ | |
"method": "GET", | |
"path": "BOEDocumentTypes", | |
"description": "Retrieve a collection of 'BOEDocumentTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BOEDocumentTypes\n\nGET https://localhost:50000/b1s/v2/BOEDocumentTypes?$select=DocEntry,DocType,DocDescription&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BOEDocumentTypes", | |
"description": "Create an instance of 'BOEDocumentTypes' with the given payload of type 'BOEDocumentType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BOEDocumentTypes\n{\n \"DocDescription\": \"testing\",\n \"DocType\": \"11\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BOEDocumentTypes(id)", | |
"description": "Update an instance of 'BOEDocumentTypes' with the given payload of type 'BOEDocumentType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BOEDocumentTypes(1)\n{\n \"DocDescription\": \"testing\",\n \"DocType\": \"11\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BOEDocumentTypes(id)", | |
"description": "Delete an instance of 'BOEDocumentTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BOEDocumentTypes(1)" | |
} | |
] | |
}, | |
{ | |
"service": "BOEInstructions", | |
"description": "This entity enables you to manipulate 'BOEInstructions'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BOEInstructions(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BOEInstructions' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BOEInstructions(1)\n\nGET https://localhost:50000/b1s/v2/BOEInstructions(1)?$select=InstructionEntry,InstructionCode,InstructionDesc" | |
}, | |
{ | |
"method": "GET", | |
"path": "BOEInstructions", | |
"description": "Retrieve a collection of 'BOEInstructions' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BOEInstructions\n\nGET https://localhost:50000/b1s/v2/BOEInstructions?$select=InstructionEntry,InstructionCode,InstructionDesc&$filter=InstructionEntry ge 123 &$orderby=InstructionEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BOEInstructions", | |
"description": "Create an instance of 'BOEInstructions' with the given payload of type 'BOEInstruction' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BOEInstructions\n{\n \"InstructionCode\": \"01\",\n \"InstructionDesc\": \"01\",\n \"IsCancelInstruction\": \"tYES\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BOEInstructions(id)", | |
"description": "Update an instance of 'BOEInstructions' with the given payload of type 'BOEInstruction' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BOEInstructions(1)\n{\n \"InstructionCode\": \"02\",\n \"InstructionDesc\": \"02\",\n \"IsCancelInstruction\": \"tNO\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BOEInstructions(id)", | |
"description": "Delete an instance of 'BOEInstructions' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BOEInstructions(1)" | |
} | |
] | |
}, | |
{ | |
"service": "BOEPortfolios", | |
"description": "This entity enables you to manipulate 'BOEPortfolios'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BOEPortfolios(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BOEPortfolios' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BOEPortfolios(123)\n\nGET https://localhost:50000/b1s/v2/BOEPortfolios(123)?$select=PortfolioEntry,PortfolioID,PortfolioCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "BOEPortfolios", | |
"description": "Retrieve a collection of 'BOEPortfolios' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BOEPortfolios\n\nGET https://localhost:50000/b1s/v2/BOEPortfolios?$select=PortfolioEntry,PortfolioID,PortfolioCode&$filter=PortfolioEntry ge 123 &$orderby=PortfolioEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BOEPortfolios", | |
"description": "Create an instance of 'BOEPortfolios' with the given payload of type 'BOEPortfolio' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BOEPortfolios\n{\n \"PortfolioCode\": \"01\",\n \"PortfolioDescription\": \"01\",\n \"PortfolioID\": \"01\",\n \"PortfolioNum\": \"01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BOEPortfolios(id)", | |
"description": "Update an instance of 'BOEPortfolios' with the given payload of type 'BOEPortfolio' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BOEPortfolios(123)\n{\n \"PortfolioCode\": \"02\",\n \"PortfolioDescription\": \"02\",\n \"PortfolioID\": \"02\",\n \"PortfolioNum\": \"02\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BOEPortfolios(id)", | |
"description": "Delete an instance of 'BOEPortfolios' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BOEPortfolios(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BPFiscalRegistryID", | |
"description": "This entity enables you to manipulate 'BPFiscalRegistryID'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BPFiscalRegistryID(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BPFiscalRegistryID' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BPFiscalRegistryID(123)\n\nGET https://localhost:50000/b1s/v2/BPFiscalRegistryID(123)?$select=Numerator,CNAECode,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "BPFiscalRegistryID", | |
"description": "Retrieve a collection of 'BPFiscalRegistryID' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BPFiscalRegistryID\n\nGET https://localhost:50000/b1s/v2/BPFiscalRegistryID?$select=Numerator,CNAECode,Description&$filter=Numerator ge 123 &$orderby=Numerator&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BPFiscalRegistryID", | |
"description": "Create an instance of 'BPFiscalRegistryID' with the given payload of type 'BPFiscalRegistryID' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BPFiscalRegistryID\n{\n \"CNAECode\": \"0330\",\n \"Description\": \"CNAE codes\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BPFiscalRegistryID(id)", | |
"description": "Update an instance of 'BPFiscalRegistryID' with the given payload of type 'BPFiscalRegistryID' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BPFiscalRegistryID(123)\n{\n \"Description\": \"CNAE RegistryID\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BPFiscalRegistryID(id)", | |
"description": "Delete an instance of 'BPFiscalRegistryID' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BPFiscalRegistryID(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BPPriorities", | |
"description": "This entity enables you to manipulate 'BPPriorities'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BPPriorities(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BPPriorities' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BPPriorities(123)\n\nGET https://localhost:50000/b1s/v2/BPPriorities(123)?$select=Priority,PriorityDescription" | |
}, | |
{ | |
"method": "GET", | |
"path": "BPPriorities", | |
"description": "Retrieve a collection of 'BPPriorities' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BPPriorities\n\nGET https://localhost:50000/b1s/v2/BPPriorities?$select=Priority,PriorityDescription&$filter=Priority ge 123 &$orderby=Priority&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BPPriorities", | |
"description": "Create an instance of 'BPPriorities' with the given payload of type 'BPPriority' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BPPriorities\n{\n \"Priority\": \"P4\",\n \"PriorityDescription\": \"Third\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BPPriorities(id)", | |
"description": "Update an instance of 'BPPriorities' with the given payload of type 'BPPriority' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BPPriorities(123)\n{\n \"PriorityDescription\": \"HighPri\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BPPriorities(id)", | |
"description": "Delete an instance of 'BPPriorities' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BPPriorities(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Branches", | |
"description": "This entity enables you to manipulate 'Branches'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Branches(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Branches' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Branches(123)\n\nGET https://localhost:50000/b1s/v2/Branches(123)?$select=Code,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "Branches", | |
"description": "Retrieve a collection of 'Branches' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Branches\n\nGET https://localhost:50000/b1s/v2/Branches?$select=Code,Name,Description&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Branches", | |
"description": "Create an instance of 'Branches' with the given payload of type 'Branch' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Branches\n{\n \"Description\": \"Main Branch\",\n \"Name\": \"Branch2\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Branches(id)", | |
"description": "Update an instance of 'Branches' with the given payload of type 'Branch' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Branches(123)\n{\n \"Description\": \"Main Branch updated\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Branches(id)", | |
"description": "Delete an instance of 'Branches' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Branches(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BrazilBeverageIndexers", | |
"description": "This entity enables you to manipulate 'BrazilBeverageIndexers'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BrazilBeverageIndexers(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BrazilBeverageIndexers' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilBeverageIndexers(847)\n\nGET https://localhost:50000/b1s/v2/BrazilBeverageIndexers(847)?$select=BeverageGroupCode,BeverageTableCode,BeverageCommercialBrandCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "BrazilBeverageIndexers", | |
"description": "Retrieve a collection of 'BrazilBeverageIndexers' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilBeverageIndexers\n\nGET https://localhost:50000/b1s/v2/BrazilBeverageIndexers?$select=BeverageGroupCode,BeverageTableCode,BeverageCommercialBrandCode&$filter=BeverageID ge 847 &$orderby=BeverageID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BrazilBeverageIndexers", | |
"description": "Create an instance of 'BrazilBeverageIndexers' with the given payload of type 'BrazilBeverageIndexer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilBeverageIndexers\n{\n \"BeverageCommercialBrandCode\": 52,\n \"BeverageGroupCode\": \"13\",\n \"BeverageTableCode\": \"07\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BrazilBeverageIndexers(id)", | |
"description": "Delete an instance of 'BrazilBeverageIndexers' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BrazilBeverageIndexers(847)" | |
} | |
] | |
}, | |
{ | |
"service": "BrazilFuelIndexers", | |
"description": "This entity enables you to manipulate 'BrazilFuelIndexers'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BrazilFuelIndexers(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BrazilFuelIndexers' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilFuelIndexers(797)\n\nGET https://localhost:50000/b1s/v2/BrazilFuelIndexers(797)?$select=FuelID,FuelGroupCode,FuelCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "BrazilFuelIndexers", | |
"description": "Retrieve a collection of 'BrazilFuelIndexers' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilFuelIndexers\n\nGET https://localhost:50000/b1s/v2/BrazilFuelIndexers?$select=FuelID,FuelGroupCode,FuelCode&$filter=FuelID ge 797 &$orderby=FuelID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BrazilFuelIndexers", | |
"description": "Create an instance of 'BrazilFuelIndexers' with the given payload of type 'BrazilFuelIndexer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilFuelIndexers\n{\n \"Description\": \"999999999-Description\",\n \"FuelCode\": \"999999999\",\n \"FuelGroupCode\": \"1\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BrazilFuelIndexers(id)", | |
"description": "Delete an instance of 'BrazilFuelIndexers' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BrazilFuelIndexers(797)" | |
} | |
] | |
}, | |
{ | |
"service": "BrazilMultiIndexers", | |
"description": "This entity enables you to manipulate 'BrazilMultiIndexers'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BrazilMultiIndexers(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BrazilMultiIndexers' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilMultiIndexers(670)\n\nGET https://localhost:50000/b1s/v2/BrazilMultiIndexers(670)?$select=ID,IndexerType,Code" | |
}, | |
{ | |
"method": "GET", | |
"path": "BrazilMultiIndexers", | |
"description": "Retrieve a collection of 'BrazilMultiIndexers' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilMultiIndexers\n\nGET https://localhost:50000/b1s/v2/BrazilMultiIndexers?$select=ID,IndexerType,Code&$filter=ID ge 670 &$orderby=ID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BrazilMultiIndexers", | |
"description": "Create an instance of 'BrazilMultiIndexers' with the given payload of type 'BrazilMultiIndexer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilMultiIndexers\n{\n \"Code\": \"1114\",\n \"Description\": \"Gasolinas, Exceto Gasolina de Avia\\u00c3\\u00a7\\u00c3\\u00a3o\",\n \"FirstRefIndexerCode\": \"1\",\n \"IndexerType\": \"bmitIncomeNature\",\n \"SecondRefIndexerCode\": \"101\",\n \"ThirdRefIndexerCode\": null\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BrazilMultiIndexers(id)", | |
"description": "Delete an instance of 'BrazilMultiIndexers' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BrazilMultiIndexers(670)" | |
}, | |
{ | |
"method": "POST", | |
"path": "BrazilMultiIndexers(id)/GetIndexerTypeList", | |
"description": "Invoke the method 'GetIndexerTypeList' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilMultiIndexers(670)/GetIndexerTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "BrazilNumericIndexers", | |
"description": "This entity enables you to manipulate 'BrazilNumericIndexers'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BrazilNumericIndexers(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BrazilNumericIndexers' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilNumericIndexers(1119)\n\nGET https://localhost:50000/b1s/v2/BrazilNumericIndexers(1119)?$select=IndexerType,Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "BrazilNumericIndexers", | |
"description": "Retrieve a collection of 'BrazilNumericIndexers' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilNumericIndexers\n\nGET https://localhost:50000/b1s/v2/BrazilNumericIndexers?$select=IndexerType,Code,Description&$filter=ID ge 1119 &$orderby=ID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BrazilNumericIndexers", | |
"description": "Create an instance of 'BrazilNumericIndexers' with the given payload of type 'BrazilNumericIndexer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilNumericIndexers\n{\n \"Code\": \"15\",\n \"Description\": \"Sociedade empres\\u00c3\\u00a1ria em geral\",\n \"IndexerType\": \"bnitNatureOfCompany\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BrazilNumericIndexers(id)", | |
"description": "Delete an instance of 'BrazilNumericIndexers' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BrazilNumericIndexers(1119)" | |
}, | |
{ | |
"method": "POST", | |
"path": "BrazilNumericIndexers(id)/GetIndexerTypeList", | |
"description": "Invoke the method 'GetIndexerTypeList' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilNumericIndexers(1119)/GetIndexerTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "BrazilStringIndexers", | |
"description": "This entity enables you to manipulate 'BrazilStringIndexers'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BrazilStringIndexers(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BrazilStringIndexers' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilStringIndexers(849)\n\nGET https://localhost:50000/b1s/v2/BrazilStringIndexers(849)?$select=IndexerType,Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "BrazilStringIndexers", | |
"description": "Retrieve a collection of 'BrazilStringIndexers' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BrazilStringIndexers\n\nGET https://localhost:50000/b1s/v2/BrazilStringIndexers?$select=IndexerType,Code,Description&$filter=ID ge 849 &$orderby=ID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BrazilStringIndexers", | |
"description": "Create an instance of 'BrazilStringIndexers' with the given payload of type 'BrazilStringIndexer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilStringIndexers\n{\n \"Code\": \"3\",\n \"Description\": \"aaaaaaaa\",\n \"IndexerType\": \"bsitIPIPeriod\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BrazilStringIndexers(id)", | |
"description": "Delete an instance of 'BrazilStringIndexers' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BrazilStringIndexers(849)" | |
}, | |
{ | |
"method": "POST", | |
"path": "BrazilStringIndexers(id)/GetIndexerTypeList", | |
"description": "Invoke the method 'GetIndexerTypeList' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/BrazilStringIndexers(849)/GetIndexerTypeList" | |
} | |
] | |
}, | |
{ | |
"service": "BudgetDistributions", | |
"description": "This entity enables you to manipulate 'BudgetDistributions'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BudgetDistributions(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BudgetDistributions' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BudgetDistributions(123)\n\nGET https://localhost:50000/b1s/v2/BudgetDistributions(123)?$select=September,August,July" | |
}, | |
{ | |
"method": "GET", | |
"path": "BudgetDistributions", | |
"description": "Retrieve a collection of 'BudgetDistributions' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BudgetDistributions\n\nGET https://localhost:50000/b1s/v2/BudgetDistributions?$select=September,August,July&$filter=DivisionCode ge 123 &$orderby=DivisionCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BudgetDistributions", | |
"description": "Create an instance of 'BudgetDistributions' with the given payload of type 'BudgetDistribution' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BudgetDistributions\n{\n \"BudgetAmount\": 1.0,\n \"Description\": \"DisRule\",\n \"September\": 1.0\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BudgetDistributions(id)", | |
"description": "Update an instance of 'BudgetDistributions' with the given payload of type 'BudgetDistribution' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BudgetDistributions(123)\n{\n \"Description\": \"Budget Distribution\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BudgetDistributions(id)", | |
"description": "Delete an instance of 'BudgetDistributions' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BudgetDistributions(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Budgets", | |
"description": "This entity enables you to manipulate 'Budgets' based on G/L accounts.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Budgets(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Budgets' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Budgets(123)\n\nGET https://localhost:50000/b1s/v2/Budgets(123)?$select=FutureAnnualExpensesCreditSys,FutureAnnualExpensesCreditLoc,FutureAnnualExpensesDebitSys" | |
}, | |
{ | |
"method": "GET", | |
"path": "Budgets", | |
"description": "Retrieve a collection of 'Budgets' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Budgets\n\nGET https://localhost:50000/b1s/v2/Budgets?$select=FutureAnnualExpensesCreditSys,FutureAnnualExpensesCreditLoc,FutureAnnualExpensesDebitSys&$filter=Numerator ge 123 &$orderby=Numerator&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Budgets", | |
"description": "Create an instance of 'Budgets' with the given payload of type 'Budget' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Budgets\n{\n \"AccountCode\": \"_SYS00000000220\",\n \"StartofFiscalYear\": \"2014-01-01\",\n \"TotalAnnualBudgetDebitLoc\": \"0.894\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Budgets(id)", | |
"description": "Update an instance of 'Budgets' with the given payload of type 'Budget' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Budgets(123)\n{\n \"TotalAnnualBudgetDebitLoc\": \"12.345\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Budgets(id)", | |
"description": "Delete an instance of 'Budgets' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Budgets(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BudgetScenarios", | |
"description": "This entity enables you to manipulate 'BudgetScenarios'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BudgetScenarios(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BudgetScenarios' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BudgetScenarios(123)\n\nGET https://localhost:50000/b1s/v2/BudgetScenarios(123)?$select=Name,InitialRatioPercentage,StartofFiscalYear" | |
}, | |
{ | |
"method": "GET", | |
"path": "BudgetScenarios", | |
"description": "Retrieve a collection of 'BudgetScenarios' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BudgetScenarios\n\nGET https://localhost:50000/b1s/v2/BudgetScenarios?$select=Name,InitialRatioPercentage,StartofFiscalYear&$filter=Numerator ge 123 &$orderby=Numerator&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BudgetScenarios", | |
"description": "Create an instance of 'BudgetScenarios' with the given payload of type 'BudgetScenario' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BudgetScenarios\n{\n \"BasicBudget\": \"1\",\n \"InitialRatioPercentage\": \"100\",\n \"Name\": \"newScenario\",\n \"RoundingMethod\": \"borm_NoRounding\",\n \"StartofFiscalYear\": \"2014-01-01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BudgetScenarios(id)", | |
"description": "Update an instance of 'BudgetScenarios' with the given payload of type 'BudgetScenario' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BudgetScenarios(123)\n{\n \"Name\": \"new2014\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BudgetScenarios(id)", | |
"description": "Delete an instance of 'BudgetScenarios' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BudgetScenarios(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BusinessPartnerGroups", | |
"description": "This entity enables you to manipulate 'BusinessPartnerGroups'. It represents the setup of customer and vendor groups. Used for classifying business partners according to different criteria, such as sector or size.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BusinessPartnerGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BusinessPartnerGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BusinessPartnerGroups(123)\n\nGET https://localhost:50000/b1s/v2/BusinessPartnerGroups(123)?$select=Code,Name,Type" | |
}, | |
{ | |
"method": "GET", | |
"path": "BusinessPartnerGroups", | |
"description": "Retrieve a collection of 'BusinessPartnerGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BusinessPartnerGroups\n\nGET https://localhost:50000/b1s/v2/BusinessPartnerGroups?$select=Code,Name,Type&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BusinessPartnerGroups", | |
"description": "Create an instance of 'BusinessPartnerGroups' with the given payload of type 'BusinessPartnerGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BusinessPartnerGroups\n{\n \"Name\": \"newGroup\",\n \"Type\": \"bbpgt_CustomerGroup\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BusinessPartnerGroups(id)", | |
"description": "Update an instance of 'BusinessPartnerGroups' with the given payload of type 'BusinessPartnerGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BusinessPartnerGroups(123)\n{\n \"Name\": \"bigCustomer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BusinessPartnerGroups(id)", | |
"description": "Delete an instance of 'BusinessPartnerGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BusinessPartnerGroups(123)" | |
} | |
] | |
}, | |
{ | |
"service": "BusinessPartnerProperties", | |
"description": "This entity enables you to manipulate 'BusinessPartnerProperties'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BusinessPartnerProperties(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BusinessPartnerProperties' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BusinessPartnerProperties(1)\n\nGET https://localhost:50000/b1s/v2/BusinessPartnerProperties(1)?$select=PropertyCode,PropertyName" | |
}, | |
{ | |
"method": "GET", | |
"path": "BusinessPartnerProperties", | |
"description": "Retrieve a collection of 'BusinessPartnerProperties' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BusinessPartnerProperties\n\nGET https://localhost:50000/b1s/v2/BusinessPartnerProperties?$select=PropertyCode,PropertyName&$filter=PropertyCode ge 1 &$orderby=PropertyCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BusinessPartnerProperties(id)", | |
"description": "Update an instance of 'BusinessPartnerProperties' with the given payload of type 'BusinessPartnerProperty' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BusinessPartnerProperties(1)\n{\n \"PropertyName\": \"test\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "BusinessPartners", | |
"description": "This entity enables you to manipulate 'BusinessPartners'. It represents the business partners master data in the Business Partners module. You can use this data to record and retrieve business partner (customers, vendors, and leads) information and schedule business partner activities.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BusinessPartners(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BusinessPartners' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BusinessPartners('c001')\n\nGET https://localhost:50000/b1s/v2/BusinessPartners('c001')?$select=CardCode,CardName,CardType" | |
}, | |
{ | |
"method": "GET", | |
"path": "BusinessPartners", | |
"description": "Retrieve a collection of 'BusinessPartners' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BusinessPartners\n\nGET https://localhost:50000/b1s/v2/BusinessPartners?$select=CardCode,CardName,CardType&$filter=startswith(CardCode, 'a') &$orderby=CardCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BusinessPartners", | |
"description": "Create an instance of 'BusinessPartners' with the given payload of type 'BusinessPartner' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BusinessPartners\n{\n \"CardCode\": \"c001\",\n \"CardName\": \"c001\",\n \"CardType\": \"C\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BusinessPartners(id)", | |
"description": "Update an instance of 'BusinessPartners' with the given payload of type 'BusinessPartner' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BusinessPartners('c001')\n{\n \"CardName\": \"Updated customer name\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BusinessPartners(id)", | |
"description": "Delete an instance of 'BusinessPartners' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BusinessPartners('c001')" | |
} | |
] | |
}, | |
{ | |
"service": "BusinessPlaces", | |
"description": "This entity enables you to manipulate 'BusinessPlaces'. It represents a company's business locations.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "BusinessPlaces(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'BusinessPlaces' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/BusinessPlaces(123)\n\nGET https://localhost:50000/b1s/v2/BusinessPlaces(123)?$select=BPLID,BPLName,BPLNameForeign" | |
}, | |
{ | |
"method": "GET", | |
"path": "BusinessPlaces", | |
"description": "Retrieve a collection of 'BusinessPlaces' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/BusinessPlaces\n\nGET https://localhost:50000/b1s/v2/BusinessPlaces?$select=BPLID,BPLName,BPLNameForeign&$filter=BPLID ge 123 &$orderby=BPLID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "BusinessPlaces", | |
"description": "Create an instance of 'BusinessPlaces' with the given payload of type 'BusinessPlace' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/BusinessPlaces\n{\n \"Address\": \"No. 1001 Chenghui road\",\n \"BPLName\": \"LG\",\n \"BPLNameForeign\": \"LG\",\n \"Industry\": \"manufacture\",\n \"RepName\": \"new LG\",\n \"VATRegNum\": \"222-33-47528\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "BusinessPlaces(id)", | |
"description": "Update an instance of 'BusinessPlaces' with the given payload of type 'BusinessPlace' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/BusinessPlaces(123)\n{\n \"Address\": \"No. 101 Huaxia Road\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "BusinessPlaces(id)", | |
"description": "Delete an instance of 'BusinessPlaces' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/BusinessPlaces(123)" | |
} | |
] | |
}, | |
{ | |
"service": "CampaignResponseType", | |
"description": "This entity enables you to manipulate 'CampaignResponseType'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CampaignResponseType(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CampaignResponseType' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CampaignResponseType('01')\n\nGET https://localhost:50000/b1s/v2/CampaignResponseType('01')?$select=ResponseTypeDescription,ResponseType,IsActive" | |
}, | |
{ | |
"method": "GET", | |
"path": "CampaignResponseType", | |
"description": "Retrieve a collection of 'CampaignResponseType' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CampaignResponseType\n\nGET https://localhost:50000/b1s/v2/CampaignResponseType?$select=ResponseTypeDescription,ResponseType,IsActive&$filter=startswith(ResponseType, '') &$orderby=ResponseType&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CampaignResponseType", | |
"description": "Create an instance of 'CampaignResponseType' with the given payload of type 'CampaignResponseType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CampaignResponseType\n{\n \"IsActive\": \"tYES\",\n \"ResponseType\": \"01\",\n \"ResponseTypeDescription\": \"001\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CampaignResponseType(id)", | |
"description": "Update an instance of 'CampaignResponseType' with the given payload of type 'CampaignResponseType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CampaignResponseType('01')\n{\n \"IsActive\": \"tNO\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CampaignResponseType(id)", | |
"description": "Delete an instance of 'CampaignResponseType' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CampaignResponseType('01')" | |
} | |
] | |
}, | |
{ | |
"service": "Campaigns", | |
"description": "This entity enables you to manipulate 'Campaigns'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Campaigns(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Campaigns' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Campaigns(1)\n\nGET https://localhost:50000/b1s/v2/Campaigns(1)?$select=CampaignNumber,CampaignName,CampaignType" | |
}, | |
{ | |
"method": "GET", | |
"path": "Campaigns", | |
"description": "Retrieve a collection of 'Campaigns' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Campaigns\n\nGET https://localhost:50000/b1s/v2/Campaigns?$select=CampaignNumber,CampaignName,CampaignType&$filter=CampaignNumber ge 1 &$orderby=CampaignNumber&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Campaigns", | |
"description": "Create an instance of 'Campaigns' with the given payload of type 'Campaign' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Campaigns\n{\n \"CampaignBusinessPartners\": [\n {\n \"BPCode\": \"C01\"\n },\n {\n \"BPCode\": \"V01\"\n }\n ],\n \"CampaignName\": \"Party\",\n \"CampaignType\": \"ctEmail\",\n \"StartDate\": \"2016-12-30\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Campaigns(id)", | |
"description": "Update an instance of 'Campaigns' with the given payload of type 'Campaign' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Campaigns(1)\n{\n \"StartDate\": \"2016-10-30\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Campaigns(id)", | |
"description": "Delete an instance of 'Campaigns' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Campaigns(1)" | |
}, | |
{ | |
"method": "POST", | |
"path": "Campaigns(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Campaigns(1)/Cancel" | |
} | |
] | |
}, | |
{ | |
"service": "CashDiscounts", | |
"description": "This entity enables you to manipulate 'CashDiscounts'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CashDiscounts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CashDiscounts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CashDiscounts('EPDiscount')\n\nGET https://localhost:50000/b1s/v2/CashDiscounts('EPDiscount')?$select=Code,Name,ByDate" | |
}, | |
{ | |
"method": "GET", | |
"path": "CashDiscounts", | |
"description": "Retrieve a collection of 'CashDiscounts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CashDiscounts\n\nGET https://localhost:50000/b1s/v2/CashDiscounts?$select=Code,Name,ByDate&$filter=startswith(Code, '') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CashDiscounts", | |
"description": "Create an instance of 'CashDiscounts' with the given payload of type 'CashDiscount' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CashDiscounts\n{\n \"ByDate\": \"tNO\",\n \"Code\": \"EPDiscount\",\n \"DiscountLines\": [\n {\n \"Discount\": 15,\n \"DiscountCode\": \"EPDiscount\",\n \"LineId\": 0,\n \"NumOfDays\": 10\n },\n {\n \"Discount\": 25,\n \"DiscountCode\": \"EPDiscount\",\n \"LineId\": 1,\n \"NumOfDays\": 15\n }\n ],\n \"Freight\": \"tYES\",\n \"Name\": \"Early Pay Discount\",\n \"Tax\": \"tYES\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CashDiscounts(id)", | |
"description": "Update an instance of 'CashDiscounts' with the given payload of type 'CashDiscount' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CashDiscounts('EPDiscount')\n{\n \"DiscountLines\": [\n {\n \"Discount\": 20,\n \"LineId\": 0,\n \"NumOfDays\": 20\n },\n {\n \"Discount\": 30,\n \"LineId\": 1,\n \"NumOfDays\": 25\n },\n {\n \"Discount\": 35,\n \"LineId\": 2,\n \"NumOfDays\": 35\n }\n ],\n \"Name\": \"Early Pay changed\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CashDiscounts(id)", | |
"description": "Delete an instance of 'CashDiscounts' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CashDiscounts('EPDiscount')" | |
} | |
] | |
}, | |
{ | |
"service": "CashFlowLineItems", | |
"description": "This entity enables you to manipulate 'CashFlowLineItems'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CashFlowLineItems(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CashFlowLineItems' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CashFlowLineItems(2)\n\nGET https://localhost:50000/b1s/v2/CashFlowLineItems(2)?$select=LineItemID,LineItemName,ActiveLineItem" | |
}, | |
{ | |
"method": "GET", | |
"path": "CashFlowLineItems", | |
"description": "Retrieve a collection of 'CashFlowLineItems' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CashFlowLineItems\n\nGET https://localhost:50000/b1s/v2/CashFlowLineItems?$select=LineItemID,LineItemName,ActiveLineItem&$filter=LineItemID ge 2 &$orderby=LineItemID&$top=10&$skip=1" | |
} | |
] | |
}, | |
{ | |
"service": "CertificateSeries", | |
"description": "This entity enables you to manipulate 'CertificateSeries'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CertificateSeries(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CertificateSeries' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CertificateSeries(123)\n\nGET https://localhost:50000/b1s/v2/CertificateSeries(123)?$select=AbsEntry,Code,Section" | |
}, | |
{ | |
"method": "GET", | |
"path": "CertificateSeries", | |
"description": "Retrieve a collection of 'CertificateSeries' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CertificateSeries\n\nGET https://localhost:50000/b1s/v2/CertificateSeries?$select=AbsEntry,Code,Section&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CertificateSeries", | |
"description": "Create an instance of 'CertificateSeries' with the given payload of type 'CertificateSeries' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CertificateSeries\n{\n \"AbsEntry\": 1,\n \"Code\": \"D1\",\n \"DefaultSeries\": 0,\n \"Location\": -1,\n \"Section\": 1,\n \"SeriesLines\": [\n {\n \"FirstNum\": 1,\n \"LastNum\": null,\n \"NextNum\": 1,\n \"Prefix\": \"D\",\n \"Series\": 0\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CertificateSeries(id)", | |
"description": "Update an instance of 'CertificateSeries' with the given payload of type 'CertificateSeries' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CertificateSeries(123)\n{\n \"Code\": \"C123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CertificateSeries(id)", | |
"description": "Delete an instance of 'CertificateSeries' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CertificateSeries(123)" | |
} | |
] | |
}, | |
{ | |
"service": "CESTCodes", | |
"description": "This entity enables you to manipulate 'CESTCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CESTCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CESTCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CESTCodes(2)\n\nGET https://localhost:50000/b1s/v2/CESTCodes(2)?$select=AbsEntry,Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "CESTCodes", | |
"description": "Retrieve a collection of 'CESTCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CESTCodes\n\nGET https://localhost:50000/b1s/v2/CESTCodes?$select=AbsEntry,Code,Description&$filter=AbsEntry ge 2 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CESTCodes", | |
"description": "Create an instance of 'CESTCodes' with the given payload of type 'CESTCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CESTCodes\n{\n \"Code\": \"99.999.00\",\n \"Description\": \"ca\\u00c3\\u00a7amba\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CESTCodes(id)", | |
"description": "Update an instance of 'CESTCodes' with the given payload of type 'CESTCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CESTCodes(3)\n{\n \"Code\": \"01.003.00\",\n \"Description\": \"Protetores de ca\\u00c3\\u00a7amba 2\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CESTCodes(id)", | |
"description": "Delete an instance of 'CESTCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CESTCodes(2)" | |
} | |
] | |
}, | |
{ | |
"service": "ChartOfAccounts", | |
"description": "This entity enables you to manipulate 'ChartOfAccounts'. It represents the General Ledger (G/L) accounts in the Finance module. The Chart of Accounts is an index of all G/L accounts that are used by one or more companies. For every G/L account there is an account number, an account description, and information that determines the function of the account.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ChartOfAccounts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ChartOfAccounts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ChartOfAccounts('abc')\n\nGET https://localhost:50000/b1s/v2/ChartOfAccounts('abc')?$select=Code,Name,Balance" | |
}, | |
{ | |
"method": "GET", | |
"path": "ChartOfAccounts", | |
"description": "Retrieve a collection of 'ChartOfAccounts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ChartOfAccounts\n\nGET https://localhost:50000/b1s/v2/ChartOfAccounts?$select=Code,Name,Balance&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ChartOfAccounts", | |
"description": "Create an instance of 'ChartOfAccounts' with the given payload of type 'ChartOfAccount' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ChartOfAccounts\n{\n \"FatherAccountKey\": \"100000000000000k\",\n \"FormatCode\": \"100000000100101\",\n \"Name\": \"Test Account\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ChartOfAccounts(id)", | |
"description": "Update an instance of 'ChartOfAccounts' with the given payload of type 'ChartOfAccount' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ChartOfAccounts('abc')\n{\n \"Name\": \"Updated Account\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ChartOfAccounts(id)", | |
"description": "Delete an instance of 'ChartOfAccounts' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ChartOfAccounts('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "ChecksforPayment", | |
"description": "This entity enables you to manipulate 'ChecksforPayment'. It represents checks payable that are not tied to a document.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ChecksforPayment(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ChecksforPayment' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ChecksforPayment(123)\n\nGET https://localhost:50000/b1s/v2/ChecksforPayment(123)?$select=CheckKey,CheckNumber,BankCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "ChecksforPayment", | |
"description": "Retrieve a collection of 'ChecksforPayment' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ChecksforPayment\n\nGET https://localhost:50000/b1s/v2/ChecksforPayment?$select=CheckKey,CheckNumber,BankCode&$filter=CheckKey ge 123 &$orderby=CheckKey&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ChecksforPayment", | |
"description": "Create an instance of 'ChecksforPayment' with the given payload of type 'ChecksforPayment' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ChecksforPayment\n{\n \"AccountNumber\": \"11123456\",\n \"BankCode\": \"bank01\",\n \"Branch\": \"123\",\n \"CardOrAccount\": \"cfp_Account\",\n \"ChecksforPaymentLines\": [\n {\n \"RowTotal\": \"315\"\n }\n ],\n \"CountryCode\": \"US\",\n \"CustomerAccountCode\": \"_SYS00000000052\",\n \"Details\": \"Add checks for payment\",\n \"VendorCode\": \"_SYS00000000006\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ChecksforPayment(id)", | |
"description": "Update an instance of 'ChecksforPayment' with the given payload of type 'ChecksforPayment' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ChecksforPayment(123)\n{\n \"Details\": \"update check payment\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "ChooseFromList", | |
"description": "This entity enables you to manipulate 'ChooseFromList'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ChooseFromList(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ChooseFromList' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ChooseFromList('ITM1')\n\nGET https://localhost:50000/b1s/v2/ChooseFromList('ITM1')?$select=ObjectName,ChooseFromList_Lines" | |
}, | |
{ | |
"method": "GET", | |
"path": "ChooseFromList", | |
"description": "Retrieve a collection of 'ChooseFromList' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ChooseFromList\n\nGET https://localhost:50000/b1s/v2/ChooseFromList?$select=ObjectName,ChooseFromList_Lines&$filter=startswith(ObjectName, 'a') &$orderby=ObjectName&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ChooseFromList", | |
"description": "Create an instance of 'ChooseFromList' with the given payload of type 'ChooseFromList' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ChooseFromList\n{\n \"ChooseFromList_Lines\": [\n {\n \"DisplayedName\": \"Weight\",\n \"FieldNo\": \"1\",\n \"ShowType\": \"tYES\",\n \"SortOrder\": \"soAscending\",\n \"Visible\": \"tNO\"\n }\n ],\n \"ObjectName\": \"ITM1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ChooseFromList(id)", | |
"description": "Update an instance of 'ChooseFromList' with the given payload of type 'ChooseFromList' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ChooseFromList('ITM1')\n{\n \"ChooseFromList_Lines\": [\n {\n \"FieldNo\": \"1\",\n \"Visible\": \"tYES\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ChooseFromList(id)", | |
"description": "Delete an instance of 'ChooseFromList' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ChooseFromList('ITM1')" | |
} | |
] | |
}, | |
{ | |
"service": "ClosingDateProcedure", | |
"description": "This entity enables you to manipulate 'ClosingDateProcedure'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ClosingDateProcedure(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ClosingDateProcedure' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ClosingDateProcedure(123)\n\nGET https://localhost:50000/b1s/v2/ClosingDateProcedure(123)?$select=ClosingDateNum,ClosingDateCode,BaselineDate" | |
}, | |
{ | |
"method": "GET", | |
"path": "ClosingDateProcedure", | |
"description": "Retrieve a collection of 'ClosingDateProcedure' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ClosingDateProcedure\n\nGET https://localhost:50000/b1s/v2/ClosingDateProcedure?$select=ClosingDateNum,ClosingDateCode,BaselineDate&$filter=ClosingDateNum ge 123 &$orderby=ClosingDateNum&$top=10&$skip=1" | |
} | |
] | |
}, | |
{ | |
"service": "Cockpits", | |
"description": "This entity enables you to manipulate 'Cockpits'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Cockpits(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Cockpits' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Cockpits(123)\n\nGET https://localhost:50000/b1s/v2/Cockpits(123)?$select=AbsEntry,Code,Name" | |
}, | |
{ | |
"method": "GET", | |
"path": "Cockpits", | |
"description": "Retrieve a collection of 'Cockpits' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Cockpits\n\nGET https://localhost:50000/b1s/v2/Cockpits?$select=AbsEntry,Code,Name&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Cockpits", | |
"description": "Create an instance of 'Cockpits' with the given payload of type 'Cockpit' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Cockpits\n{\n \"AbsEntry\": 4,\n \"CockpitType\": \"cptt_UserCockpit\",\n \"Code\": 1,\n \"Date\": null,\n \"Description\": null,\n \"Manufacturer\": \"SAP\",\n \"Name\": \"Home11\",\n \"Publisher\": null,\n \"Time\": null,\n \"UserSignature\": 1\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Cockpits(id)", | |
"description": "Update an instance of 'Cockpits' with the given payload of type 'Cockpit' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Cockpits(123)\n{\n \"Description\": \"test\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Cockpits(id)", | |
"description": "Delete an instance of 'Cockpits' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Cockpits(123)" | |
} | |
] | |
}, | |
{ | |
"service": "CommissionGroups", | |
"description": "This entity enables you to manipulate 'CommissionGroups'. It defines commission groups for a sales employee, an item, or a customer.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CommissionGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CommissionGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CommissionGroups(123)\n\nGET https://localhost:50000/b1s/v2/CommissionGroups(123)?$select=CommissionGroupCode,CommissionGroupName,CommissionPercentage" | |
}, | |
{ | |
"method": "GET", | |
"path": "CommissionGroups", | |
"description": "Retrieve a collection of 'CommissionGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CommissionGroups\n\nGET https://localhost:50000/b1s/v2/CommissionGroups?$select=CommissionGroupCode,CommissionGroupName,CommissionPercentage&$filter=CommissionGroupCode ge 123 &$orderby=CommissionGroupCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CommissionGroups", | |
"description": "Create an instance of 'CommissionGroups' with the given payload of type 'CommissionGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CommissionGroups\n{\n \"CommissionGroupName\": \"Medium Commission\",\n \"CommissionPercentage\": \"10\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CommissionGroups(id)", | |
"description": "Update an instance of 'CommissionGroups' with the given payload of type 'CommissionGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CommissionGroups(123)\n{\n \"CommissionPercentage\": \"28\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CommissionGroups(id)", | |
"description": "Delete an instance of 'CommissionGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CommissionGroups(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Contacts", | |
"description": "This entity enables you to manipulate 'Contacts'. It represents the activities carried out with customers and vendors.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Contacts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Contacts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Contacts(123)\n\nGET https://localhost:50000/b1s/v2/Contacts(123)?$select=CardCode,Notes,ContactDate" | |
}, | |
{ | |
"method": "GET", | |
"path": "Contacts", | |
"description": "Retrieve a collection of 'Contacts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Contacts\n\nGET https://localhost:50000/b1s/v2/Contacts?$select=CardCode,Notes,ContactDate&$filter=ContactCode ge 123 &$orderby=ContactCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Contacts", | |
"description": "Create an instance of 'Contacts' with the given payload of type 'Contact' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Contacts\n{\n \"Activity\": \"cn_Meeting\",\n \"CardCode\": \"v001\",\n \"Details\": \"create meeting type activity\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Contacts(id)", | |
"description": "Update an instance of 'Contacts' with the given payload of type 'Contact' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Contacts(123)\n{\n \"Details\": \"follow up meeting\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Contacts(id)", | |
"description": "Delete an instance of 'Contacts' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Contacts(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ContractTemplates", | |
"description": "This entity enables you to manipulate 'ContractTemplates'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ContractTemplates(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ContractTemplates' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ContractTemplates('newTemplate')\n\nGET https://localhost:50000/b1s/v2/ContractTemplates('newTemplate')?$select=TemplateName,TemplateIsDeleted,TemplateIsRenewal" | |
}, | |
{ | |
"method": "GET", | |
"path": "ContractTemplates", | |
"description": "Retrieve a collection of 'ContractTemplates' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ContractTemplates\n\nGET https://localhost:50000/b1s/v2/ContractTemplates?$select=TemplateName,TemplateIsDeleted,TemplateIsRenewal&$filter=startswith(TemplateName, 'a') &$orderby=TemplateName&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ContractTemplates", | |
"description": "Create an instance of 'ContractTemplates' with the given payload of type 'ContractTemplate' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ContractTemplates\n{\n \"ContractType\": \"ct_SerialNumber\",\n \"Description\": \"for service\",\n \"MondayEnabled\": \"tNO\",\n \"Remarks\": \"Create new Contract Template\",\n \"TemplateName\": \"newTemplate\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ContractTemplates(id)", | |
"description": "Update an instance of 'ContractTemplates' with the given payload of type 'ContractTemplate' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ContractTemplates('newTemplate')\n{\n \"Details\": \"new service contract template\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ContractTemplates(id)", | |
"description": "Delete an instance of 'ContractTemplates' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ContractTemplates('newTemplate')" | |
} | |
] | |
}, | |
{ | |
"service": "CorrectionInvoice", | |
"description": "This entity enables you to manipulate 'CorrectionInvoice'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CorrectionInvoice(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CorrectionInvoice' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CorrectionInvoice(123)\n\nGET https://localhost:50000/b1s/v2/CorrectionInvoice(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "CorrectionInvoice", | |
"description": "Retrieve a collection of 'CorrectionInvoice' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CorrectionInvoice\n\nGET https://localhost:50000/b1s/v2/CorrectionInvoice?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoice", | |
"description": "Create an instance of 'CorrectionInvoice' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoice\n{\n \"CardCode\": \"c001\",\n \"Comments\": \"Added by Service Layer\",\n \"DocumentLines\": [\n {\n \"CorrectionInvoiceItem\": \"ciis_ShouldBe\",\n \"ItemCode\": \"item01\",\n \"Price\": \"310\",\n \"Quantity\": \"10\",\n \"VatGroup\": \"B4\"\n },\n {\n \"CorrectionInvoiceItem\": \"ciis_Was\",\n \"ItemCode\": \"item01\",\n \"Price\": \"110\",\n \"Quantity\": \"10\",\n \"VatGroup\": \"B4\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CorrectionInvoice(id)", | |
"description": "Update an instance of 'CorrectionInvoice' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CorrectionInvoice(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoice(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoice(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoice(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoice(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoice(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoice(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoice(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoice(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "CorrectionInvoiceReversal", | |
"description": "This entity enables you to manipulate 'CorrectionInvoiceReversal'. It is used to reverse the correction invoice.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CorrectionInvoiceReversal(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CorrectionInvoiceReversal' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CorrectionInvoiceReversal(123)\n\nGET https://localhost:50000/b1s/v2/CorrectionInvoiceReversal(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "CorrectionInvoiceReversal", | |
"description": "Retrieve a collection of 'CorrectionInvoiceReversal' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CorrectionInvoiceReversal\n\nGET https://localhost:50000/b1s/v2/CorrectionInvoiceReversal?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoiceReversal", | |
"description": "Create an instance of 'CorrectionInvoiceReversal' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoiceReversal\n{\n \"CardCode\": \"c001\",\n \"Comments\": \"add correction invoice reversal based on correction invoice\",\n \"DocDate\": \"2014-12-06\",\n \"DocDueDate\": \"2014-12-06\",\n \"InternalCorrectedDocNum\": \"10\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CorrectionInvoiceReversal(id)", | |
"description": "Update an instance of 'CorrectionInvoiceReversal' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CorrectionInvoiceReversal(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoiceReversal(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoiceReversal(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoiceReversal(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoiceReversal(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoiceReversal(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoiceReversal(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionInvoiceReversal(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionInvoiceReversal(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "CorrectionPurchaseInvoice", | |
"description": "This entity enables you to manipulate 'CorrectionPurchaseInvoice'. It is used to correct the purchase invoice.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CorrectionPurchaseInvoice(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CorrectionPurchaseInvoice' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice(123)\n\nGET https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "CorrectionPurchaseInvoice", | |
"description": "Retrieve a collection of 'CorrectionPurchaseInvoice' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice\n\nGET https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoice", | |
"description": "Create an instance of 'CorrectionPurchaseInvoice' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice\n{\n \"CardCode\": \"v001\",\n \"Comments\": \"Added by Service Layer\",\n \"DocumentLines\": [\n {\n \"CorrectionInvoiceItem\": \"ciis_ShouldBe\",\n \"ItemCode\": \"item01\",\n \"Price\": \"310\",\n \"Quantity\": \"10\",\n \"VatGroup\": \"B4\"\n },\n {\n \"CorrectionInvoiceItem\": \"ciis_Was\",\n \"ItemCode\": \"item01\",\n \"Price\": \"110\",\n \"Quantity\": \"10\",\n \"VatGroup\": \"B4\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CorrectionPurchaseInvoice(id)", | |
"description": "Update an instance of 'CorrectionPurchaseInvoice' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoice(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoice(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoice(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoice(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoice(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "CorrectionPurchaseInvoiceReversal", | |
"description": "This entity enables you to manipulate 'CorrectionPurchaseInvoiceReversal'. It is used to reverse the correction purchase invoice.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CorrectionPurchaseInvoiceReversal(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CorrectionPurchaseInvoiceReversal' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal(123)\n\nGET https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "CorrectionPurchaseInvoiceReversal", | |
"description": "Retrieve a collection of 'CorrectionPurchaseInvoiceReversal' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal\n\nGET https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoiceReversal", | |
"description": "Create an instance of 'CorrectionPurchaseInvoiceReversal' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal\n{\n \"CardCode\": \"v001\",\n \"Comments\": \"add correction invoice reversal based on correction invoice\",\n \"DocDate\": \"2014-12-06\",\n \"DocDueDate\": \"2014-12-06\",\n \"InternalCorrectedDocNum\": \"8\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CorrectionPurchaseInvoiceReversal(id)", | |
"description": "Update an instance of 'CorrectionPurchaseInvoiceReversal' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoiceReversal(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoiceReversal(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoiceReversal(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "CorrectionPurchaseInvoiceReversal(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CorrectionPurchaseInvoiceReversal(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "CostCenterTypes", | |
"description": "This entity enables you to manipulate 'CostCenterTypes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CostCenterTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CostCenterTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CostCenterTypes('test')\n\nGET https://localhost:50000/b1s/v2/CostCenterTypes('test')?$select=CostCenterTypeCode,CostCenterTypeName" | |
}, | |
{ | |
"method": "GET", | |
"path": "CostCenterTypes", | |
"description": "Retrieve a collection of 'CostCenterTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CostCenterTypes\n\nGET https://localhost:50000/b1s/v2/CostCenterTypes?$select=CostCenterTypeCode,CostCenterTypeName&$filter=startswith(CostCenterTypeCode, 'test') &$orderby=CostCenterTypeCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CostCenterTypes", | |
"description": "Create an instance of 'CostCenterTypes' with the given payload of type 'CostCenterType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CostCenterTypes\n{\n \"CostCenterTypeCode\": \"test\",\n \"CostCenterTypeName\": \"123\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CostCenterTypes(id)", | |
"description": "Update an instance of 'CostCenterTypes' with the given payload of type 'CostCenterType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CostCenterTypes('test')\n{\n \"CostCenterTypeName\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CostCenterTypes(id)", | |
"description": "Delete an instance of 'CostCenterTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CostCenterTypes('test')" | |
} | |
] | |
}, | |
{ | |
"service": "CostElements", | |
"description": "This entity enables you to manipulate 'CostElements'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CostElements(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CostElements' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CostElements('abc')\n\nGET https://localhost:50000/b1s/v2/CostElements('abc')?$select=Code,Description,IsActive" | |
}, | |
{ | |
"method": "GET", | |
"path": "CostElements", | |
"description": "Retrieve a collection of 'CostElements' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CostElements\n\nGET https://localhost:50000/b1s/v2/CostElements?$select=Code,Description,IsActive&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CostElements", | |
"description": "Create an instance of 'CostElements' with the given payload of type 'CostElement' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CostElements\n{\n \"Code\": \"CE 01\",\n \"Description\": \"Cost Element 001\",\n \"IsActive\": \"tYES\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CostElements(id)", | |
"description": "Update an instance of 'CostElements' with the given payload of type 'CostElement' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CostElements('CE 01')\n{\n \"Description\": \"Cost Element 000001\",\n \"IsActive\": \"tNO\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CostElements(id)", | |
"description": "Delete an instance of 'CostElements' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CostElements('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "Counties", | |
"description": "This entity enables you to manipulate 'Counties'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Counties(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Counties' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Counties(123)\n\nGET https://localhost:50000/b1s/v2/Counties(123)?$select=AbsId,Code,Country" | |
}, | |
{ | |
"method": "GET", | |
"path": "Counties", | |
"description": "Retrieve a collection of 'Counties' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Counties\n\nGET https://localhost:50000/b1s/v2/Counties?$select=AbsId,Code,Country&$filter=AbsId ge 123 &$orderby=AbsId&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Counties", | |
"description": "Create an instance of 'Counties' with the given payload of type 'County' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Counties\n{\n \"Code\": \"00199\",\n \"Country\": \"BR\",\n \"GiaCode\": \"0\",\n \"IbgeCode\": \"2700102\",\n \"Name\": \"Agua Branca\",\n \"State\": \"AL\",\n \"TaxZone\": \"tNO\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Counties(id)", | |
"description": "Update an instance of 'Counties' with the given payload of type 'County' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Counties(123)\n{\n \"Name\": \"abc\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Counties(id)", | |
"description": "Delete an instance of 'Counties' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Counties(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Countries", | |
"description": "This entity enables you to manipulate 'Countries'. It manages the settings of each country, such as country code, country name and address format.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Countries(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Countries' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Countries('NC')\n\nGET https://localhost:50000/b1s/v2/Countries('NC')?$select=Code,Name,CodeForReports" | |
}, | |
{ | |
"method": "GET", | |
"path": "Countries", | |
"description": "Retrieve a collection of 'Countries' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Countries\n\nGET https://localhost:50000/b1s/v2/Countries?$select=Code,Name,CodeForReports&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Countries", | |
"description": "Create an instance of 'Countries' with the given payload of type 'Country' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Countries\n{\n \"Code\": \"NC\",\n \"Name\": \"New Country\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Countries(id)", | |
"description": "Update an instance of 'Countries' with the given payload of type 'Country' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Countries('NC')\n{\n \"Details\": \"created new country\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Countries(id)", | |
"description": "Delete an instance of 'Countries' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Countries('NC')" | |
} | |
] | |
}, | |
{ | |
"service": "CreditCardPayments", | |
"description": "This entity enables you to manipulate 'CreditCardPayments'. It defines dates on which the credit card company credits the cardholder.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CreditCardPayments(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CreditCardPayments' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CreditCardPayments('code01')\n\nGET https://localhost:50000/b1s/v2/CreditCardPayments('code01')?$select=DueDateCode,DueDateName,DueDatesType" | |
}, | |
{ | |
"method": "GET", | |
"path": "CreditCardPayments", | |
"description": "Retrieve a collection of 'CreditCardPayments' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CreditCardPayments\n\nGET https://localhost:50000/b1s/v2/CreditCardPayments?$select=DueDateCode,DueDateName,DueDatesType&$filter=startswith(DueDateCode, 'a') &$orderby=DueDateCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditCardPayments", | |
"description": "Create an instance of 'CreditCardPayments' with the given payload of type 'CreditCardPayment' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditCardPayments\n{\n \"DueDateCode\": \"code01\",\n \"DueDateName\": \"10 days\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CreditCardPayments(id)", | |
"description": "Update an instance of 'CreditCardPayments' with the given payload of type 'CreditCardPayment' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CreditCardPayments('code01')\n{\n \"DueDateName\": \"15 days\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CreditCardPayments(id)", | |
"description": "Delete an instance of 'CreditCardPayments' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CreditCardPayments('code01')" | |
} | |
] | |
}, | |
{ | |
"service": "CreditCards", | |
"description": "This entity enables you to manipulate 'CreditCards'. It defines credit cards that the company can use for incoming and outgoing payments.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CreditCards(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CreditCards' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CreditCards(123)\n\nGET https://localhost:50000/b1s/v2/CreditCards(123)?$select=CreditCardCode,CreditCardName,GLAccount" | |
}, | |
{ | |
"method": "GET", | |
"path": "CreditCards", | |
"description": "Retrieve a collection of 'CreditCards' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CreditCards\n\nGET https://localhost:50000/b1s/v2/CreditCards?$select=CreditCardCode,CreditCardName,GLAccount&$filter=CreditCardCode ge 123 &$orderby=CreditCardCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditCards", | |
"description": "Create an instance of 'CreditCards' with the given payload of type 'CreditCard' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditCards\n{\n \"CompanyID\": \"123456789\",\n \"CreditCardName\": \"Test\",\n \"GLAccount\": \"_SYS00000000004\",\n \"Telephone\": \"61087839\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CreditCards(id)", | |
"description": "Update an instance of 'CreditCards' with the given payload of type 'CreditCard' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CreditCards(123)\n{\n \"CreditCardName\": \"Updated Name\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CreditCards(id)", | |
"description": "Delete an instance of 'CreditCards' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CreditCards(123)" | |
} | |
] | |
}, | |
{ | |
"service": "CreditNotes", | |
"description": "This entity enables you to manipulate 'CreditNotes'. It is the clearing document for invoices and returns. If the goods were delivered to the customer and an invoice has already been created, you can partially or completely reverse the transaction by creating a credit note.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CreditNotes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CreditNotes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CreditNotes(123)\n\nGET https://localhost:50000/b1s/v2/CreditNotes(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "CreditNotes", | |
"description": "Retrieve a collection of 'CreditNotes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CreditNotes\n\nGET https://localhost:50000/b1s/v2/CreditNotes?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditNotes", | |
"description": "Create an instance of 'CreditNotes' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditNotes\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Price\": 100,\n \"Quantity\": 1,\n \"TaxCode\": \"T1\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CreditNotes(id)", | |
"description": "Update an instance of 'CreditNotes' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CreditNotes(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CreditNotes(id)", | |
"description": "Delete an instance of 'CreditNotes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CreditNotes(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditNotes(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditNotes(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditNotes(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditNotes(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditNotes(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditNotes(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditNotes(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditNotes(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "CreditPaymentMethods", | |
"description": "This entity enables you to manipulate 'CreditPaymentMethods'. It defines credit card payment methods.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CreditPaymentMethods(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CreditPaymentMethods' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CreditPaymentMethods(123)\n\nGET https://localhost:50000/b1s/v2/CreditPaymentMethods(123)?$select=PaymentMethodCode,Name,AssignedtoCreditCard" | |
}, | |
{ | |
"method": "GET", | |
"path": "CreditPaymentMethods", | |
"description": "Retrieve a collection of 'CreditPaymentMethods' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CreditPaymentMethods\n\nGET https://localhost:50000/b1s/v2/CreditPaymentMethods?$select=PaymentMethodCode,Name,AssignedtoCreditCard&$filter=PaymentMethodCode ge 123 &$orderby=PaymentMethodCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CreditPaymentMethods", | |
"description": "Create an instance of 'CreditPaymentMethods' with the given payload of type 'CreditPaymentMethod' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CreditPaymentMethods\n{\n \"Name\": \"Default 20D\",\n \"PaymentCode\": \"20D\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CreditPaymentMethods(id)", | |
"description": "Update an instance of 'CreditPaymentMethods' with the given payload of type 'CreditPaymentMethod' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CreditPaymentMethods(123)\n{\n \"MinimumPaymentAmount\": \"100.11\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CreditPaymentMethods(id)", | |
"description": "Delete an instance of 'CreditPaymentMethods' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CreditPaymentMethods(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Currencies", | |
"description": "This entity enables you to manipulate 'Currencies'. It represents the currency codes in the Administration module.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Currencies(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Currencies' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Currencies('CNY')\n\nGET https://localhost:50000/b1s/v2/Currencies('CNY')?$select=Code,Name,DocumentsCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "Currencies", | |
"description": "Retrieve a collection of 'Currencies' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Currencies\n\nGET https://localhost:50000/b1s/v2/Currencies?$select=Code,Name,DocumentsCode&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Currencies", | |
"description": "Create an instance of 'Currencies' with the given payload of type 'Currency' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Currencies\n{\n \"Code\": \"CNY\",\n \"DocumentsCode\": \"CNY\",\n \"InternationalDescription\": \"CN Yuan\",\n \"Name\": \"CNY\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Currencies(id)", | |
"description": "Update an instance of 'Currencies' with the given payload of type 'Currency' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Currencies('CNY')\n{\n \"Name\": \"UpdatedCurrencyName\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Currencies(id)", | |
"description": "Delete an instance of 'Currencies' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Currencies('CNY')" | |
} | |
] | |
}, | |
{ | |
"service": "CustomerEquipmentCards", | |
"description": "This entity enables you to manipulate 'CustomerEquipmentCards'. It represents the customer equipment cards. For each item sold and managed by a serial number, you can create a customer equipment card to track the after-sales services provided for this item.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CustomerEquipmentCards(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CustomerEquipmentCards' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CustomerEquipmentCards(123)\n\nGET https://localhost:50000/b1s/v2/CustomerEquipmentCards(123)?$select=EquipmentCardNum,CustomerCode,CustomerName" | |
}, | |
{ | |
"method": "GET", | |
"path": "CustomerEquipmentCards", | |
"description": "Retrieve a collection of 'CustomerEquipmentCards' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CustomerEquipmentCards\n\nGET https://localhost:50000/b1s/v2/CustomerEquipmentCards?$select=EquipmentCardNum,CustomerCode,CustomerName&$filter=EquipmentCardNum ge 123 &$orderby=EquipmentCardNum&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CustomerEquipmentCards", | |
"description": "Create an instance of 'CustomerEquipmentCards' with the given payload of type 'CustomerEquipmentCard' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CustomerEquipmentCards\n{\n \"CustomerCode\": \"C30000\",\n \"InstallLocation\": \"US location\",\n \"InternalSerialNum\": \"A6-000005\",\n \"ItemCode\": \"A00006\",\n \"ManufacturerSerialNum\": \"S1-000001\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CustomerEquipmentCards(id)", | |
"description": "Update an instance of 'CustomerEquipmentCards' with the given payload of type 'CustomerEquipmentCard' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CustomerEquipmentCards(123)\n{\n \"InstallLocation\": \"new US Location\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CustomerEquipmentCards(id)", | |
"description": "Delete an instance of 'CustomerEquipmentCards' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CustomerEquipmentCards(123)" | |
} | |
] | |
}, | |
{ | |
"service": "CustomsDeclaration", | |
"description": "This entity enables you to manipulate 'CustomsDeclaration'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CustomsDeclaration(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CustomsDeclaration' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CustomsDeclaration('2')\n\nGET https://localhost:50000/b1s/v2/CustomsDeclaration('2')?$select=CCDNum,Date,CustomsBroker" | |
}, | |
{ | |
"method": "GET", | |
"path": "CustomsDeclaration", | |
"description": "Retrieve a collection of 'CustomsDeclaration' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CustomsDeclaration\n\nGET https://localhost:50000/b1s/v2/CustomsDeclaration?$select=CCDNum,Date,CustomsBroker&$filter=startswith(CCDNum, '2') &$orderby=CCDNum&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CustomsDeclaration", | |
"description": "Create an instance of 'CustomsDeclaration' with the given payload of type 'CustomsDeclaration' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CustomsDeclaration\n{\n \"CCDNum\": \"2\",\n \"CustomsBroker\": \"C01\",\n \"CustomsTerminal\": \"C01\",\n \"Date\": \"2016-08-31\",\n \"DocDate\": \"2016-08-31\",\n \"DocNum\": \"Exp./Imp. Doc. No.\",\n \"PaymentKey\": \"PID\",\n \"SupplyDate\": \"2016-08-31\",\n \"SupplyNum\": \"Supply Agreement Num\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CustomsDeclaration(id)", | |
"description": "Update an instance of 'CustomsDeclaration' with the given payload of type 'CustomsDeclaration' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CustomsDeclaration('2')\n{\n \"DocNum\": \"123\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "CustomsGroups", | |
"description": "This entity enables you to manipulate 'CustomsGroups'. It defines custom groups, which specify the customs duty for items purchased abroad that are liable for customs.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CustomsGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CustomsGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/CustomsGroups(123)\n\nGET https://localhost:50000/b1s/v2/CustomsGroups(123)?$select=Code,Name,Number" | |
}, | |
{ | |
"method": "GET", | |
"path": "CustomsGroups", | |
"description": "Retrieve a collection of 'CustomsGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CustomsGroups\n\nGET https://localhost:50000/b1s/v2/CustomsGroups?$select=Code,Name,Number&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "CustomsGroups", | |
"description": "Create an instance of 'CustomsGroups' with the given payload of type 'CustomsGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/CustomsGroups\n{\n \"Customs\": \"10\",\n \"CustomsAllocationAccount\": \"_SYS00000000051\",\n \"CustomsExpenseAccount\": \"_SYS00000000085\",\n \"Name\": \"Exempt\",\n \"Other\": \"30\",\n \"Purchase\": \"20\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CustomsGroups(id)", | |
"description": "Update an instance of 'CustomsGroups' with the given payload of type 'CustomsGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CustomsGroups(123)\n{\n \"Name\": \"Custom exempt\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "CustomsGroups(id)", | |
"description": "Delete an instance of 'CustomsGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/CustomsGroups(123)" | |
} | |
] | |
}, | |
{ | |
"service": "CycleCountDeterminations", | |
"description": "This entity enables you to manipulate 'CycleCountDeterminations'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "CycleCountDeterminations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'CycleCountDeterminations' with the given warehouse code.", | |
"example": "GET https://localhost:50000/b1s/v2/CycleCountDeterminations('abc')\n\nGET https://localhost:50000/b1s/v2/CycleCountDeterminations('abc')?$select=WarehouseCode,CycleBy,CycleCountDeterminationSetupCollection" | |
}, | |
{ | |
"method": "GET", | |
"path": "CycleCountDeterminations", | |
"description": "Retrieve a collection of 'CycleCountDeterminations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/CycleCountDeterminations\n\nGET https://localhost:50000/b1s/v2/CycleCountDeterminations?$select=WarehouseCode,CycleBy,CycleCountDeterminationSetupCollection&$filter=startswith(WarehouseCode, 'a') &$orderby=WarehouseCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "CycleCountDeterminations(id)", | |
"description": "Update an instance of 'CycleCountDeterminations' with the given payload of type 'CycleCountDetermination' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/CycleCountDeterminations('abc')\n{\n \"CycleBy\": \"ccdcbItemGroup\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "DeductibleTaxes", | |
"description": "This entity enables you to manipulate 'DeductibleTaxes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DeductibleTaxes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DeductibleTaxes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DeductibleTaxes('abc')\n\nGET https://localhost:50000/b1s/v2/DeductibleTaxes('abc')?$select=Code,Name,Inactive" | |
}, | |
{ | |
"method": "GET", | |
"path": "DeductibleTaxes", | |
"description": "Retrieve a collection of 'DeductibleTaxes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DeductibleTaxes\n\nGET https://localhost:50000/b1s/v2/DeductibleTaxes?$select=Code,Name,Inactive&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeductibleTaxes", | |
"description": "Create an instance of 'DeductibleTaxes' with the given payload of type 'DeductibleTax' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DeductibleTaxes\n{\n \"Category\": \"bovcInputTax\",\n \"Code\": \"Z6\",\n \"DeductibleTaxRate\": 10.0,\n \"Inactive\": \"tNO\",\n \"Name\": \"Z6 name\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DeductibleTaxes(id)", | |
"description": "Update an instance of 'DeductibleTaxes' with the given payload of type 'DeductibleTax' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DeductibleTaxes('abc')\n{\n \"Category\": \"bovcInputTax\",\n \"DeductibleTaxRate\": 7.0,\n \"Inactive\": \"tYES\",\n \"Name\": \"Z6 updated name\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DeductibleTaxes(id)", | |
"description": "Delete an instance of 'DeductibleTaxes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DeductibleTaxes('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "DeductionTaxGroups", | |
"description": "This entity enables you to manipulate 'DeductionTaxGroups'. It represents withholding tax deduction groups.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DeductionTaxGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DeductionTaxGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DeductionTaxGroups(123)\n\nGET https://localhost:50000/b1s/v2/DeductionTaxGroups(123)?$select=GroupKey,GroupCode,GroupName" | |
}, | |
{ | |
"method": "GET", | |
"path": "DeductionTaxGroups", | |
"description": "Retrieve a collection of 'DeductionTaxGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DeductionTaxGroups\n\nGET https://localhost:50000/b1s/v2/DeductionTaxGroups?$select=GroupKey,GroupCode,GroupName&$filter=GroupKey ge 123 &$orderby=GroupKey&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeductionTaxGroups", | |
"description": "Create an instance of 'DeductionTaxGroups' with the given payload of type 'DeductionTaxGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DeductionTaxGroups\n{\n \"GroupExtendedCode\": \"01\",\n \"GroupName\": \"Group 01\",\n \"MaxRedin\": 0.7746\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DeductionTaxGroups(id)", | |
"description": "Update an instance of 'DeductionTaxGroups' with the given payload of type 'DeductionTaxGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DeductionTaxGroups(123)\n{\n \"GroupName\": \"Group 02\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DeductionTaxGroups(id)", | |
"description": "Delete an instance of 'DeductionTaxGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DeductionTaxGroups(123)" | |
} | |
] | |
}, | |
{ | |
"service": "DeductionTaxHierarchies", | |
"description": "This entity enables you to manipulate 'DeductionTaxHierarchies'. It defines taxation levels to withhold from payments to vendors.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DeductionTaxHierarchies(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DeductionTaxHierarchies' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DeductionTaxHierarchies(123)\n\nGET https://localhost:50000/b1s/v2/DeductionTaxHierarchies(123)?$select=AbsEntry,BPCode,HierarchyCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "DeductionTaxHierarchies", | |
"description": "Retrieve a collection of 'DeductionTaxHierarchies' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DeductionTaxHierarchies\n\nGET https://localhost:50000/b1s/v2/DeductionTaxHierarchies?$select=AbsEntry,BPCode,HierarchyCode&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeductionTaxHierarchies", | |
"description": "Create an instance of 'DeductionTaxHierarchies' with the given payload of type 'DeductionTaxHierarchy' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DeductionTaxHierarchies\n{\n \"BPCode\": \"v001\",\n \"DeductionTaxHierarchies_Lines\": [\n {\n \"DeductionPercent\": \"12\",\n \"MaximumTotal\": \"10000\"\n }\n ],\n \"HierarchyCode\": \"G01\",\n \"HierarchyName\": \"new hierarchy group\",\n \"ValidFrom\": \"2014-01-01\",\n \"ValidUntil\": \"2014-12-31\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DeductionTaxHierarchies(id)", | |
"description": "Update an instance of 'DeductionTaxHierarchies' with the given payload of type 'DeductionTaxHierarchy' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DeductionTaxHierarchies(123)\n{\n \"HierarchyName\": \"vendor hierarchy group\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DeductionTaxHierarchies(id)", | |
"description": "Delete an instance of 'DeductionTaxHierarchies' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DeductionTaxHierarchies(123)" | |
} | |
] | |
}, | |
{ | |
"service": "DeductionTaxSubGroups", | |
"description": "This entity enables you to manipulate 'DeductionTaxSubGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DeductionTaxSubGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DeductionTaxSubGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DeductionTaxSubGroups('99')\n\nGET https://localhost:50000/b1s/v2/DeductionTaxSubGroups('99')?$select=GroupCode,GroupName" | |
}, | |
{ | |
"method": "GET", | |
"path": "DeductionTaxSubGroups", | |
"description": "Retrieve a collection of 'DeductionTaxSubGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DeductionTaxSubGroups\n\nGET https://localhost:50000/b1s/v2/DeductionTaxSubGroups?$select=GroupCode,GroupName&$filter=startswith(GroupCode, '99') &$orderby=GroupCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeductionTaxSubGroups", | |
"description": "Create an instance of 'DeductionTaxSubGroups' with the given payload of type 'DeductionTaxSubGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DeductionTaxSubGroups\n{\n \"GroupCode\": \"99\",\n \"GroupName\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DeductionTaxSubGroups(id)", | |
"description": "Update an instance of 'DeductionTaxSubGroups' with the given payload of type 'DeductionTaxSubGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DeductionTaxSubGroups('99')\n{\n \"GroupName\": \"123\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "DeliveryNotes", | |
"description": "This entity enables you to manipulate 'DeliveryNotes'. It is a legally binding document indicating that the shipment of goods or the delivery of services has occurred.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DeliveryNotes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DeliveryNotes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DeliveryNotes(123)\n\nGET https://localhost:50000/b1s/v2/DeliveryNotes(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "DeliveryNotes", | |
"description": "Retrieve a collection of 'DeliveryNotes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DeliveryNotes\n\nGET https://localhost:50000/b1s/v2/DeliveryNotes?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeliveryNotes", | |
"description": "Create an instance of 'DeliveryNotes' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DeliveryNotes\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DeliveryNotes(id)", | |
"description": "Update an instance of 'DeliveryNotes' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DeliveryNotes(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DeliveryNotes(id)", | |
"description": "Delete an instance of 'DeliveryNotes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DeliveryNotes(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeliveryNotes(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/DeliveryNotes(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeliveryNotes(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/DeliveryNotes(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeliveryNotes(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/DeliveryNotes(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "DeliveryNotes(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/DeliveryNotes(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "Departments", | |
"description": "This entity enables you to manipulate 'Departments'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Departments(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Departments' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Departments(123)\n\nGET https://localhost:50000/b1s/v2/Departments(123)?$select=Code,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "Departments", | |
"description": "Retrieve a collection of 'Departments' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Departments\n\nGET https://localhost:50000/b1s/v2/Departments?$select=Code,Name,Description&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Departments", | |
"description": "Create an instance of 'Departments' with the given payload of type 'Department' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Departments\n{\n \"Code\": 1,\n \"Description\": \"General Department001\",\n \"Name\": \"General001\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Departments(id)", | |
"description": "Update an instance of 'Departments' with the given payload of type 'Department' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Departments(123)\n{\n \"Description\": \"General Department001\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Departments(id)", | |
"description": "Delete an instance of 'Departments' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Departments(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Deposits", | |
"description": "This entity enables you to manipulate 'Deposits'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Deposits(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Deposits' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Deposits(123)\n\nGET https://localhost:50000/b1s/v2/Deposits(123)?$select=DepositNumber,AbsEntry,DepositType" | |
}, | |
{ | |
"method": "GET", | |
"path": "Deposits", | |
"description": "Retrieve a collection of 'Deposits' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Deposits\n\nGET https://localhost:50000/b1s/v2/Deposits?$select=DepositNumber,AbsEntry,DepositType&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Deposits", | |
"description": "Create an instance of 'Deposits' with the given payload of type 'Deposit' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Deposits\n{\n \"CreditLines\": [\n {\n \"AbsId\": 1\n }\n ],\n \"DepositAccount\": \"10000\",\n \"DepositType\": \"dtCredit\",\n \"VoucherAccount\": \"10100\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Deposits(id)", | |
"description": "Update an instance of 'Deposits' with the given payload of type 'Deposit' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Deposits(123)\n{\n \"JournalRemarks\": \"Updating existing deposit\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "Deposits(id)/CancelDeposit", | |
"description": "Invoke the method 'CancelDeposit' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Deposits(123)/CancelDeposit" | |
}, | |
{ | |
"method": "POST", | |
"path": "Deposits(id)/CancelDepositbyCurrentSystemDate", | |
"description": "Invoke the method 'CancelDepositbyCurrentSystemDate' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Deposits(123)/CancelDepositbyCurrentSystemDate" | |
} | |
] | |
}, | |
{ | |
"service": "DepreciationAreas", | |
"description": "This entity enables you to manipulate 'DepreciationAreas'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DepreciationAreas(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DepreciationAreas' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DepreciationAreas('test')\n\nGET https://localhost:50000/b1s/v2/DepreciationAreas('test')?$select=Code,Description,PostingOfDepreciation" | |
}, | |
{ | |
"method": "GET", | |
"path": "DepreciationAreas", | |
"description": "Retrieve a collection of 'DepreciationAreas' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DepreciationAreas\n\nGET https://localhost:50000/b1s/v2/DepreciationAreas?$select=Code,Description,PostingOfDepreciation&$filter=startswith(Code, 'test') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DepreciationAreas", | |
"description": "Create an instance of 'DepreciationAreas' with the given payload of type 'DepreciationArea' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DepreciationAreas\n{\n \"AreaType\": \"atPostingtoGL\",\n \"Code\": \"test\",\n \"Description\": \"test Description\",\n \"PostingOfDepreciation\": \"podIndirectPosting\",\n \"RetirementMethod\": \"rmGross\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DepreciationAreas(id)", | |
"description": "Update an instance of 'DepreciationAreas' with the given payload of type 'DepreciationArea' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DepreciationAreas('test')\n{\n \"Description\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DepreciationAreas(id)", | |
"description": "Delete an instance of 'DepreciationAreas' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DepreciationAreas('test')" | |
} | |
] | |
}, | |
{ | |
"service": "DepreciationTypePools", | |
"description": "This entity enables you to manipulate 'DepreciationTypePools'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DepreciationTypePools(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DepreciationTypePools' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DepreciationTypePools('1')\n\nGET https://localhost:50000/b1s/v2/DepreciationTypePools('1')?$select=Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "DepreciationTypePools", | |
"description": "Retrieve a collection of 'DepreciationTypePools' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DepreciationTypePools\n\nGET https://localhost:50000/b1s/v2/DepreciationTypePools?$select=Code,Description&$filter=startswith(Code, '1') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DepreciationTypePools", | |
"description": "Create an instance of 'DepreciationTypePools' with the given payload of type 'DepreciationTypePool' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DepreciationTypePools\n{\n \"Code\": \"1\",\n \"Description\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DepreciationTypePools(id)", | |
"description": "Update an instance of 'DepreciationTypePools' with the given payload of type 'DepreciationTypePool' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DepreciationTypePools('1')\n{\n \"Description\": \"test123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DepreciationTypePools(id)", | |
"description": "Delete an instance of 'DepreciationTypePools' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DepreciationTypePools('1')" | |
} | |
] | |
}, | |
{ | |
"service": "DepreciationTypes", | |
"description": "This entity enables you to manipulate 'DepreciationTypes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DepreciationTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DepreciationTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DepreciationTypes('test')\n\nGET https://localhost:50000/b1s/v2/DepreciationTypes('test')?$select=Code,Description,DepreciationMethod" | |
}, | |
{ | |
"method": "GET", | |
"path": "DepreciationTypes", | |
"description": "Retrieve a collection of 'DepreciationTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DepreciationTypes\n\nGET https://localhost:50000/b1s/v2/DepreciationTypes?$select=Code,Description,DepreciationMethod&$filter=startswith(Code, 'test') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DepreciationTypes", | |
"description": "Create an instance of 'DepreciationTypes' with the given payload of type 'DepreciationType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DepreciationTypes\n{\n \"AcquisitionPeriodControl\": \"apcProRataTemporis\",\n \"AcquisitionProRataType\": \"aprtExactlyDailyBase\",\n \"CalculationBase\": \"cbYearly\",\n \"Code\": \"test\",\n \"DepreciationMethod\": \"dmNoDepreciation\",\n \"Description\": \"Test DepreciationTypes\",\n \"IncludeSalvageInDepreciation\": \"tNO\",\n \"MinimumDepreciatedValue\": 0,\n \"PercentageOfDepreciationReversedInRetirementYear\": 0,\n \"RetirementPeriodControl\": \"rpcProRataTemporis\",\n \"RetirementProRataType\": \"rprtExactlyDailyBase\",\n \"RoundYearEndBookValue\": \"tYES\",\n \"SalvagePercentage\": 0,\n \"StraightLineCalculationMethod\": \"slcmAuquisitionValueDividedByTotalUsefulLife\",\n \"StraightLinePercentage\": 0,\n \"StraightLinePeriodControlDepreciationPeriods\": \"slpcdpStandard\",\n \"StraightLinePeriodControlFactor\": 1,\n \"SubsequentAcquisitionPeriodControl\": \"sapcProRataTemporis\",\n \"SubsequentAcquisitionProRataType\": \"saprtExactlyDailyBase\",\n \"ValidFrom\": \"1900-01-01\",\n \"ValidTo\": \"2099-12-31\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DepreciationTypes(id)", | |
"description": "Update an instance of 'DepreciationTypes' with the given payload of type 'DepreciationType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DepreciationTypes('test')\n{\n \"Description\": \"DepreciationTypes 123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DepreciationTypes(id)", | |
"description": "Delete an instance of 'DepreciationTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DepreciationTypes('test')" | |
} | |
] | |
}, | |
{ | |
"service": "DeterminationCriterias", | |
"description": "This entity enables you to manipulate 'DeterminationCriterias'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DeterminationCriterias(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DeterminationCriterias' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DeterminationCriterias(2)\n\nGET https://localhost:50000/b1s/v2/DeterminationCriterias(2)?$select=DmcId,DeterminationCriteria,IsActive" | |
}, | |
{ | |
"method": "GET", | |
"path": "DeterminationCriterias", | |
"description": "Retrieve a collection of 'DeterminationCriterias' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DeterminationCriterias\n\nGET https://localhost:50000/b1s/v2/DeterminationCriterias?$select=DmcId,DeterminationCriteria,IsActive&$filter=DmcId ge 2 &$orderby=DmcId&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DeterminationCriterias(id)", | |
"description": "Update an instance of 'DeterminationCriterias' with the given payload of type 'DeterminationCriteria' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DeterminationCriterias(2)\n{\n \"IsActive\": \"tYES\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "Dimensions", | |
"description": "This entity enables you to manipulate 'Dimensions'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Dimensions(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Dimensions' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Dimensions(1)\n\nGET https://localhost:50000/b1s/v2/Dimensions(1)?$select=DimensionCode,DimensionName,IsActive" | |
}, | |
{ | |
"method": "GET", | |
"path": "Dimensions", | |
"description": "Retrieve a collection of 'Dimensions' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Dimensions\n\nGET https://localhost:50000/b1s/v2/Dimensions?$select=DimensionCode,DimensionName,IsActive&$filter=DimensionCode ge 1 &$orderby=DimensionCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Dimensions(id)", | |
"description": "Update an instance of 'Dimensions' with the given payload of type 'Dimension' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Dimensions(1)\n{\n \"DimensionCode\": 1,\n \"DimensionDescription\": \"Dimension test\",\n \"IsActive\": \"tYES\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "DistributionRules", | |
"description": "This entity enables you to manipulate 'DistributionRules'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DistributionRules(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DistributionRules' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DistributionRules('DR1')\n\nGET https://localhost:50000/b1s/v2/DistributionRules('DR1')?$select=FactorCode,FactorDescription,TotalFactor" | |
}, | |
{ | |
"method": "GET", | |
"path": "DistributionRules", | |
"description": "Retrieve a collection of 'DistributionRules' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DistributionRules\n\nGET https://localhost:50000/b1s/v2/DistributionRules?$select=FactorCode,FactorDescription,TotalFactor&$filter=startswith(FactorCode, 'DR1') &$orderby=FactorCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DistributionRules", | |
"description": "Create an instance of 'DistributionRules' with the given payload of type 'DistributionRule' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DistributionRules\n{\n \"Active\": \"tYES\",\n \"Direct\": \"N\",\n \"DistributionRuleLines\": [\n {\n \"CenterCode\": \"1\",\n \"EffectiveFrom\": \"2016-09-01\",\n \"EffectiveTo\": \"2016-12-01\",\n \"TotalInCenter\": 40\n },\n {\n \"CenterCode\": \"2\",\n \"EffectiveFrom\": \"2016-09-01\",\n \"EffectiveTo\": \"2016-12-01\",\n \"TotalInCenter\": 60\n }\n ],\n \"FactorCode\": \"DR1\",\n \"FactorDescription\": \"DistributionRules1\",\n \"InWhichDimension\": 1,\n \"TotalFactor\": 100\n}\nPOST https://localhost:50000/b1s/v2/DistributionRules\n{\n \"Active\": \"tYES\",\n \"Direct\": \"N\",\n \"DistributionRuleLines\": [\n {\n \"CenterCode\": \"1\",\n \"EffectiveFrom\": \"2016-09-01\",\n \"EffectiveTo\": \"2016-12-01\",\n \"TotalInCenter\": 400\n },\n {\n \"CenterCode\": \"2\",\n \"EffectiveFrom\": \"2016-09-01\",\n \"EffectiveTo\": \"2016-12-01\",\n \"TotalInCenter\": 600\n }\n ],\n \"FactorCode\": \"DR1\",\n \"FactorDescription\": \"DistributionRules1\",\n \"InWhichDimension\": 1,\n \"IsFixedAmount\": \"tYES\",\n \"TotalFactor\": 0\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DistributionRules(id)", | |
"description": "Update an instance of 'DistributionRules' with the given payload of type 'DistributionRule' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DistributionRules('DR1')\n{\n \"DistributionRuleLines\": [\n {\n \"CenterCode\": \"1\",\n \"EffectiveFrom\": \"2016-09-01\",\n \"EffectiveTo\": \"2016-12-01\",\n \"TotalInCenter\": 50\n },\n {\n \"CenterCode\": \"2\",\n \"EffectiveFrom\": \"2016-09-01\",\n \"EffectiveTo\": \"2016-12-01\",\n \"TotalInCenter\": 50\n }\n ],\n \"FactorDescription\": \"TEST\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DistributionRules(id)", | |
"description": "Delete an instance of 'DistributionRules' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DistributionRules('DR1')" | |
} | |
] | |
}, | |
{ | |
"service": "DNFCodeSetup", | |
"description": "This entity enables you to manipulate 'DNFCodeSetup'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DNFCodeSetup(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DNFCodeSetup' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DNFCodeSetup(123)\n\nGET https://localhost:50000/b1s/v2/DNFCodeSetup(123)?$select=AbsEntry,NCMCode,DNFCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "DNFCodeSetup", | |
"description": "Retrieve a collection of 'DNFCodeSetup' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DNFCodeSetup\n\nGET https://localhost:50000/b1s/v2/DNFCodeSetup?$select=AbsEntry,NCMCode,DNFCode&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DNFCodeSetup", | |
"description": "Create an instance of 'DNFCodeSetup' with the given payload of type 'DNFCodeSetup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DNFCodeSetup\n{\n \"AbsEntry\": 1,\n \"DNFCode\": \"1113\",\n \"Factor\": 15,\n \"NCMCode\": 9774,\n \"UoM\": \"11\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DNFCodeSetup(id)", | |
"description": "Update an instance of 'DNFCodeSetup' with the given payload of type 'DNFCodeSetup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DNFCodeSetup(123)\n{\n \"DNFCode\": \"11131\",\n \"Factor\": 75,\n \"UoM\": \"112\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DNFCodeSetup(id)", | |
"description": "Delete an instance of 'DNFCodeSetup' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DNFCodeSetup(123)" | |
} | |
] | |
}, | |
{ | |
"service": "DownPayments", | |
"description": "This entity enables you to manipulate 'DownPayments'. It represents a document for ensuring that a customer is committed and will follow through with a placed order.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DownPayments(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DownPayments' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DownPayments(123)\n\nGET https://localhost:50000/b1s/v2/DownPayments(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "DownPayments", | |
"description": "Retrieve a collection of 'DownPayments' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DownPayments\n\nGET https://localhost:50000/b1s/v2/DownPayments?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DownPayments", | |
"description": "Create an instance of 'DownPayments' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DownPayments\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ],\n \"DownPaymentType\": \"dptInvoice\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DownPayments(id)", | |
"description": "Update an instance of 'DownPayments' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DownPayments(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DownPayments(id)", | |
"description": "Delete an instance of 'DownPayments' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DownPayments(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "DownPayments(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/DownPayments(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "DownPayments(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/DownPayments(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "DownPayments(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/DownPayments(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "DownPayments(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/DownPayments(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "Drafts", | |
"description": "This entity enables you to manipulate 'Drafts'. It is the preliminary version of a document or report.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Drafts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Drafts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Drafts(123)\n\nGET https://localhost:50000/b1s/v2/Drafts(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "Drafts", | |
"description": "Retrieve a collection of 'Drafts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Drafts\n\nGET https://localhost:50000/b1s/v2/Drafts?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Drafts", | |
"description": "Create an instance of 'Drafts' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Drafts\n{\n \"CardCode\": \"c001\",\n \"DocObjectCode\": \"23\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Drafts(id)", | |
"description": "Update an instance of 'Drafts' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Drafts(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Drafts(id)", | |
"description": "Delete an instance of 'Drafts' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Drafts(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "Drafts(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Drafts(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "Drafts(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Drafts(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "Drafts(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Drafts(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "Drafts(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Drafts(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "DunningLetters", | |
"description": "This entity enables you to manipulate 'DunningLetters'. It represents a list of dunning levels that is used as a template when creating a new dunning term.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DunningLetters(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DunningLetters' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DunningLetters(123)\n\nGET https://localhost:50000/b1s/v2/DunningLetters(123)?$select=FeeCurrency,RowNumber,LetterFormat" | |
}, | |
{ | |
"method": "GET", | |
"path": "DunningLetters", | |
"description": "Retrieve a collection of 'DunningLetters' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DunningLetters\n\nGET https://localhost:50000/b1s/v2/DunningLetters?$select=FeeCurrency,RowNumber,LetterFormat&$filter=RowNumber ge 123 &$orderby=RowNumber&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DunningLetters", | |
"description": "Create an instance of 'DunningLetters' with the given payload of type 'DunningLetter' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DunningLetters\n{\n \"Effectiveafter\": \"10\",\n \"FeeCurrency\": \"RMB\",\n \"Feeperletter\": \"20\",\n \"LetterFormat\": \"DUN0\",\n \"MinimumBalance\": \"2000\",\n \"MinimumBalanceCurrency\": \"RMB\",\n \"RowNumber\": \"1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DunningLetters(id)", | |
"description": "Update an instance of 'DunningLetters' with the given payload of type 'DunningLetter' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DunningLetters(123)\n{\n \"MinimumBalance\": \"220\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DunningLetters(id)", | |
"description": "Delete an instance of 'DunningLetters' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DunningLetters(123)" | |
} | |
] | |
}, | |
{ | |
"service": "DunningTerms", | |
"description": "This entity enables you to manipulate 'DunningTerms'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DunningTerms(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DunningTerms' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DunningTerms('DT01')\n\nGET https://localhost:50000/b1s/v2/DunningTerms('DT01')?$select=Code,Name,GroupingMethod" | |
}, | |
{ | |
"method": "GET", | |
"path": "DunningTerms", | |
"description": "Retrieve a collection of 'DunningTerms' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DunningTerms\n\nGET https://localhost:50000/b1s/v2/DunningTerms?$select=Code,Name,GroupingMethod&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DunningTerms", | |
"description": "Create an instance of 'DunningTerms' with the given payload of type 'DunningTerm' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DunningTerms\n{\n \"Code\": \"DT01\",\n \"DaysInMonth\": \"10\",\n \"DaysInYear\": \"2016\",\n \"DunningTermLines\": [\n {\n \"Effectiveafter\": \"30\",\n \"LetterFormat\": \"dltDunningLetter1\",\n \"LevelNum\": \"001\"\n }\n ],\n \"GroupingMethod\": \"gmPerBP\",\n \"Name\": \"DT01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DunningTerms(id)", | |
"description": "Update an instance of 'DunningTerms' with the given payload of type 'DunningTerm' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DunningTerms('DT01')\n{\n \"DunningTermLines\": [\n {\n \"LevelNum\": \"1\",\n \"MininumBalance\": \"1000\",\n \"MininumBalanceCurrency\": \"EUR\"\n }\n ],\n \"Name\": \"Dunning Term 01\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DunningTerms(id)", | |
"description": "Delete an instance of 'DunningTerms' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DunningTerms('DT01')" | |
} | |
] | |
}, | |
{ | |
"service": "DynamicSystemStrings", | |
"description": "This entity enables you to manipulate 'DynamicSystemStrings' and enables modifying a field name and format in the interface to match the terms used in your company.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "DynamicSystemStrings(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'DynamicSystemStrings' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/DynamicSystemStrings(FormID='139',ItemID='230',ColumnID='-1')\n\nGET https://localhost:50000/b1s/v2/DynamicSystemStrings(FormID='139',ItemID='230',ColumnID='-1')?$select=FormID,ItemID,ColumnID" | |
}, | |
{ | |
"method": "GET", | |
"path": "DynamicSystemStrings", | |
"description": "Retrieve a collection of 'DynamicSystemStrings' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/DynamicSystemStrings\n\nGET https://localhost:50000/b1s/v2/DynamicSystemStrings?$select=FormID,ItemID,ColumnID&$filter=startswith(FormID, 'a') and startswith(ItemID, 'a') and startswith(ColumnID, 'a') &$orderby=FormID,ItemID,ColumnID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "DynamicSystemStrings", | |
"description": "Create an instance of 'DynamicSystemStrings' with the given payload of type 'DynamicSystemString' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/DynamicSystemStrings\n{\n \"ColumnID\": \"-1\",\n \"FormID\": \"139\",\n \"ItemID\": \"230\",\n \"ItemString\": \"new owner\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "DynamicSystemStrings(id)", | |
"description": "Update an instance of 'DynamicSystemStrings' with the given payload of type 'DynamicSystemString' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/DynamicSystemStrings(FormID='139',ItemID='230',ColumnID='-1')\n{\n \"ItemString\": \"Order Owner\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "DynamicSystemStrings(id)", | |
"description": "Delete an instance of 'DynamicSystemStrings' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/DynamicSystemStrings(FormID='139',ItemID='230',ColumnID='-1')" | |
} | |
] | |
}, | |
{ | |
"service": "ElectronicFileFormats", | |
"description": "This entity enables you to manipulate 'ElectronicFileFormats'. It depends on EFM runtime.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ElectronicFileFormats(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ElectronicFileFormats' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ElectronicFileFormats(123)\n\nGET https://localhost:50000/b1s/v2/ElectronicFileFormats(123)?$select=FormatID,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "ElectronicFileFormats", | |
"description": "Retrieve a collection of 'ElectronicFileFormats' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ElectronicFileFormats\n\nGET https://localhost:50000/b1s/v2/ElectronicFileFormats?$select=FormatID,Name,Description&$filter=FormatID ge 123 &$orderby=FormatID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ElectronicFileFormats", | |
"description": "Create an instance of 'ElectronicFileFormats' with the given payload of type 'ElectronicFileFormat' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ElectronicFileFormats\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ElectronicFileFormats(id)", | |
"description": "Update an instance of 'ElectronicFileFormats' with the given payload of type 'ElectronicFileFormat' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ElectronicFileFormats(123)\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ElectronicFileFormats(id)", | |
"description": "Delete an instance of 'ElectronicFileFormats' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ElectronicFileFormats(123)" | |
} | |
] | |
}, | |
{ | |
"service": "EmailGroups", | |
"description": "This entity enables you to manipulate 'EmailGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "EmailGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'EmailGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/EmailGroups('abc')\n\nGET https://localhost:50000/b1s/v2/EmailGroups('abc')?$select=EmailGroupCode,EmailGroupName" | |
}, | |
{ | |
"method": "GET", | |
"path": "EmailGroups", | |
"description": "Retrieve a collection of 'EmailGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/EmailGroups\n\nGET https://localhost:50000/b1s/v2/EmailGroups?$select=EmailGroupCode,EmailGroupName&$filter=startswith(EmailGroupCode, 'a') &$orderby=EmailGroupCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmailGroups", | |
"description": "Create an instance of 'EmailGroups' with the given payload of type 'EmailGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/EmailGroups\n{\n \"EmailGroupCode\": \"kun\",\n \"EmailGroupName\": \"cnlin\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "EmailGroups(id)", | |
"description": "Update an instance of 'EmailGroups' with the given payload of type 'EmailGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/EmailGroups('abc')\n{\n \"EmailGroupName\": \"cnlin0121\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "EmailGroups(id)", | |
"description": "Delete an instance of 'EmailGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/EmailGroups('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeeIDType", | |
"description": "This entity enables you to manipulate 'EmployeeIDType'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "EmployeeIDType(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'EmployeeIDType' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeeIDType('test')\n\nGET https://localhost:50000/b1s/v2/EmployeeIDType('test')?$select=IDType" | |
}, | |
{ | |
"method": "GET", | |
"path": "EmployeeIDType", | |
"description": "Retrieve a collection of 'EmployeeIDType' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeeIDType\n\nGET https://localhost:50000/b1s/v2/EmployeeIDType?$select=IDType&$filter=startswith(IDType, 'a') &$orderby=IDType&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmployeeIDType", | |
"description": "Create an instance of 'EmployeeIDType' with the given payload of type 'EmployeeIDType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeeIDType\n{\n \"IDType\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "EmployeeIDType(id)", | |
"description": "Update an instance of 'EmployeeIDType' with the given payload of type 'EmployeeIDType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/EmployeeIDType('test')\n{\n \"IDType\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "EmployeeIDType(id)", | |
"description": "Delete an instance of 'EmployeeIDType' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/EmployeeIDType('test')" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeePosition", | |
"description": "This entity enables you to manipulate 'EmployeePosition'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "EmployeePosition(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'EmployeePosition' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeePosition(2)\n\nGET https://localhost:50000/b1s/v2/EmployeePosition(2)?$select=PositionID,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "EmployeePosition", | |
"description": "Retrieve a collection of 'EmployeePosition' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeePosition\n\nGET https://localhost:50000/b1s/v2/EmployeePosition?$select=PositionID,Name,Description&$filter=PositionID ge 2 &$orderby=PositionID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmployeePosition", | |
"description": "Create an instance of 'EmployeePosition' with the given payload of type 'EmployeePosition' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeePosition\n{\n \"Description\": \"test1\",\n \"Name\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "EmployeePosition(id)", | |
"description": "Update an instance of 'EmployeePosition' with the given payload of type 'EmployeePosition' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/EmployeePosition(2)\n{\n \"Description\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "EmployeePosition(id)", | |
"description": "Delete an instance of 'EmployeePosition' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/EmployeePosition(2)" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeeRolesSetup", | |
"description": "This entity enables you to manipulate 'EmployeeRolesSetup'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "EmployeeRolesSetup(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'EmployeeRolesSetup' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeeRolesSetup(1)\n\nGET https://localhost:50000/b1s/v2/EmployeeRolesSetup(1)?$select=TypeID,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "EmployeeRolesSetup", | |
"description": "Retrieve a collection of 'EmployeeRolesSetup' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeeRolesSetup\n\nGET https://localhost:50000/b1s/v2/EmployeeRolesSetup?$select=TypeID,Name,Description&$filter=TypeID ge 1 &$orderby=TypeID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmployeeRolesSetup", | |
"description": "Create an instance of 'EmployeeRolesSetup' with the given payload of type 'EmployeeRoleSetup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeeRolesSetup\n{\n \"Description\": \"test\",\n \"Name\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "EmployeeRolesSetup(id)", | |
"description": "Update an instance of 'EmployeeRolesSetup' with the given payload of type 'EmployeeRoleSetup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/EmployeeRolesSetup(1)\n{\n \"Name\": \"test123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "EmployeeRolesSetup(id)", | |
"description": "Delete an instance of 'EmployeeRolesSetup' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/EmployeeRolesSetup(1)" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeesInfo", | |
"description": "This entity enables you to manipulate 'EmployeesInfo'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "EmployeesInfo(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'EmployeesInfo' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeesInfo(123)\n\nGET https://localhost:50000/b1s/v2/EmployeesInfo(123)?$select=EmployeeID,LastName,FirstName" | |
}, | |
{ | |
"method": "GET", | |
"path": "EmployeesInfo", | |
"description": "Retrieve a collection of 'EmployeesInfo' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeesInfo\n\nGET https://localhost:50000/b1s/v2/EmployeesInfo?$select=EmployeeID,LastName,FirstName&$filter=EmployeeID ge 123 &$orderby=EmployeeID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmployeesInfo", | |
"description": "Create an instance of 'EmployeesInfo' with the given payload of type 'EmployeeInfo' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeesInfo\n{\n \"Branch\": \"-2\",\n \"Department\": \"-2\",\n \"FirstName\": \"Harry\",\n \"JobTitle\": \"Tester\",\n \"LastName\": \"Hu\",\n \"Remarks\": \"Best Employee\",\n \"WorkCountryCode\": \"US\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "EmployeesInfo(id)", | |
"description": "Update an instance of 'EmployeesInfo' with the given payload of type 'EmployeeInfo' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/EmployeesInfo(123)\n{\n \"Remarks\": \"new manager\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "EmployeesInfo(id)", | |
"description": "Delete an instance of 'EmployeesInfo' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/EmployeesInfo(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmployeesInfo(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeesInfo(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmployeesInfo(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeesInfo(123)/Close" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeeStatus", | |
"description": "This entity enables you to manipulate 'EmployeeStatus'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "EmployeeStatus(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'EmployeeStatus' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeeStatus(1)\n\nGET https://localhost:50000/b1s/v2/EmployeeStatus(1)?$select=StatusId,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "EmployeeStatus", | |
"description": "Retrieve a collection of 'EmployeeStatus' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeeStatus\n\nGET https://localhost:50000/b1s/v2/EmployeeStatus?$select=StatusId,Name,Description&$filter=StatusId ge 1 &$orderby=StatusId&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmployeeStatus", | |
"description": "Create an instance of 'EmployeeStatus' with the given payload of type 'EmployeeStatus' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeeStatus\n{\n \"Description\": \"post\",\n \"Name\": \"post\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "EmployeeStatus(id)", | |
"description": "Update an instance of 'EmployeeStatus' with the given payload of type 'EmployeeStatus' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/EmployeeStatus(1)\n{\n \"Description\": \"closed\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "EmployeeStatus(id)", | |
"description": "Delete an instance of 'EmployeeStatus' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/EmployeeStatus(1)" | |
} | |
] | |
}, | |
{ | |
"service": "EmployeeTransfers", | |
"description": "This entity enables you to manipulate 'EmployeeTransfers'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "EmployeeTransfers(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'EmployeeTransfers' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeeTransfers(1)\n\nGET https://localhost:50000/b1s/v2/EmployeeTransfers(1)?$select=TransferID,TransStartDate,TransStartTime" | |
}, | |
{ | |
"method": "GET", | |
"path": "EmployeeTransfers", | |
"description": "Retrieve a collection of 'EmployeeTransfers' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/EmployeeTransfers\n\nGET https://localhost:50000/b1s/v2/EmployeeTransfers?$select=TransferID,TransStartDate,TransStartTime&$filter=TransferID ge 1 &$orderby=TransferID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmployeeTransfers", | |
"description": "Create an instance of 'EmployeeTransfers' with the given payload of type 'EmployeeTransfer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/EmployeeTransfers\n{\n \"Comment\": \"test\",\n \"Status\": \"ets_Processing\",\n \"TransEndDate\": \"2017-01-01\",\n \"TransEndTime\": \"08:13:00\",\n \"TransStartDate\": \"2017-01-01\",\n \"TransStartTime\": \"08:13:00\",\n \"TransferID\": \"1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "EmployeeTransfers(id)", | |
"description": "Update an instance of 'EmployeeTransfers' with the given payload of type 'EmployeeTransfer' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/EmployeeTransfers(1)\n{\n \"Comment\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "EmployeeTransfers(id)", | |
"description": "Delete an instance of 'EmployeeTransfers' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/EmployeeTransfers(1)" | |
} | |
] | |
}, | |
{ | |
"service": "EmploymentCategorys", | |
"description": "This entity enables you to manipulate 'EmploymentCategorys'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "EmploymentCategorys(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'EmploymentCategorys' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/EmploymentCategorys('abc')\n\nGET https://localhost:50000/b1s/v2/EmploymentCategorys('abc')?$select=Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "EmploymentCategorys", | |
"description": "Retrieve a collection of 'EmploymentCategorys' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/EmploymentCategorys\n\nGET https://localhost:50000/b1s/v2/EmploymentCategorys?$select=Code,Description&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "EmploymentCategorys", | |
"description": "Create an instance of 'EmploymentCategorys' with the given payload of type 'EmploymentCategory' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/EmploymentCategorys\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "EmploymentCategorys(id)", | |
"description": "Update an instance of 'EmploymentCategorys' with the given payload of type 'EmploymentCategory' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/EmploymentCategorys('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "EmploymentCategorys(id)", | |
"description": "Delete an instance of 'EmploymentCategorys' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/EmploymentCategorys('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "EnhancedDiscountGroups", | |
"description": "This entity enables you to manipulate 'EnhancedDiscountGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "EnhancedDiscountGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'EnhancedDiscountGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/EnhancedDiscountGroups(123)\n\nGET https://localhost:50000/b1s/v2/EnhancedDiscountGroups(123)?$select=AbsEntry,Type,ObjectCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "EnhancedDiscountGroups", | |
"description": "Retrieve a collection of 'EnhancedDiscountGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/EnhancedDiscountGroups\n\nGET https://localhost:50000/b1s/v2/EnhancedDiscountGroups?$select=AbsEntry,Type,ObjectCode&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "EnhancedDiscountGroups", | |
"description": "Create an instance of 'EnhancedDiscountGroups' with the given payload of type 'EnhancedDiscountGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/EnhancedDiscountGroups\n{\n \"Active\": \"tYES\",\n \"DiscountRelations\": \"dgrLowestDiscount\",\n \"ObjectCode\": \"101\",\n \"Type\": \"dgt_CustomerGroup\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "EnhancedDiscountGroups(id)", | |
"description": "Update an instance of 'EnhancedDiscountGroups' with the given payload of type 'EnhancedDiscountGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/EnhancedDiscountGroups(123)\n{\n \"Active\": \"tNO\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "EnhancedDiscountGroups(id)", | |
"description": "Delete an instance of 'EnhancedDiscountGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/EnhancedDiscountGroups(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ExceptionalEvents", | |
"description": "This entity enables you to manipulate 'ExceptionalEvents'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ExceptionalEvents(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ExceptionalEvents' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ExceptionalEvents('abc')\n\nGET https://localhost:50000/b1s/v2/ExceptionalEvents('abc')?$select=Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "ExceptionalEvents", | |
"description": "Retrieve a collection of 'ExceptionalEvents' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ExceptionalEvents\n\nGET https://localhost:50000/b1s/v2/ExceptionalEvents?$select=Code,Description&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ExceptionalEvents", | |
"description": "Create an instance of 'ExceptionalEvents' with the given payload of type 'ExceptionalEvent' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ExceptionalEvents\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ExceptionalEvents(id)", | |
"description": "Update an instance of 'ExceptionalEvents' with the given payload of type 'ExceptionalEvent' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ExceptionalEvents('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ExceptionalEvents(id)", | |
"description": "Delete an instance of 'ExceptionalEvents' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ExceptionalEvents('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "ExtendedTranslations", | |
"description": "This entity enables you to manipulate 'ExtendedTranslations'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ExtendedTranslations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ExtendedTranslations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ExtendedTranslations(1)\n\nGET https://localhost:50000/b1s/v2/ExtendedTranslations(1)?$select=DocEntry,Category,ID" | |
}, | |
{ | |
"method": "GET", | |
"path": "ExtendedTranslations", | |
"description": "Retrieve a collection of 'ExtendedTranslations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ExtendedTranslations\n\nGET https://localhost:50000/b1s/v2/ExtendedTranslations?$select=DocEntry,Category,ID&$filter=DocEntry ge 1 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ExtendedTranslations", | |
"description": "Create an instance of 'ExtendedTranslations' with the given payload of type 'ExtendedTranslation' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ExtendedTranslations\n{\n \"Category\": \"asEFMItem\",\n \"ID\": \"test\",\n \"SecondaryID\": \"SecondaryID\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ExtendedTranslations(id)", | |
"description": "Update an instance of 'ExtendedTranslations' with the given payload of type 'ExtendedTranslation' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ExtendedTranslations(1)\n{\n \"ID\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ExtendedTranslations(id)", | |
"description": "Delete an instance of 'ExtendedTranslations' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ExtendedTranslations(1)" | |
} | |
] | |
}, | |
{ | |
"service": "FAAccountDeterminations", | |
"description": "This entity enables you to manipulate 'FAAccountDeterminations'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "FAAccountDeterminations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'FAAccountDeterminations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/FAAccountDeterminations('test')\n\nGET https://localhost:50000/b1s/v2/FAAccountDeterminations('test')?$select=Code,Description,AssetBalanceSheetAccount" | |
}, | |
{ | |
"method": "GET", | |
"path": "FAAccountDeterminations", | |
"description": "Retrieve a collection of 'FAAccountDeterminations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/FAAccountDeterminations\n\nGET https://localhost:50000/b1s/v2/FAAccountDeterminations?$select=Code,Description,AssetBalanceSheetAccount&$filter=startswith(Code, 'test') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "FAAccountDeterminations", | |
"description": "Create an instance of 'FAAccountDeterminations' with the given payload of type 'FAAccountDetermination' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/FAAccountDeterminations\n{\n \"AccumulatedOrdinaryDepr\": \"2180\",\n \"AccumulatedSpecialDepr\": \"2185\",\n \"AccumulatedUnplannedDepr\": \"2182\",\n \"AssetBalanceSheetAccount\": \"0027\",\n \"ClearingAccountAcquisition\": \"2307\",\n \"Code\": \"test\",\n \"Description\": \"Immaterielle Verm.\",\n \"LeavewithExpenseNBVGross\": \"2310\",\n \"LeavewithRevenueNBVGross\": \"2315\",\n \"OrdinaryDepreciation\": \"4822\",\n \"RetirementwithExpenseNet\": \"4850\",\n \"RetirementwithRevenueNet\": \"4850\",\n \"RevaluationReserveAccount\": \"4850\",\n \"RevaluationReserveClearing\": \"4850\",\n \"RevenueAccountforRetirement\": \"8837\",\n \"RevenueClearingAccount\": \"4850\",\n \"RevenuefromAssetSalesNet\": \"4850\",\n \"SpecialDepreciation\": \"4850\",\n \"UnplannedDepreciation\": \"4826\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "FAAccountDeterminations(id)", | |
"description": "Update an instance of 'FAAccountDeterminations' with the given payload of type 'FAAccountDetermination' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/FAAccountDeterminations('test')\n{\n \"RevenueClearingAccount\": \"2310\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "FAAccountDeterminations(id)", | |
"description": "Delete an instance of 'FAAccountDeterminations' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/FAAccountDeterminations('test')" | |
} | |
] | |
}, | |
{ | |
"service": "FactoringIndicators", | |
"description": "This entity enables you to manipulate 'FactoringIndicators'. It defines keys that can be recorded in certain journal entries and used as selection criteria in various reports.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "FactoringIndicators(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'FactoringIndicators' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/FactoringIndicators('abc')\n\nGET https://localhost:50000/b1s/v2/FactoringIndicators('abc')?$select=IndicatorCode,IndicatorName" | |
}, | |
{ | |
"method": "GET", | |
"path": "FactoringIndicators", | |
"description": "Retrieve a collection of 'FactoringIndicators' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/FactoringIndicators\n\nGET https://localhost:50000/b1s/v2/FactoringIndicators?$select=IndicatorCode,IndicatorName&$filter=startswith(IndicatorCode, 'a') &$orderby=IndicatorCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "FactoringIndicators", | |
"description": "Create an instance of 'FactoringIndicators' with the given payload of type 'FactoringIndicator' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/FactoringIndicators\n{\n \"IndicatorCode\": \"abc\",\n \"IndicatorName\": \"new indicator\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "FactoringIndicators(id)", | |
"description": "Update an instance of 'FactoringIndicators' with the given payload of type 'FactoringIndicator' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/FactoringIndicators('abc')\n{\n \"IndicatorName\": \"customer indicator\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "FactoringIndicators(id)", | |
"description": "Delete an instance of 'FactoringIndicators' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/FactoringIndicators('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "FinancialYears", | |
"description": "This entity enables you to manipulate 'FinancialYears'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "FinancialYears(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'FinancialYears' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/FinancialYears(1)\n\nGET https://localhost:50000/b1s/v2/FinancialYears(1)?$select=AbsEntry,Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "FinancialYears", | |
"description": "Retrieve a collection of 'FinancialYears' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/FinancialYears\n\nGET https://localhost:50000/b1s/v2/FinancialYears?$select=AbsEntry,Code,Description&$filter=AbsEntry ge 1 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "FinancialYears", | |
"description": "Create an instance of 'FinancialYears' with the given payload of type 'FinancialYear' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/FinancialYears\n{\n \"AssessYear\": \"201718\",\n \"Code\": \"201617\",\n \"Description\": \"201617\",\n \"EndDate\": \"2017-08-31\",\n \"StartDate\": \"2016-09-01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "FinancialYears(id)", | |
"description": "Update an instance of 'FinancialYears' with the given payload of type 'FinancialYear' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/FinancialYears(1)\n{\n \"Description\": \"TEST\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "FinancialYears(id)", | |
"description": "Delete an instance of 'FinancialYears' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/FinancialYears(1)" | |
} | |
] | |
}, | |
{ | |
"service": "FiscalPrinter", | |
"description": "This entity enables you to manipulate 'FiscalPrinter'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "FiscalPrinter(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'FiscalPrinter' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/FiscalPrinter('1')\n\nGET https://localhost:50000/b1s/v2/FiscalPrinter('1')?$select=EquipmentNo,Model,ManufacturerSerialN" | |
}, | |
{ | |
"method": "GET", | |
"path": "FiscalPrinter", | |
"description": "Retrieve a collection of 'FiscalPrinter' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/FiscalPrinter\n\nGET https://localhost:50000/b1s/v2/FiscalPrinter?$select=EquipmentNo,Model,ManufacturerSerialN&$filter=startswith(EquipmentNo, '1') &$orderby=EquipmentNo&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "FiscalPrinter", | |
"description": "Create an instance of 'FiscalPrinter' with the given payload of type 'FiscalPrinter' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/FiscalPrinter\n{\n \"EquipmentNo\": \"1\",\n \"FiscalDocumentModel\": \"FM\",\n \"ManufacturerSerialN\": \"ManufacturerSerialN\",\n \"Model\": \"Model\",\n \"RegisterNo\": \"0123456789\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "FiscalPrinter(id)", | |
"description": "Update an instance of 'FiscalPrinter' with the given payload of type 'FiscalPrinter' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/FiscalPrinter('1')\n{\n \"EquipmentNo\": \"1\",\n \"FiscalDocumentModel\": \"FM\",\n \"ManufacturerSerialN\": \"ManufacturerSerialN\",\n \"Model\": \"Model\",\n \"RegisterNo\": \"0123456789\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "FiscalPrinter(id)", | |
"description": "Delete an instance of 'FiscalPrinter' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/FiscalPrinter('1')" | |
} | |
] | |
}, | |
{ | |
"service": "FormattedSearches", | |
"description": "This entity enables you to manipulate 'FormattedSearches'. It allows to assign a formatted search function to a specified field, so that SAP Business One users can enter values, originated by a pre-defined search process, to the field.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "FormattedSearches(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'FormattedSearches' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/FormattedSearches(24488)\n\nGET https://localhost:50000/b1s/v2/FormattedSearches(24488)?$select=FormID,ItemID,ColumnID" | |
}, | |
{ | |
"method": "GET", | |
"path": "FormattedSearches", | |
"description": "Retrieve a collection of 'FormattedSearches' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/FormattedSearches\n\nGET https://localhost:50000/b1s/v2/FormattedSearches?$select=FormID,ItemID,ColumnID&$filter=Index ge 24488 &$orderby=Index&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "FormattedSearches", | |
"description": "Create an instance of 'FormattedSearches' with the given payload of type 'FormattedSearche' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/FormattedSearches\n{\n \"Action\": \"bofsaValidValues\",\n \"ByField\": \"tYES\",\n \"ColumnID\": \"-1\",\n \"FormID\": \"139\",\n \"Index\": \"24488\",\n \"ItemID\": \"16\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "FormattedSearches(id)", | |
"description": "Update an instance of 'FormattedSearches' with the given payload of type 'FormattedSearche' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/FormattedSearches(24488)\n{\n \"ItemID\": \"29\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "FormattedSearches(id)", | |
"description": "Delete an instance of 'FormattedSearches' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/FormattedSearches(24488)" | |
} | |
] | |
}, | |
{ | |
"service": "FormPreferences", | |
"description": "This entity enables you to manipulate 'FormPreferences'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "FormPreferences(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'FormPreferences' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/FormPreferences(User=123,FormID='abc',ItemNumber='abc',Column='abc')\n\nGET https://localhost:50000/b1s/v2/FormPreferences(User=123,FormID='abc',ItemNumber='abc',Column='abc')?$select=User,FormID,ItemNumber" | |
}, | |
{ | |
"method": "GET", | |
"path": "FormPreferences", | |
"description": "Retrieve a collection of 'FormPreferences' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/FormPreferences\n\nGET https://localhost:50000/b1s/v2/FormPreferences?$select=User,FormID,ItemNumber&$filter=User ge 123 and startswith(FormID, 'a') and startswith(ItemNumber, 'a') and startswith(Column, 'a') &$orderby=User,FormID,ItemNumber,Column&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "FormPreferences(id)", | |
"description": "Update an instance of 'FormPreferences' with the given payload of type 'ColumnPreferences' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/FormPreferences(User=123,FormID='abc',ItemNumber='abc',Column='abc')\n{\n \"VisibleInExpanded\": \"tNO\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "FormPreferences(id)", | |
"description": "Delete an instance of 'FormPreferences' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/FormPreferences(User=123,FormID='abc',ItemNumber='abc',Column='abc')" | |
} | |
] | |
}, | |
{ | |
"service": "Forms1099", | |
"description": "This entity enables you to manipulate 'Forms1099'. It defines new Form 1099 types in addition to the existing types: 1099 Miscellaneous, 1099 Interest, and 1099 Dividends.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Forms1099(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Forms1099' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Forms1099(123)\n\nGET https://localhost:50000/b1s/v2/Forms1099(123)?$select=FormCode,Form1099,Boxes1099" | |
}, | |
{ | |
"method": "GET", | |
"path": "Forms1099", | |
"description": "Retrieve a collection of 'Forms1099' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Forms1099\n\nGET https://localhost:50000/b1s/v2/Forms1099?$select=FormCode,Form1099,Boxes1099&$filter=FormCode ge 123 &$orderby=FormCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Forms1099", | |
"description": "Create an instance of 'Forms1099' with the given payload of type 'Forms1099' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Forms1099\n{\n \"Boxes1099\": [\n {\n \"Box1099\": \"01\",\n \"BoxDescription\": \"Foreign tax paid\",\n \"Minimum1099Amount\": \"11\"\n }\n ],\n \"Form1099\": \"1099 Tax\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Forms1099(id)", | |
"description": "Update an instance of 'Forms1099' with the given payload of type 'Forms1099' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Forms1099(123)\n{\n \"Boxes1099\": [\n {\n \"Minimum1099Amount\": \"30\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Forms1099(id)", | |
"description": "Delete an instance of 'Forms1099' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Forms1099(123)" | |
} | |
] | |
}, | |
{ | |
"service": "GLAccountAdvancedRules", | |
"description": "This entity enables you to manipulate 'GLAccountAdvancedRules'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "GLAccountAdvancedRules(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'GLAccountAdvancedRules' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/GLAccountAdvancedRules(8)\n\nGET https://localhost:50000/b1s/v2/GLAccountAdvancedRules(8)?$select=AbsoluteEntry,Period,BeginningofFinancialYear" | |
}, | |
{ | |
"method": "GET", | |
"path": "GLAccountAdvancedRules", | |
"description": "Retrieve a collection of 'GLAccountAdvancedRules' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/GLAccountAdvancedRules\n\nGET https://localhost:50000/b1s/v2/GLAccountAdvancedRules?$select=AbsoluteEntry,Period,BeginningofFinancialYear&$filter=AbsoluteEntry ge 123 &$orderby=AbsoluteEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "GLAccountAdvancedRules", | |
"description": "Create an instance of 'GLAccountAdvancedRules' with the given payload of type 'GLAccountAdvancedRule' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/GLAccountAdvancedRules\n{\n \"AbsoluteEntry\": 1,\n \"BeginningofFinancialYear\": \"2016-01-01\",\n \"Code\": \"Test1\",\n \"Description\": \"Test Determination Rules1\",\n \"EUExpensesAccount\": \"2730\",\n \"EURevenuesAccount\": \"2725\",\n \"ExpenseClearingAct\": \"2739\",\n \"ExpensesAccount\": \"2720\",\n \"FinancialYear\": 2016,\n \"ForeignExpensAcc\": \"2735\",\n \"ForeignRevenueAcc\": \"2732\",\n \"FromDate\": \"2016-01-01\",\n \"IsActive\": \"tNO\",\n \"Period\": \"2016\",\n \"RevenuesAccount\": \"2715\",\n \"ToDate\": \"2016-12-31\",\n \"Warehouse\": \"01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "GLAccountAdvancedRules(id)", | |
"description": "Update an instance of 'GLAccountAdvancedRules' with the given payload of type 'GLAccountAdvancedRule' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/GLAccountAdvancedRules(8)\n{\n \"AbsoluteEntry\": 1,\n \"Description\": \"Test Determination Rules123\",\n \"IsActive\": \"tYES\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "GLAccountAdvancedRules(id)", | |
"description": "Delete an instance of 'GLAccountAdvancedRules' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/GLAccountAdvancedRules(8)" | |
} | |
] | |
}, | |
{ | |
"service": "GoodsReturnRequest", | |
"description": "This entity enables you to manipulate 'GoodsReturnRequest'. A return is the clearing document for a delivery.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "GoodsReturnRequest(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'GoodsReturnRequest' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/GoodsReturnRequest(123)\n\nGET https://localhost:50000/b1s/v2/GoodsReturnRequest(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "GoodsReturnRequest", | |
"description": "Retrieve a collection of 'GoodsReturnRequest' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/GoodsReturnRequest\n\nGET https://localhost:50000/b1s/v2/GoodsReturnRequest?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "GoodsReturnRequest", | |
"description": "Create an instance of 'GoodsReturnRequest' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/GoodsReturnRequest\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "GoodsReturnRequest(id)", | |
"description": "Update an instance of 'GoodsReturnRequest' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/GoodsReturnRequest(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "GoodsReturnRequest(id)", | |
"description": "Delete an instance of 'GoodsReturnRequest' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/GoodsReturnRequest(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "GoodsReturnRequest(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/GoodsReturnRequest(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "GoodsReturnRequest(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/GoodsReturnRequest(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "GoodsReturnRequest(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/GoodsReturnRequest(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "GoodsReturnRequest(id)/SaveDraftToDocument", | |
"description": "Invoke the method 'SaveDraftToDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/GoodsReturnRequest(123)/SaveDraftToDocument" | |
}, | |
{ | |
"method": "POST", | |
"path": "GoodsReturnRequest(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/GoodsReturnRequest(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "GovPayCodes", | |
"description": "This entity enables you to manipulate 'GovPayCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "GovPayCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'GovPayCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/GovPayCodes(123)\n\nGET https://localhost:50000/b1s/v2/GovPayCodes(123)?$select=AbsId,Code,Descr" | |
}, | |
{ | |
"method": "GET", | |
"path": "GovPayCodes", | |
"description": "Retrieve a collection of 'GovPayCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/GovPayCodes\n\nGET https://localhost:50000/b1s/v2/GovPayCodes?$select=AbsId,Code,Descr&$filter=AbsId ge 123 &$orderby=AbsId&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "GovPayCodes", | |
"description": "Create an instance of 'GovPayCodes' with the given payload of type 'GovPayCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/GovPayCodes\n{\n \"AbsId\": 1,\n \"Code\": \"c1\",\n \"Descr\": \"c1\",\n \"GovPayCodeAuthorities\": [],\n \"Prdcity\": \"gpcpMonth\",\n \"StateTax\": \"tNO\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "GovPayCodes(id)", | |
"description": "Update an instance of 'GovPayCodes' with the given payload of type 'GovPayCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/GovPayCodes(123)\n{\n \"Descr\": \"c1211\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "GovPayCodes(id)", | |
"description": "Delete an instance of 'GovPayCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/GovPayCodes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Holidays", | |
"description": "This entity enables you to manipulate 'Holidays'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Holidays(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Holidays' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Holidays('holiday1')\n\nGET https://localhost:50000/b1s/v2/Holidays('holiday1')?$select=HolidayCode,WeekendFrom,WeekendTO" | |
}, | |
{ | |
"method": "GET", | |
"path": "Holidays", | |
"description": "Retrieve a collection of 'Holidays' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Holidays\n\nGET https://localhost:50000/b1s/v2/Holidays?$select=HolidayCode,WeekendFrom,WeekendTO&$filter=startswith(HolidayCode, 'h') &$orderby=HolidayCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Holidays", | |
"description": "Create an instance of 'Holidays' with the given payload of type 'Holiday' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Holidays\n{\n \"HolidayCode\": \"holiday1\",\n \"HolidayDates\": [\n {\n \"EndDate\": \"2020-01-02\",\n \"Remarks\": \"test\",\n \"StartDate\": \"2020-01-01\"\n }\n ],\n \"IgnoreWeekend\": \"N\",\n \"IsCurrentYear\": \"tYES\",\n \"WeekNoRule\": \"fromFirstFourDayWeek\",\n \"WeekendFrom\": \"Monday\",\n \"WeekendTO\": \"Tuesday\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Holidays(id)", | |
"description": "Update an instance of 'Holidays' with the given payload of type 'Holiday' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Holidays('holiday1')\n{\n \"HolidayDates\": [\n {\n \"EndDate\": \"2020-01-02\",\n \"HolidayCode\": \"holiday1\",\n \"Remarks\": \"newRemarks\",\n \"StartDate\": \"2020-01-01\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Holidays(id)", | |
"description": "Delete an instance of 'Holidays' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Holidays('holiday1')" | |
} | |
] | |
}, | |
{ | |
"service": "HouseBankAccounts", | |
"description": "This entity enables you to manipulate 'HouseBankAccounts'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "HouseBankAccounts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'HouseBankAccounts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/HouseBankAccounts(123)\n\nGET https://localhost:50000/b1s/v2/HouseBankAccounts(123)?$select=BankCode,AccNo,Branch" | |
}, | |
{ | |
"method": "GET", | |
"path": "HouseBankAccounts", | |
"description": "Retrieve a collection of 'HouseBankAccounts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/HouseBankAccounts\n\nGET https://localhost:50000/b1s/v2/HouseBankAccounts?$select=BankCode,AccNo,Branch&$filter=AbsoluteEntry ge 123 &$orderby=AbsoluteEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "HouseBankAccounts", | |
"description": "Create an instance of 'HouseBankAccounts' with the given payload of type 'HouseBankAccount' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/HouseBankAccounts\n{\n \"AccNo\": \"11123456\",\n \"BankCode\": \"HSBC\",\n \"BankKey\": \"6\",\n \"Branch\": \"123\",\n \"Country\": \"US\",\n \"GLAccount\": \"_SYS00000000001\",\n \"GLInterimAccount\": \"_SYS00000000052\",\n \"ZipCode\": \"201200\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "HouseBankAccounts(id)", | |
"description": "Update an instance of 'HouseBankAccounts' with the given payload of type 'HouseBankAccount' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/HouseBankAccounts(123)\n{\n \"ZipCode\": \"200-10\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "HouseBankAccounts(id)", | |
"description": "Delete an instance of 'HouseBankAccounts' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/HouseBankAccounts(123)" | |
} | |
] | |
}, | |
{ | |
"service": "IncomingPayments", | |
"description": "This entity enables you to manipulate 'IncomingPayments'. It represents incoming payments from customers or, for returned goods, from vendors. Available payment methods are cash, credit cards, checks, bank transfers, and in some localizations, bills of exchange.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "IncomingPayments(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'IncomingPayments' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/IncomingPayments(123)\n\nGET https://localhost:50000/b1s/v2/IncomingPayments(123)?$select=DocNum,DocType,HandWritten" | |
}, | |
{ | |
"method": "GET", | |
"path": "IncomingPayments", | |
"description": "Retrieve a collection of 'IncomingPayments' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/IncomingPayments\n\nGET https://localhost:50000/b1s/v2/IncomingPayments?$select=DocNum,DocType,HandWritten&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "IncomingPayments", | |
"description": "Create an instance of 'IncomingPayments' with the given payload of type 'Payment' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/IncomingPayments\n{\n \"CardCode\": \"c001\",\n \"CashAccount\": \"_SYS00000000002\",\n \"CashFlowAssignments\": [\n {\n \"AmountLC\": \"110\",\n \"PaymentMeans\": \"pmtCash\"\n }\n ],\n \"CashSum\": \"110\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "IncomingPayments(id)", | |
"description": "Update an instance of 'IncomingPayments' with the given payload of type 'Payment' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/IncomingPayments(123)\n{\n \"Remarks\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "IncomingPayments(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/IncomingPayments(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "IncomingPayments(id)/GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/IncomingPayments(123)/GetApprovalTemplates" | |
}, | |
{ | |
"method": "POST", | |
"path": "IncomingPayments(id)/CancelbyCurrentSystemDate", | |
"description": "Invoke the method 'CancelbyCurrentSystemDate' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/IncomingPayments(123)/CancelbyCurrentSystemDate" | |
}, | |
{ | |
"method": "POST", | |
"path": "IncomingPayments(id)/RequestApproveCancellation", | |
"description": "Invoke the method 'RequestApproveCancellation' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/IncomingPayments(123)/RequestApproveCancellation" | |
} | |
] | |
}, | |
{ | |
"service": "IndiaHsn", | |
"description": "This entity enables you to manipulate 'IndiaHsn'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "IndiaHsn(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'IndiaHsn' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/IndiaHsn(123)\n\nGET https://localhost:50000/b1s/v2/IndiaHsn(123)?$select=AbsEntry" | |
}, | |
{ | |
"method": "GET", | |
"path": "IndiaHsn", | |
"description": "Retrieve a collection of 'IndiaHsn' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/IndiaHsn\n\nGET https://localhost:50000/b1s/v2/IndiaHsn?$select=AbsEntry&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "IndiaHsn", | |
"description": "Create an instance of 'IndiaHsn' with the given payload of type 'IndiaHsn' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/IndiaHsn\n{\n \"AbsEntry\": 1,\n \"Chapter\": \"07\",\n \"Description\": \"Test for HSN\",\n \"Heading\": \"01\",\n \"SubHeading\": \"0102\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "IndiaHsn(id)", | |
"description": "Update an instance of 'IndiaHsn' with the given payload of type 'IndiaHsn' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/IndiaHsn(123)\n{\n \"Chapter\": \"08\",\n \"Description\": \"Update HSN\",\n \"Heading\": \"01\",\n \"SubHeading\": \"0102\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "IndiaHsn(id)", | |
"description": "Delete an instance of 'IndiaHsn' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/IndiaHsn(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Industries", | |
"description": "This entity enables you to manipulate 'Industries'. It represents the industries list from which an industry can be associated with a sales opportunity.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Industries(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Industries' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Industries(123)\n\nGET https://localhost:50000/b1s/v2/Industries(123)?$select=IndustryDescription,IndustryName,IndustryCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "Industries", | |
"description": "Retrieve a collection of 'Industries' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Industries\n\nGET https://localhost:50000/b1s/v2/Industries?$select=IndustryDescription,IndustryName,IndustryCode&$filter=IndustryCode ge 123 &$orderby=IndustryCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Industries", | |
"description": "Create an instance of 'Industries' with the given payload of type 'Industry' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Industries\n{\n \"IndustryDescription\": \"chemical industry\",\n \"IndustryName\": \"chemical\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Industries(id)", | |
"description": "Update an instance of 'Industries' with the given payload of type 'Industry' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Industries(123)\n{\n \"IndustryDescription\": \"oil\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Industries(id)", | |
"description": "Delete an instance of 'Industries' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Industries(123)" | |
} | |
] | |
}, | |
{ | |
"service": "IntegrationPackagesConfigure", | |
"description": "This entity enables you to manipulate 'IntegrationPackagesConfigure'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "IntegrationPackagesConfigure(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'IntegrationPackagesConfigure' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/IntegrationPackagesConfigure(123)\n\nGET https://localhost:50000/b1s/v2/IntegrationPackagesConfigure(123)?$select=AbsEntry,Code,Name" | |
}, | |
{ | |
"method": "GET", | |
"path": "IntegrationPackagesConfigure", | |
"description": "Retrieve a collection of 'IntegrationPackagesConfigure' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/IntegrationPackagesConfigure\n\nGET https://localhost:50000/b1s/v2/IntegrationPackagesConfigure?$select=AbsEntry,Code,Name&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "IntegrationPackagesConfigure", | |
"description": "Create an instance of 'IntegrationPackagesConfigure' with the given payload of type 'IntegrationPackageConfigure' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/IntegrationPackagesConfigure\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "IntegrationPackagesConfigure(id)", | |
"description": "Update an instance of 'IntegrationPackagesConfigure' with the given payload of type 'IntegrationPackageConfigure' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/IntegrationPackagesConfigure(123)\n{\n \"IsEnable\": \"tYES\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "IntegrationPackagesConfigure(id)", | |
"description": "Delete an instance of 'IntegrationPackagesConfigure' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/IntegrationPackagesConfigure(123)" | |
} | |
] | |
}, | |
{ | |
"service": "InternalReconciliations", | |
"description": "This entity enables you to manipulate 'InternalReconciliations'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "InternalReconciliations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'InternalReconciliations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/InternalReconciliations(123)\n\nGET https://localhost:50000/b1s/v2/InternalReconciliations(123)?$select=ReconNum,ReconDate,CardOrAccount" | |
}, | |
{ | |
"method": "POST", | |
"path": "InternalReconciliations", | |
"description": "Create an instance of 'InternalReconciliations' with the given payload of type 'InternalReconciliation' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InternalReconciliations\n{\n \"CardOrAccount\": \"coaCard\",\n \"InternalReconciliationOpenTransRows\": [\n {\n \"CashDiscount\": null,\n \"CreditOrDebit\": \"codDebit\",\n \"ReconcileAmount\": 10,\n \"Selected\": \"tYES\",\n \"ShortName\": \"v01\",\n \"SrcObjAbs\": 5,\n \"SrcObjTyp\": \"46\",\n \"TransId\": 41,\n \"TransRowId\": 1\n },\n {\n \"CashDiscount\": null,\n \"CreditOrDebit\": \"codCredit\",\n \"ReconcileAmount\": 10,\n \"Selected\": \"tYES\",\n \"ShortName\": \"v01\",\n \"SrcObjAbs\": 11,\n \"SrcObjTyp\": \"18\",\n \"TransId\": 43,\n \"TransRowId\": 0\n }\n ],\n \"ReconDate\": \"2017-11-15\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "IntrastatConfiguration", | |
"description": "This entity enables you to manipulate 'IntrastatConfiguration'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "IntrastatConfiguration(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'IntrastatConfiguration' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/IntrastatConfiguration(123)\n\nGET https://localhost:50000/b1s/v2/IntrastatConfiguration(123)?$select=AbsEntry,ConfType,Code" | |
}, | |
{ | |
"method": "GET", | |
"path": "IntrastatConfiguration", | |
"description": "Retrieve a collection of 'IntrastatConfiguration' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/IntrastatConfiguration\n\nGET https://localhost:50000/b1s/v2/IntrastatConfiguration?$select=AbsEntry,ConfType,Code&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "IntrastatConfiguration", | |
"description": "Create an instance of 'IntrastatConfiguration' with the given payload of type 'IntrastatConfiguration' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/IntrastatConfiguration\n{\n \"AbsEntry\": 1,\n \"Code\": \"c/k11\",\n \"ConfID\": \"M:c/k:::\",\n \"ConfType\": \"enAdditionalMeasureUnit\",\n \"Country\": null,\n \"DateFrom\": null,\n \"DateTo\": null,\n \"Descr\": \"test Quantidade de quilates (1 quilate metr. = 2 ?10-4 kg)\",\n \"Export\": \"tYES\",\n \"Import\": \"tYES\",\n \"PrcstVal\": 0,\n \"StatCode\": \"\",\n \"SuppUnit\": null,\n \"TriangDeal\": null\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "IntrastatConfiguration(id)", | |
"description": "Update an instance of 'IntrastatConfiguration' with the given payload of type 'IntrastatConfiguration' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/IntrastatConfiguration(123)\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "IntrastatConfiguration(id)", | |
"description": "Delete an instance of 'IntrastatConfiguration' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/IntrastatConfiguration(123)" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryCountings", | |
"description": "This entity enables you to manipulate 'InventoryCountings'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "InventoryCountings(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'InventoryCountings' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryCountings(123)\n\nGET https://localhost:50000/b1s/v2/InventoryCountings(123)?$select=DocumentEntry,DocumentNumber,Series" | |
}, | |
{ | |
"method": "GET", | |
"path": "InventoryCountings", | |
"description": "Retrieve a collection of 'InventoryCountings' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryCountings\n\nGET https://localhost:50000/b1s/v2/InventoryCountings?$select=DocumentEntry,DocumentNumber,Series&$filter=DocumentEntry ge 123 &$orderby=DocumentEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryCountings", | |
"description": "Create an instance of 'InventoryCountings' with the given payload of type 'InventoryCounting' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryCountings\n{\n \"InventoryCountingLines\": [\n {\n \"ItemCode\": \"I003\",\n \"WarehouseCode\": \"01\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "InventoryCountings(id)", | |
"description": "Update an instance of 'InventoryCountings' with the given payload of type 'InventoryCounting' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/InventoryCountings(123)\n{\n \"Remarks\": \"updated by ServiceLayer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "InventoryCountings(id)", | |
"description": "Delete an instance of 'InventoryCountings' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/InventoryCountings(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryCountings(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryCountings(123)/Close" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryCycles", | |
"description": "This entity enables you to manipulate 'InventoryCycles'. It allows to set up cycles of inventory counts and order intervals.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "InventoryCycles(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'InventoryCycles' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryCycles(123)\n\nGET https://localhost:50000/b1s/v2/InventoryCycles(123)?$select=CycleCode,CycleName,Frequency" | |
}, | |
{ | |
"method": "GET", | |
"path": "InventoryCycles", | |
"description": "Retrieve a collection of 'InventoryCycles' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryCycles\n\nGET https://localhost:50000/b1s/v2/InventoryCycles?$select=CycleCode,CycleName,Frequency&$filter=CycleCode ge 123 &$orderby=CycleCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryCycles", | |
"description": "Create an instance of 'InventoryCycles' with the given payload of type 'InventoryCycles' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryCycles\n{\n \"CycleName\": \"DailyCycle\",\n \"Frequency\": \"bof_Daily\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "InventoryCycles(id)", | |
"description": "Update an instance of 'InventoryCycles' with the given payload of type 'InventoryCycles' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/InventoryCycles(123)\n{\n \"Frequency\": \"bof_OneTime\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "InventoryCycles(id)", | |
"description": "Delete an instance of 'InventoryCycles' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/InventoryCycles(123)" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryGenEntries", | |
"description": "This entity enables you to manipulate 'InventoryGenEntries'. It represents inventory gains in quantities not resulting from doing business with vendors, for example, receipt from production.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "InventoryGenEntries(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'InventoryGenEntries' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryGenEntries(123)\n\nGET https://localhost:50000/b1s/v2/InventoryGenEntries(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "InventoryGenEntries", | |
"description": "Retrieve a collection of 'InventoryGenEntries' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryGenEntries\n\nGET https://localhost:50000/b1s/v2/InventoryGenEntries?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenEntries", | |
"description": "Create an instance of 'InventoryGenEntries' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenEntries\n{\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"UnitPrice\": \"1\"\n }\n ]\n}\nPOST https://localhost:50000/b1s/v2/InventoryGenEntries\n{\n \"DocDate\": \"20170604\",\n \"DocDueDate\": \"20170604\",\n \"DocumentLines\": [\n {\n \"BaseEntry\": \"12861\",\n \"BaseType\": \"202\",\n \"CostingCode\": \"1020\",\n \"DocumentLinesBinAllocations\": [\n {\n \"AllowNegativeQuantity\": \"Y\",\n \"BinAbsEntry\": \"2\",\n \"Quantity\": 1\n }\n ],\n \"Quantity\": 1,\n \"WarehouseCode\": \"MD01\"\n },\n {\n \"BaseEntry\": \"12861\",\n \"BaseType\": \"202\",\n \"CostingCode\": \"1177\",\n \"DocumentLinesBinAllocations\": [\n {\n \"AllowNegativeQuantity\": \"Y\",\n \"BinAbsEntry\": \"3\",\n \"Quantity\": 1\n }\n ],\n \"Quantity\": 1,\n \"WarehouseCode\": \"MD01\"\n },\n {\n \"BaseEntry\": \"12861\",\n \"BaseType\": \"202\",\n \"CostingCode\": \"1301\",\n \"DocumentLinesBinAllocations\": [\n {\n \"AllowNegativeQuantity\": \"Y\",\n \"BinAbsEntry\": \"4\",\n \"Quantity\": 1\n }\n ],\n \"Quantity\": 1,\n \"WarehouseCode\": \"MD01\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "InventoryGenEntries(id)", | |
"description": "Update an instance of 'InventoryGenEntries' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/InventoryGenEntries(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenEntries(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenEntries(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenEntries(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenEntries(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenEntries(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenEntries(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenEntries(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenEntries(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryGenExits", | |
"description": "This entity enables you to manipulate 'InventoryGenExits'. It represents inventory losses in quantities not resulting from doing business with customers, for example, issue for production.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "InventoryGenExits(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'InventoryGenExits' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryGenExits(123)\n\nGET https://localhost:50000/b1s/v2/InventoryGenExits(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "InventoryGenExits", | |
"description": "Retrieve a collection of 'InventoryGenExits' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryGenExits\n\nGET https://localhost:50000/b1s/v2/InventoryGenExits?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenExits", | |
"description": "Create an instance of 'InventoryGenExits' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenExits\n{\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\"\n }\n ]\n}\nPOST https://localhost:50000/b1s/v2/InventoryGenExits\n{\n \"DocDate\": \"20170604\",\n \"DocDueDate\": \"20170604\",\n \"DocumentLines\": [\n {\n \"BaseEntry\": \"12861\",\n \"BaseLine\": 0,\n \"CostingCode\": \"1020\",\n \"DocumentLinesBinAllocations\": [\n {\n \"AllowNegativeQuantity\": \"Y\",\n \"BinAbsEntry\": \"2\",\n \"Quantity\": 1\n }\n ],\n \"Quantity\": 1,\n \"WarehouseCode\": \"MD01\"\n },\n {\n \"BaseEntry\": \"12861\",\n \"BaseLine\": 0,\n \"CostingCode\": \"1177\",\n \"DocumentLinesBinAllocations\": [\n {\n \"AllowNegativeQuantity\": \"Y\",\n \"BinAbsEntry\": \"3\",\n \"Quantity\": 1\n }\n ],\n \"Quantity\": 1,\n \"WarehouseCode\": \"MD01\"\n },\n {\n \"BaseEntry\": \"12861\",\n \"BaseLine\": 0,\n \"CostingCode\": \"1301\",\n \"DocumentLinesBinAllocations\": [\n {\n \"AllowNegativeQuantity\": \"Y\",\n \"BinAbsEntry\": \"4\",\n \"Quantity\": 1\n }\n ],\n \"Quantity\": 1,\n \"WarehouseCode\": \"MD01\"\n }\n ]\n}\nPOST https://localhost:50000/b1s/v2/InventoryGenExits\n{\n \"Comments\": \"Test\",\n \"DocDate\": \"2017-07-10\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"ITEM01\",\n \"Quantity\": 1,\n \"UnitPrice\": 10,\n \"WarehouseCode\": \"01\"\n }\n ],\n \"Document_ApprovalRequests\": [\n {\n \"ApprovalTemplatesID\": 1,\n \"Remarks\": \"Please approve\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "InventoryGenExits(id)", | |
"description": "Update an instance of 'InventoryGenExits' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/InventoryGenExits(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenExits(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenExits(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenExits(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenExits(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenExits(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenExits(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryGenExits(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryGenExits(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryOpeningBalances", | |
"description": "This entity enables you to manipulate 'InventoryOpeningBalances'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "InventoryOpeningBalances(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'InventoryOpeningBalances' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryOpeningBalances(123)\n\nGET https://localhost:50000/b1s/v2/InventoryOpeningBalances(123)?$select=DocumentEntry,PostingDate,DocumentDate" | |
}, | |
{ | |
"method": "GET", | |
"path": "InventoryOpeningBalances", | |
"description": "Retrieve a collection of 'InventoryOpeningBalances' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryOpeningBalances\n\nGET https://localhost:50000/b1s/v2/InventoryOpeningBalances?$select=DocumentEntry,PostingDate,DocumentDate&$filter=DocumentEntry ge 123 &$orderby=DocumentEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryOpeningBalances", | |
"description": "Create an instance of 'InventoryOpeningBalances' with the given payload of type 'InventoryOpeningBalance' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryOpeningBalances\n{\n \"BranchID\": null,\n \"DocObjectCodeEx\": \"310000001\",\n \"DocumentDate\": \"2016-01-01\",\n \"DocumentEntry\": 4,\n \"DocumentNumber\": 1,\n \"FinancialPeriod\": 1,\n \"InventoryOpeningBalanceLines\": [\n {\n \"ActualPrice\": 1,\n \"AllowBinNegativeQuantity\": \"tNO\",\n \"BarCode\": null,\n \"BinEntry\": null,\n \"CostingCode\": \"\",\n \"CostingCode2\": \"\",\n \"CostingCode3\": \"\",\n \"CostingCode4\": \"\",\n \"CostingCode5\": \"\",\n \"Currency\": \"R$\",\n \"DocumentEntry\": 4,\n \"InWarehouseQuantity\": 0,\n \"InventoryOpeningBalanceBatchNumbers\": [],\n \"InventoryOpeningBalanceSerialNumbers\": [],\n \"ItemCode\": \"I02\",\n \"ItemDescription\": null,\n \"LineNumber\": 1,\n \"Manufacturer\": -1,\n \"OpenInventoryAccount\": \"1.01.01.01.01\",\n \"OpeningBalance\": 1,\n \"PostedValueLC\": 1,\n \"PostedValueSC\": 1,\n \"PreferredVendor\": null,\n \"Price\": 1,\n \"ProjectCode\": null,\n \"Remarks\": \"\",\n \"SupplierCatalogNo\": null,\n \"Total\": 1,\n \"VisualOrder\": 1,\n \"WarehouseCode\": \"01\"\n }\n ],\n \"JournalRemark\": \"Inventory Opening Balances\",\n \"PeriodIndicator\": \"Padr\\u00c3\\u00a3o\",\n \"PostingDate\": \"2016-01-01\",\n \"PriceList\": -1,\n \"PriceSource\": \"iobpsItemCost\",\n \"Reference2\": null,\n \"Remarks\": null,\n \"Series\": 43\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "InventoryOpeningBalances(id)", | |
"description": "Update an instance of 'InventoryOpeningBalances' with the given payload of type 'InventoryOpeningBalance' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/InventoryOpeningBalances(123)\n{\n \"Remarks\": \"test\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryPostings", | |
"description": "This entity enables you to manipulate 'InventoryPostings'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "InventoryPostings(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'InventoryPostings' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryPostings(123)\n\nGET https://localhost:50000/b1s/v2/InventoryPostings(123)?$select=DocumentEntry,DocumentNumber,Series" | |
}, | |
{ | |
"method": "GET", | |
"path": "InventoryPostings", | |
"description": "Retrieve a collection of 'InventoryPostings' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryPostings\n\nGET https://localhost:50000/b1s/v2/InventoryPostings?$select=DocumentEntry,DocumentNumber,Series&$filter=DocumentEntry ge 123 &$orderby=DocumentEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryPostings", | |
"description": "Create an instance of 'InventoryPostings' with the given payload of type 'InventoryPosting' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryPostings\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "InventoryPostings(id)", | |
"description": "Update an instance of 'InventoryPostings' with the given payload of type 'InventoryPosting' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/InventoryPostings(123)\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "InventoryPostings(id)", | |
"description": "Delete an instance of 'InventoryPostings' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/InventoryPostings(123)" | |
} | |
] | |
}, | |
{ | |
"service": "InventoryTransferRequests", | |
"description": "This entity enables you to manipulate 'InventoryTransferRequests'. It represents a request to transfer inventory from one warehouse to another. After the requested quantity is received by the receiving warehouse, you can close the inventory transfer request and create an inventory transfer document.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "InventoryTransferRequests(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'InventoryTransferRequests' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryTransferRequests(123)\n\nGET https://localhost:50000/b1s/v2/InventoryTransferRequests(123)?$select=DocEntry,Series,Printed" | |
}, | |
{ | |
"method": "GET", | |
"path": "InventoryTransferRequests", | |
"description": "Retrieve a collection of 'InventoryTransferRequests' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/InventoryTransferRequests\n\nGET https://localhost:50000/b1s/v2/InventoryTransferRequests?$select=DocEntry,Series,Printed&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryTransferRequests", | |
"description": "Create an instance of 'InventoryTransferRequests' with the given payload of type 'StockTransfer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryTransferRequests\n{\n \"StockTransferLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"UnitPrice\": \"100\",\n \"WarehouseCode\": \"w001\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "InventoryTransferRequests(id)", | |
"description": "Update an instance of 'InventoryTransferRequests' with the given payload of type 'StockTransfer' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/InventoryTransferRequests(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryTransferRequests(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryTransferRequests(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryTransferRequests(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryTransferRequests(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "InventoryTransferRequests(id)/SaveDraftToDocument", | |
"description": "Invoke the method 'SaveDraftToDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/InventoryTransferRequests(123)/SaveDraftToDocument" | |
} | |
] | |
}, | |
{ | |
"service": "Invoices", | |
"description": "This entity enables you to manipulate 'Invoices'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Invoices(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Invoices' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Invoices(123)\n\nGET https://localhost:50000/b1s/v2/Invoices(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "Invoices", | |
"description": "Retrieve a collection of 'Invoices' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Invoices\n\nGET https://localhost:50000/b1s/v2/Invoices?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Invoices", | |
"description": "Create an instance of 'Invoices' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Invoices\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Invoices(id)", | |
"description": "Update an instance of 'Invoices' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Invoices(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "Invoices(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Invoices(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "Invoices(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Invoices(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "Invoices(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Invoices(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "Invoices(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Invoices(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "ItemGroups", | |
"description": "This entity enables you to manipulate 'ItemGroups'. It represents the definition of item groups in the Inventory module.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ItemGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ItemGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ItemGroups(123)\n\nGET https://localhost:50000/b1s/v2/ItemGroups(123)?$select=PriceDifferencesAccount,StockInflationAdjustAccount,MinimumOrderQuantity" | |
}, | |
{ | |
"method": "GET", | |
"path": "ItemGroups", | |
"description": "Retrieve a collection of 'ItemGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ItemGroups\n\nGET https://localhost:50000/b1s/v2/ItemGroups?$select=PriceDifferencesAccount,StockInflationAdjustAccount,MinimumOrderQuantity&$filter=Number ge 123 &$orderby=Number&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ItemGroups", | |
"description": "Create an instance of 'ItemGroups' with the given payload of type 'ItemGroups' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ItemGroups\n{\n \"GroupName\": \"ig001\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ItemGroups(id)", | |
"description": "Update an instance of 'ItemGroups' with the given payload of type 'ItemGroups' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ItemGroups(123)\n{\n \"Alert\": \"tYES\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ItemGroups(id)", | |
"description": "Delete an instance of 'ItemGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ItemGroups(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ItemImages", | |
"description": "This entity enables you to manipulate 'ItemImages'. It is a stream entity and relies on the entity 'Item'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ItemImages(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ItemImages' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ItemImages('i001')\n\nGET https://localhost:50000/b1s/v2/ItemImages('i001')/$value" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ItemImages(id)", | |
"description": "Update an instance of 'ItemImages' with an image of multipart/form-data format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ItemImages('i001')" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ItemImages(id)", | |
"description": "Delete an instance of 'ItemImages' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ItemImages('i001')" | |
} | |
] | |
}, | |
{ | |
"service": "ItemProperties", | |
"description": "This entity enables you to manipulate 'ItemProperties'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ItemProperties(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ItemProperties' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ItemProperties(9124)\n\nGET https://localhost:50000/b1s/v2/ItemProperties(9124)?$select=Number,PropertyName" | |
}, | |
{ | |
"method": "GET", | |
"path": "ItemProperties", | |
"description": "Retrieve a collection of 'ItemProperties' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ItemProperties\n\nGET https://localhost:50000/b1s/v2/ItemProperties?$select=Number,PropertyName&$filter=Number ge 9124 &$orderby=Number&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ItemProperties", | |
"description": "Create an instance of 'ItemProperties' with the given payload of type 'ItemProperty' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ItemProperties\n{\n \"Number\": \"9124\",\n \"PropertyName\": \"Item Property 9124\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ItemProperties(id)", | |
"description": "Update an instance of 'ItemProperties' with the given payload of type 'ItemProperty' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ItemProperties(9124)\n{\n \"PropertyName\": \"new Item Property 9124\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ItemProperties(id)", | |
"description": "Delete an instance of 'ItemProperties' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ItemProperties(9124)" | |
} | |
] | |
}, | |
{ | |
"service": "Items", | |
"description": "This entity enables you to manipulate 'Items'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Items(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Items' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Items('i001')\n\nGET https://localhost:50000/b1s/v2/Items('i001')?$select=ItemCode,ItemName,ForeignName" | |
}, | |
{ | |
"method": "GET", | |
"path": "Items", | |
"description": "Retrieve a collection of 'Items' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Items\n\nGET https://localhost:50000/b1s/v2/Items?$select=ItemCode,ItemName,ForeignName&$filter=startswith(ItemCode, 'a') &$orderby=ItemCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Items", | |
"description": "Create an instance of 'Items' with the given payload of type 'Item' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Items\n{\n \"ItemCode\": \"i001\",\n \"ItemName\": \"Item1\",\n \"ItemType\": \"itItems\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Items(id)", | |
"description": "Update an instance of 'Items' with the given payload of type 'Item' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Items('i001')\n{\n \"ItemName\": \"Updated Item Name\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Items(id)", | |
"description": "Delete an instance of 'Items' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Items('i001')" | |
}, | |
{ | |
"method": "POST", | |
"path": "Items(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Items('i001')/Cancel" | |
} | |
] | |
}, | |
{ | |
"service": "JournalEntries", | |
"description": "This entity enables you to manipulate 'JournalEntries'. It represents journal transactions.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "JournalEntries(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'JournalEntries' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/JournalEntries(123)\n\nGET https://localhost:50000/b1s/v2/JournalEntries(123)?$select=ReferenceDate,Memo,Reference" | |
}, | |
{ | |
"method": "GET", | |
"path": "JournalEntries", | |
"description": "Retrieve a collection of 'JournalEntries' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/JournalEntries\n\nGET https://localhost:50000/b1s/v2/JournalEntries?$select=ReferenceDate,Memo,Reference&$filter=JdtNum ge 123 &$orderby=JdtNum&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "JournalEntries", | |
"description": "Create an instance of 'JournalEntries' with the given payload of type 'JournalEntry' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/JournalEntries\n{\n \"JournalEntryLines\": [\n {\n \"AccountCode\": \"_SYS00000000019\",\n \"Credit\": 100,\n \"Debit\": 0\n },\n {\n \"AccountCode\": \"_SYS00000000164\",\n \"Credit\": 0,\n \"Debit\": 100\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "JournalEntries(id)", | |
"description": "Update an instance of 'JournalEntries' with the given payload of type 'JournalEntry' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/JournalEntries(123)\n{\n \"Memo\": \"new memo - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "JournalEntries(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/JournalEntries(123)/Cancel" | |
} | |
] | |
}, | |
{ | |
"service": "JournalEntryDocumentTypes", | |
"description": "This entity enables you to manipulate 'JournalEntryDocumentTypes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "JournalEntryDocumentTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'JournalEntryDocumentTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/JournalEntryDocumentTypes('type1')\n\nGET https://localhost:50000/b1s/v2/JournalEntryDocumentTypes('type1')?$select=JournalEntryType,DocTypeDescription,ShortName" | |
}, | |
{ | |
"method": "GET", | |
"path": "JournalEntryDocumentTypes", | |
"description": "Retrieve a collection of 'JournalEntryDocumentTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/JournalEntryDocumentTypes\n\nGET https://localhost:50000/b1s/v2/JournalEntryDocumentTypes?$select=JournalEntryType,DocTypeDescription,ShortName&$filter=startswith(JournalEntryType, 'a') &$orderby=JournalEntryType&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "JournalEntryDocumentTypes", | |
"description": "Create an instance of 'JournalEntryDocumentTypes' with the given payload of type 'JournalEntryDocumentType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/JournalEntryDocumentTypes\n{\n \"DocTypeDescription\": \"my desc\",\n \"JournalEntryType\": \"type1\",\n \"ShortName\": \"my first type\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "JournalEntryDocumentTypes(id)", | |
"description": "Update an instance of 'JournalEntryDocumentTypes' with the given payload of type 'JournalEntryDocumentType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/JournalEntryDocumentTypes('type1')\n{\n \"DocTypeDescription\": \"my desc - updated by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "JournalEntryDocumentTypes(id)", | |
"description": "Delete an instance of 'JournalEntryDocumentTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/JournalEntryDocumentTypes('type1')" | |
} | |
] | |
}, | |
{ | |
"service": "KnowledgeBaseSolutions", | |
"description": "This entity enables you to manipulate 'KnowledgeBaseSolutions'. It represents the knowledge base solutions in the Service module.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "KnowledgeBaseSolutions(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'KnowledgeBaseSolutions' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/KnowledgeBaseSolutions(123)\n\nGET https://localhost:50000/b1s/v2/KnowledgeBaseSolutions(123)?$select=ItemCode,Status,Owner" | |
}, | |
{ | |
"method": "GET", | |
"path": "KnowledgeBaseSolutions", | |
"description": "Retrieve a collection of 'KnowledgeBaseSolutions' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/KnowledgeBaseSolutions\n\nGET https://localhost:50000/b1s/v2/KnowledgeBaseSolutions?$select=ItemCode,Status,Owner&$filter=SolutionCode ge 123 &$orderby=SolutionCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "KnowledgeBaseSolutions", | |
"description": "Create an instance of 'KnowledgeBaseSolutions' with the given payload of type 'KnowledgeBaseSolution' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/KnowledgeBaseSolutions\n{\n \"Description\": \"Application Crashed on Linux system\",\n \"ItemCode\": \"item01\",\n \"Solution\": \"Crash issue\",\n \"Symptom\": \"Application Crashed\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "KnowledgeBaseSolutions(id)", | |
"description": "Update an instance of 'KnowledgeBaseSolutions' with the given payload of type 'KnowledgeBaseSolution' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/KnowledgeBaseSolutions(123)\n{\n \"Solution\": \"Application issue\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "KnowledgeBaseSolutions(id)", | |
"description": "Delete an instance of 'KnowledgeBaseSolutions' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/KnowledgeBaseSolutions(123)" | |
} | |
] | |
}, | |
{ | |
"service": "KPIs", | |
"description": "This entity enables you to manipulate 'KPIs'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "KPIs(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'KPIs' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/KPIs('abc')\n\nGET https://localhost:50000/b1s/v2/KPIs('abc')?$select=KPICode,KPIName,KPIType" | |
}, | |
{ | |
"method": "GET", | |
"path": "KPIs", | |
"description": "Retrieve a collection of 'KPIs' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/KPIs\n\nGET https://localhost:50000/b1s/v2/KPIs?$select=KPICode,KPIName,KPIType&$filter=startswith(KPICode, 'a') &$orderby=KPICode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "KPIs", | |
"description": "Create an instance of 'KPIs' with the given payload of type 'KPI' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/KPIs\n{\n \"KPICode\": \"CFC001\",\n \"KPIName\": \"Cash Flow Config001\",\n \"KPIType\": \"asSingle\",\n \"KPI_ItemLines\": [\n {\n \"KPICode\": \"CFC001\",\n \"KPILineNumber\": 1,\n \"KPIName\": \"No. of Days\",\n \"KPIValue1\": 5,\n \"KPIValue10\": 0,\n \"KPIValue11\": 0,\n \"KPIValue12\": 0,\n \"KPIValue13\": 0,\n \"KPIValue14\": 0,\n \"KPIValue15\": 0,\n \"KPIValue16\": 0,\n \"KPIValue17\": 0,\n \"KPIValue18\": 0,\n \"KPIValue19\": 0,\n \"KPIValue2\": 0,\n \"KPIValue20\": 0,\n \"KPIValue21\": 0,\n \"KPIValue22\": 0,\n \"KPIValue23\": 0,\n \"KPIValue24\": 0,\n \"KPIValue25\": 0,\n \"KPIValue26\": 0,\n \"KPIValue27\": 0,\n \"KPIValue28\": 0,\n \"KPIValue29\": 0,\n \"KPIValue3\": 0,\n \"KPIValue30\": 0,\n \"KPIValue4\": 0,\n \"KPIValue5\": 0,\n \"KPIValue6\": 0,\n \"KPIValue7\": 0,\n \"KPIValue8\": 0,\n \"KPIValue9\": 0\n }\n ],\n \"NumberOfColumns\": 1\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "KPIs(id)", | |
"description": "Update an instance of 'KPIs' with the given payload of type 'KPI' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/KPIs('abc')\n{\n \"KPIName\": \"Cash Flow Config0012\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "KPIs(id)", | |
"description": "Delete an instance of 'KPIs' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/KPIs('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "LandedCosts", | |
"description": "This entity enables you to manipulate 'LandedCosts'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "LandedCosts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'LandedCosts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/LandedCosts(123)\n\nGET https://localhost:50000/b1s/v2/LandedCosts(123)?$select=DocEntry,LandedCostNumber,PostingDate" | |
}, | |
{ | |
"method": "GET", | |
"path": "LandedCosts", | |
"description": "Retrieve a collection of 'LandedCosts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/LandedCosts\n\nGET https://localhost:50000/b1s/v2/LandedCosts?$select=DocEntry,LandedCostNumber,PostingDate&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "LandedCosts", | |
"description": "Create an instance of 'LandedCosts' with the given payload of type 'LandedCost' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/LandedCosts\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "LandedCosts(id)", | |
"description": "Update an instance of 'LandedCosts' with the given payload of type 'LandedCost' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/LandedCosts(123)\n{\n \"JournalRemarks\": \"update from sl\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "LandedCosts(id)", | |
"description": "Delete an instance of 'LandedCosts' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/LandedCosts(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "LandedCosts(id)/CloseLandedCost", | |
"description": "Invoke the method 'CloseLandedCost' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/LandedCosts(123)/CloseLandedCost" | |
}, | |
{ | |
"method": "POST", | |
"path": "LandedCosts(id)/CancelLandedCost", | |
"description": "Invoke the method 'CancelLandedCost' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/LandedCosts(123)/CancelLandedCost" | |
} | |
] | |
}, | |
{ | |
"service": "LandedCostsCodes", | |
"description": "This entity enables you to manipulate 'LandedCostsCodes'. It defines various types of landed costs (for example, insurance, customs) and their default distribution rules. When you record landed costs for deliveries, landed costs are allocated to the goods according to the distribution rule of each type.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "LandedCostsCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'LandedCostsCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/LandedCostsCodes('01')\n\nGET https://localhost:50000/b1s/v2/LandedCostsCodes('01')?$select=Code,Name,AllocationBy" | |
}, | |
{ | |
"method": "GET", | |
"path": "LandedCostsCodes", | |
"description": "Retrieve a collection of 'LandedCostsCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/LandedCostsCodes\n\nGET https://localhost:50000/b1s/v2/LandedCostsCodes?$select=Code,Name,AllocationBy&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "LandedCostsCodes", | |
"description": "Create an instance of 'LandedCostsCodes' with the given payload of type 'LandedCostsCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/LandedCostsCodes\n{\n \"AllocationBy\": \"ab_Quantity\",\n \"Code\": \"01\",\n \"Name\": \"Insurance\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "LandedCostsCodes(id)", | |
"description": "Update an instance of 'LandedCostsCodes' with the given payload of type 'LandedCostsCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/LandedCostsCodes('01')\n{\n \"Name\": \"Shipping\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "LandedCostsCodes(id)", | |
"description": "Delete an instance of 'LandedCostsCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/LandedCostsCodes('01')" | |
} | |
] | |
}, | |
{ | |
"service": "LegalData", | |
"description": "This entity enables you to manipulate 'LegalData'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "LegalData(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'LegalData' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/LegalData(123)\n\nGET https://localhost:50000/b1s/v2/LegalData(123)?$select=DocEntry,SourceObjectType,SourceObjectEntry" | |
}, | |
{ | |
"method": "GET", | |
"path": "LegalData", | |
"description": "Retrieve a collection of 'LegalData' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/LegalData\n\nGET https://localhost:50000/b1s/v2/LegalData?$select=DocEntry,SourceObjectType,SourceObjectEntry&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "LegalData", | |
"description": "Create an instance of 'LegalData' with the given payload of type 'LegalData' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/LegalData\n{\n \"DateOfPrinting\": null,\n \"DocEntry\": 1,\n \"DocumentNumber\": \"1\",\n \"FiscalNumber\": \"1\",\n \"FiscalSeries\": \"1\",\n \"FiscalUserID\": \"1\",\n \"LegalDataDetailCollection\": [\n {\n \"Amount\": 10,\n \"DocEntry\": 1,\n \"LineSequence\": 1,\n \"LineType\": \"ldlt_DocumentTotal\",\n \"TaxCode\": \"1\",\n \"TaxRate\": \"1\"\n }\n ],\n \"PrinterBrand\": \"1\",\n \"PrinterDllVersion\": \"1\",\n \"PrinterFirmwareVersion\": \"1\",\n \"PrinterModel\": \"1\",\n \"PrinterType\": \"1\",\n \"SourceObjectEntry\": 5,\n \"SourceObjectType\": \"bodt_Invoice\",\n \"TimeOfPrinting\": null\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "LegalData(id)", | |
"description": "Update an instance of 'LegalData' with the given payload of type 'LegalData' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/LegalData(123)\n{\n \"PrinterType\": \"12\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "LengthMeasures", | |
"description": "This entity enables you to manipulate 'LengthMeasures'. It defines the length and width measure units that are used for item records.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "LengthMeasures(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'LengthMeasures' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/LengthMeasures(123)\n\nGET https://localhost:50000/b1s/v2/LengthMeasures(123)?$select=UnitCode,UnitDisplay,UnitName" | |
}, | |
{ | |
"method": "GET", | |
"path": "LengthMeasures", | |
"description": "Retrieve a collection of 'LengthMeasures' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/LengthMeasures\n\nGET https://localhost:50000/b1s/v2/LengthMeasures?$select=UnitCode,UnitDisplay,UnitName&$filter=UnitCode ge 123 &$orderby=UnitCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "LengthMeasures", | |
"description": "Create an instance of 'LengthMeasures' with the given payload of type 'LengthMeasure' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/LengthMeasures\n{\n \"UnitCodeforQuantityDisplay\": \"kmm\",\n \"UnitDisplay\": \"KM\",\n \"UnitLengthinmm\": \"120\",\n \"UnitName\": \"kilometer\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "LengthMeasures(id)", | |
"description": "Update an instance of 'LengthMeasures' with the given payload of type 'LengthMeasure' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/LengthMeasures(123)\n{\n \"UnitLengthinmm\": \"240\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "LengthMeasures(id)", | |
"description": "Delete an instance of 'LengthMeasures' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/LengthMeasures(123)" | |
} | |
] | |
}, | |
{ | |
"service": "LocalEra", | |
"description": "This entity enables you to manipulate 'LocalEra'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "LocalEra(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'LocalEra' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/LocalEra('D')\n\nGET https://localhost:50000/b1s/v2/LocalEra('D')?$select=EraName,StartDate,Code" | |
}, | |
{ | |
"method": "GET", | |
"path": "LocalEra", | |
"description": "Retrieve a collection of 'LocalEra' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/LocalEra\n\nGET https://localhost:50000/b1s/v2/LocalEra?$select=EraName,StartDate,Code&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "LocalEra", | |
"description": "Create an instance of 'LocalEra' with the given payload of type 'LocalEra' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/LocalEra\n{\n \"Code\": \"D\",\n \"EraName\": \"Showa\",\n \"StartDate\": \"1923-12-25\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "LocalEra(id)", | |
"description": "Update an instance of 'LocalEra' with the given payload of type 'LocalEra' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/LocalEra('D')\n{\n \"EraName\": \"Maruzen\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "LocalEra(id)", | |
"description": "Delete an instance of 'LocalEra' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/LocalEra('D')" | |
} | |
] | |
}, | |
{ | |
"service": "Manufacturers", | |
"description": "This entity enables you to manipulate 'Manufacturers'. It defines manufacturers used in the Item master data.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Manufacturers(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Manufacturers' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Manufacturers(123)\n\nGET https://localhost:50000/b1s/v2/Manufacturers(123)?$select=Code,ManufacturerName" | |
}, | |
{ | |
"method": "GET", | |
"path": "Manufacturers", | |
"description": "Retrieve a collection of 'Manufacturers' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Manufacturers\n\nGET https://localhost:50000/b1s/v2/Manufacturers?$select=Code,ManufacturerName&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Manufacturers", | |
"description": "Create an instance of 'Manufacturers' with the given payload of type 'Manufacturer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Manufacturers\n{\n \"ManufacturerName\": \"Prosoft\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Manufacturers(id)", | |
"description": "Update an instance of 'Manufacturers' with the given payload of type 'Manufacturer' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Manufacturers(123)\n{\n \"ManufacturerName\": \"Rainbow\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Manufacturers(id)", | |
"description": "Delete an instance of 'Manufacturers' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Manufacturers(123)" | |
} | |
] | |
}, | |
{ | |
"service": "MaterialGroups", | |
"description": "This entity enables you to manipulate 'MaterialGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "MaterialGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'MaterialGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/MaterialGroups(123)\n\nGET https://localhost:50000/b1s/v2/MaterialGroups(123)?$select=AbsEntry,MaterialGroupCode,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "MaterialGroups", | |
"description": "Retrieve a collection of 'MaterialGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/MaterialGroups\n\nGET https://localhost:50000/b1s/v2/MaterialGroups?$select=AbsEntry,MaterialGroupCode,Description&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "MaterialGroups", | |
"description": "Create an instance of 'MaterialGroups' with the given payload of type 'MaterialGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MaterialGroups\n{\n \"AbsEntry\": 1,\n \"Description\": \"\",\n \"MaterialGroupCode\": \"1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "MaterialGroups(id)", | |
"description": "Update an instance of 'MaterialGroups' with the given payload of type 'MaterialGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/MaterialGroups(123)\n{\n \"Description\": \"test\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "MaterialGroups(id)", | |
"description": "Delete an instance of 'MaterialGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/MaterialGroups(123)" | |
} | |
] | |
}, | |
{ | |
"service": "MaterialRevaluation", | |
"description": "This entity enables you to manipulate 'MaterialRevaluation'. It allows to update the items' price (average price or standard price only), revaluate the stock, and create journal entries accordingly.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "MaterialRevaluation(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'MaterialRevaluation' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/MaterialRevaluation(123)\n\nGET https://localhost:50000/b1s/v2/MaterialRevaluation(123)?$select=DocNum,DocDate,Reference1" | |
}, | |
{ | |
"method": "GET", | |
"path": "MaterialRevaluation", | |
"description": "Retrieve a collection of 'MaterialRevaluation' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/MaterialRevaluation\n\nGET https://localhost:50000/b1s/v2/MaterialRevaluation?$select=DocNum,DocDate,Reference1&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "MaterialRevaluation", | |
"description": "Create an instance of 'MaterialRevaluation' with the given payload of type 'MaterialRevaluation' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MaterialRevaluation\n{\n \"Comments\": \"Create new revaluation for item\",\n \"DataSource\": \"I\",\n \"MaterialRevaluationLines\": [\n {\n \"ItemCode\": \"item01\",\n \"Price\": \"18805\"\n }\n ],\n \"RevalType\": \"P\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "MaterialRevaluation(id)", | |
"description": "Update an instance of 'MaterialRevaluation' with the given payload of type 'MaterialRevaluation' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/MaterialRevaluation(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "MaterialRevaluation(id)", | |
"description": "Delete an instance of 'MaterialRevaluation' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/MaterialRevaluation(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "MaterialRevaluation(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/MaterialRevaluation(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "MaterialRevaluation(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/MaterialRevaluation(123)/Close" | |
} | |
] | |
}, | |
{ | |
"service": "Messages", | |
"description": "This entity enables you to manipulate 'Messages'. You can also specify the OData query options to query the messages, which is a combination of Inbox messages, Outbox messages and to-send messages.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Messages(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Messages' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Messages(4)\n\nGET https://localhost:50000/b1s/v2/Messages(4)?$select=Code,User,Priority" | |
}, | |
{ | |
"method": "GET", | |
"path": "Messages", | |
"description": "Retrieve a collection of 'Messages' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Messages\n\nGET https://localhost:50000/b1s/v2/Messages?$select=Code,User,Priority&$filter=Code ge 1 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Messages", | |
"description": "Create an instance of 'Messages' with the given payload of type 'Message' in JSON format, which is functionally equivalent to the old method 'MessagesService_SendMessage'.", | |
"example": "POST https://localhost:50000/b1s/v2/Messages\n{\n \"MessageDataColumns\": [\n {\n \"ColumnName\": \"Document\",\n \"Link\": \"tYES\",\n \"MessageDataLines\": [\n {\n \"Object\": \"17\",\n \"ObjectKey\": \"2\",\n \"Value\": \"1\"\n }\n ]\n }\n ],\n \"RecipientCollection\": [\n {\n \"SendInternal\": \"tYES\",\n \"UserCode\": \"andy\"\n }\n ],\n \"Subject\": \"service layer subject 01\",\n \"Text\": \"test by service layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "Messages(id)/GetMessage", | |
"description": "Invoke the method 'GetMessage' on this EntitySet with the specified id. It is functionally equivalent to 'GET Messages(id)'", | |
"example": "POST https://localhost:50000/b1s/v2/Messages(1)/GetMessage" | |
} | |
] | |
}, | |
{ | |
"service": "MobileAddOnSetting", | |
"description": "This entity enables you to manipulate 'MobileAddOnSetting'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "MobileAddOnSetting(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'MobileAddOnSetting' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/MobileAddOnSetting('abc')\n\nGET https://localhost:50000/b1s/v2/MobileAddOnSetting('abc')?$select=Code,Description,Url" | |
}, | |
{ | |
"method": "GET", | |
"path": "MobileAddOnSetting", | |
"description": "Retrieve a collection of 'MobileAddOnSetting' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/MobileAddOnSetting\n\nGET https://localhost:50000/b1s/v2/MobileAddOnSetting?$select=Code,Description,Url&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "MobileAddOnSetting", | |
"description": "Create an instance of 'MobileAddOnSetting' with the given payload of type 'MobileAddOnSetting' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MobileAddOnSetting\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "MobileAddOnSetting(id)", | |
"description": "Update an instance of 'MobileAddOnSetting' with the given payload of type 'MobileAddOnSetting' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/MobileAddOnSetting('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "MobileAddOnSetting(id)", | |
"description": "Delete an instance of 'MobileAddOnSetting' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/MobileAddOnSetting('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "MultiLanguageTranslations", | |
"description": "This entity enables you to manipulate 'MultiLanguageTranslations'. It allows translating alphanumeric data of specified fields in master data objects (such as BusinessPartners and Items) to foreign languages and then printing documents in the translated languages.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "MultiLanguageTranslations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'MultiLanguageTranslations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/MultiLanguageTranslations(123)\n\nGET https://localhost:50000/b1s/v2/MultiLanguageTranslations(123)?$select=Numerator,TableName,FieldAlias" | |
}, | |
{ | |
"method": "GET", | |
"path": "MultiLanguageTranslations", | |
"description": "Retrieve a collection of 'MultiLanguageTranslations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/MultiLanguageTranslations\n\nGET https://localhost:50000/b1s/v2/MultiLanguageTranslations?$select=Numerator,TableName,FieldAlias&$filter=Numerator ge 123 &$orderby=Numerator&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "MultiLanguageTranslations", | |
"description": "Create an instance of 'MultiLanguageTranslations' with the given payload of type 'MultiLanguageTranslation' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/MultiLanguageTranslations\n{\n \"FieldAlias\": \"Free_Text\",\n \"PrimaryKeyofobject\": \"v001\",\n \"TableName\": \"OCRD\",\n \"TranslationsInUserLanguages\": [\n {\n \"LanguageCodeOfUserLanguage\": \"8\",\n \"Translationscontent\": \"Remarks\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "MultiLanguageTranslations(id)", | |
"description": "Update an instance of 'MultiLanguageTranslations' with the given payload of type 'MultiLanguageTranslation' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/MultiLanguageTranslations(123)\n{\n \"TranslationsInUserLanguages\": [\n {\n \"Translationscontent\": \"Description\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "MultiLanguageTranslations(id)", | |
"description": "Delete an instance of 'MultiLanguageTranslations' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/MultiLanguageTranslations(123)" | |
} | |
] | |
}, | |
{ | |
"service": "NatureOfAssessees", | |
"description": "This entity enables you to manipulate 'NatureOfAssessees'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "NatureOfAssessees(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'NatureOfAssessees' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/NatureOfAssessees(123)\n\nGET https://localhost:50000/b1s/v2/NatureOfAssessees(123)?$select=AbsEntry,Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "NatureOfAssessees", | |
"description": "Retrieve a collection of 'NatureOfAssessees' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/NatureOfAssessees\n\nGET https://localhost:50000/b1s/v2/NatureOfAssessees?$select=AbsEntry,Code,Description&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "NatureOfAssessees", | |
"description": "Create an instance of 'NatureOfAssessees' with the given payload of type 'NatureOfAssessee' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/NatureOfAssessees\n{\n \"AbsEntry\": 4,\n \"AssesseeType\": \"atOthers\",\n \"Code\": \"2HUF\",\n \"Description\": \"11HUF\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "NatureOfAssessees(id)", | |
"description": "Update an instance of 'NatureOfAssessees' with the given payload of type 'NatureOfAssessee' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/NatureOfAssessees(123)\n{\n \"Description\": \"11HUF\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "NatureOfAssessees(id)", | |
"description": "Delete an instance of 'NatureOfAssessees' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/NatureOfAssessees(123)" | |
} | |
] | |
}, | |
{ | |
"service": "NCMCodesSetup", | |
"description": "This entity enables you to manipulate 'NCMCodesSetup'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "NCMCodesSetup(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'NCMCodesSetup' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/NCMCodesSetup(123)\n\nGET https://localhost:50000/b1s/v2/NCMCodesSetup(123)?$select=AbsEntry,NCMCode,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "NCMCodesSetup", | |
"description": "Retrieve a collection of 'NCMCodesSetup' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/NCMCodesSetup\n\nGET https://localhost:50000/b1s/v2/NCMCodesSetup?$select=AbsEntry,NCMCode,Description&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "NCMCodesSetup", | |
"description": "Create an instance of 'NCMCodesSetup' with the given payload of type 'NCMCodeSetup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/NCMCodesSetup\n{\n \"AbsEntry\": 2,\n \"Description\": \"Outros\",\n \"NCMCode\": \"0905.59.901\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "NCMCodesSetup(id)", | |
"description": "Update an instance of 'NCMCodesSetup' with the given payload of type 'NCMCodeSetup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/NCMCodesSetup(123)\n{\n \"Description\": \"111Outros\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "NCMCodesSetup(id)", | |
"description": "Delete an instance of 'NCMCodesSetup' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/NCMCodesSetup(123)" | |
} | |
] | |
}, | |
{ | |
"service": "NFModels", | |
"description": "This entity enables you to manipulate 'NFModels'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "NFModels(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'NFModels' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/NFModels('abc')\n\nGET https://localhost:50000/b1s/v2/NFModels('abc')?$select=AbsEntry,NFMName,NFMDescription" | |
}, | |
{ | |
"method": "GET", | |
"path": "NFModels", | |
"description": "Retrieve a collection of 'NFModels' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/NFModels\n\nGET https://localhost:50000/b1s/v2/NFModels?$select=AbsEntry,NFMName,NFMDescription&$filter=startswith(AbsEntry, 'a') &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "NFModels", | |
"description": "Create an instance of 'NFModels' with the given payload of type 'NFModel' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/NFModels\n{\n \"AbsEntry\": \"55\",\n \"NFMCode\": \"201\",\n \"NFMDescription\": \"test\",\n \"NFMName\": \"testModelo 21\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "NFModels(id)", | |
"description": "Update an instance of 'NFModels' with the given payload of type 'NFModel' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/NFModels('abc')\n{\n \"NFMDescription\": \"02 Nota Fiscal de Venda a Consumidor\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "NFModels(id)", | |
"description": "Delete an instance of 'NFModels' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/NFModels('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "NFTaxCategories", | |
"description": "This entity enables you to manipulate 'NFTaxCategories'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "NFTaxCategories(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'NFTaxCategories' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/NFTaxCategories(123)\n\nGET https://localhost:50000/b1s/v2/NFTaxCategories(123)?$select=AbsId,Code,Locked" | |
}, | |
{ | |
"method": "GET", | |
"path": "NFTaxCategories", | |
"description": "Retrieve a collection of 'NFTaxCategories' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/NFTaxCategories\n\nGET https://localhost:50000/b1s/v2/NFTaxCategories?$select=AbsId,Code,Locked&$filter=AbsId ge 123 &$orderby=AbsId&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "NFTaxCategories", | |
"description": "Create an instance of 'NFTaxCategories' with the given payload of type 'NFTaxCategory' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/NFTaxCategories\n{\n \"AbsId\": 1,\n \"Code\": \"PIS1\",\n \"GPCId\": -1,\n \"Locked\": \"tNO\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "NFTaxCategories(id)", | |
"description": "Update an instance of 'NFTaxCategories' with the given payload of type 'NFTaxCategory' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/NFTaxCategories(123)\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "NFTaxCategories(id)", | |
"description": "Delete an instance of 'NFTaxCategories' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/NFTaxCategories(123)" | |
} | |
] | |
}, | |
{ | |
"service": "NotaFiscalCFOP", | |
"description": "This entity enables you to manipulate 'NotaFiscalCFOP'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "NotaFiscalCFOP(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'NotaFiscalCFOP' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/NotaFiscalCFOP(123)\n\nGET https://localhost:50000/b1s/v2/NotaFiscalCFOP(123)?$select=ID,Description,Code" | |
}, | |
{ | |
"method": "GET", | |
"path": "NotaFiscalCFOP", | |
"description": "Retrieve a collection of 'NotaFiscalCFOP' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/NotaFiscalCFOP\n\nGET https://localhost:50000/b1s/v2/NotaFiscalCFOP?$select=ID,Description,Code&$filter=ID ge 123 &$orderby=ID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "NotaFiscalCFOP", | |
"description": "Create an instance of 'NotaFiscalCFOP' with the given payload of type 'NotaFiscalCFOP' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/NotaFiscalCFOP\n{\n \"Application\": \"app0401\",\n \"Code\": \"00401\",\n \"Description\": \"cfop0401\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "NotaFiscalCFOP(id)", | |
"description": "Update an instance of 'NotaFiscalCFOP' with the given payload of type 'NotaFiscalCFOP' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/NotaFiscalCFOP(123)\n{\n \"Description\": \"cfop20200401\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "NotaFiscalCFOP(id)", | |
"description": "Delete an instance of 'NotaFiscalCFOP' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/NotaFiscalCFOP(123)" | |
} | |
] | |
}, | |
{ | |
"service": "NotaFiscalCST", | |
"description": "This entity enables you to manipulate 'NotaFiscalCST'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "NotaFiscalCST(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'NotaFiscalCST' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/NotaFiscalCST(123)\n\nGET https://localhost:50000/b1s/v2/NotaFiscalCST(123)?$select=ID,Code,Situation" | |
}, | |
{ | |
"method": "GET", | |
"path": "NotaFiscalCST", | |
"description": "Retrieve a collection of 'NotaFiscalCST' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/NotaFiscalCST\n\nGET https://localhost:50000/b1s/v2/NotaFiscalCST?$select=ID,Code,Situation&$filter=ID ge 123 &$orderby=ID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "NotaFiscalCST", | |
"description": "Create an instance of 'NotaFiscalCST' with the given payload of type 'NotaFiscalCST' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/NotaFiscalCST\n{\n \"CSTCodeOutgoing\": \"111\",\n \"Code\": \"0409\",\n \"DescriptionOutgoing\": \"desoutgoing\",\n \"Situation\": \"situ\",\n \"TaxCategory\": 1\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "NotaFiscalCST(id)", | |
"description": "Update an instance of 'NotaFiscalCST' with the given payload of type 'NotaFiscalCST' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/NotaFiscalCST(123)\n{\n \"DescriptionOutgoing\": \"desout\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "NotaFiscalCST(id)", | |
"description": "Delete an instance of 'NotaFiscalCST' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/NotaFiscalCST(123)" | |
} | |
] | |
}, | |
{ | |
"service": "NotaFiscalUsage", | |
"description": "This entity enables you to manipulate 'NotaFiscalUsage'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "NotaFiscalUsage(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'NotaFiscalUsage' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/NotaFiscalUsage(123)\n\nGET https://localhost:50000/b1s/v2/NotaFiscalUsage(123)?$select=ID,Usage,IncomingInStateCFOPCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "NotaFiscalUsage", | |
"description": "Retrieve a collection of 'NotaFiscalUsage' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/NotaFiscalUsage\n\nGET https://localhost:50000/b1s/v2/NotaFiscalUsage?$select=ID,Usage,IncomingInStateCFOPCode&$filter=ID ge 123 &$orderby=ID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "NotaFiscalUsage", | |
"description": "Create an instance of 'NotaFiscalUsage' with the given payload of type 'NotaFiscalUsage' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/NotaFiscalUsage\n{\n \"Description\": \"desc\",\n \"IncomingImportCFOPCode\": \"0402\",\n \"IncomingInStateCFOPCode\": \"0330\",\n \"IncomingOutStateCFOPCode\": \"0330\",\n \"OutgoingExportCFOPCode\": \"60000\",\n \"OutgoingInStateCFOPCode\": \"60000\",\n \"OutgoingOutStateCFOPCode\": \"60000\",\n \"Usage\": \"usage1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "NotaFiscalUsage(id)", | |
"description": "Update an instance of 'NotaFiscalUsage' with the given payload of type 'NotaFiscalUsage' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/NotaFiscalUsage(123)\n{\n \"Description\": \"desc01\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "NotaFiscalUsage(id)", | |
"description": "Delete an instance of 'NotaFiscalUsage' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/NotaFiscalUsage(123)" | |
} | |
] | |
}, | |
{ | |
"service": "OccurrenceCodes", | |
"description": "This entity enables you to manipulate 'OccurrenceCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "OccurrenceCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'OccurrenceCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/OccurrenceCodes(123)\n\nGET https://localhost:50000/b1s/v2/OccurrenceCodes(123)?$select=AbsEntry,Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "OccurrenceCodes", | |
"description": "Retrieve a collection of 'OccurrenceCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/OccurrenceCodes\n\nGET https://localhost:50000/b1s/v2/OccurrenceCodes?$select=AbsEntry,Code,Description&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "OccurrenceCodes", | |
"description": "Create an instance of 'OccurrenceCodes' with the given payload of type 'OccurenceCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/OccurrenceCodes\n{\n \"Code\": \"01\",\n \"Description\": \"001\",\n \"RequestedBoeStatus\": \"boes_Created\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "OccurrenceCodes(id)", | |
"description": "Update an instance of 'OccurrenceCodes' with the given payload of type 'OccurenceCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/OccurrenceCodes(123)\n{\n \"Description\": \"updating\",\n \"RequestedBoeStatus\": \"boes_Deposited\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "OccurrenceCodes(id)", | |
"description": "Delete an instance of 'OccurrenceCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/OccurrenceCodes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Orders", | |
"description": "This entity enables you to manipulate 'Orders'. It represents a commitment from a customer or lead to buy a product or service.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Orders(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Orders' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Orders(123)\n\nGET https://localhost:50000/b1s/v2/Orders(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "Orders", | |
"description": "Retrieve a collection of 'Orders' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Orders\n\nGET https://localhost:50000/b1s/v2/Orders?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Orders", | |
"description": "Create an instance of 'Orders' with the given payload of type 'Document' in JSON format. \n\t\t\t\tUnder normal conditions, a new order would be created on posting Orders. However, when activating approval procedures, \n\t\t\t\ta draft would be created due to the special business logic and service would return the error code -2028. \n\t\t\t\tFor this case, a header(Prefer: return-no-content) should be appended to avoid this error.\n\t\t\t\tAccordingly, service would return http staus 204, with empty response body.\n\t\t\t\tFor more details, please see Working with SAP Business One Service Layer.pdf.", | |
"example": "POST https://localhost:50000/b1s/v2/Orders\n{\n \"CardCode\": \"c001\",\n \"DocDueDate\": \"2014-04-04\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Orders(id)", | |
"description": "Update an instance of 'Orders' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Orders(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "Orders(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Orders(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "Orders(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Orders(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "Orders(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Orders(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "Orders(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Orders(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "PackagesTypes", | |
"description": "This entity enables you to manipulate 'PackagesTypes'. It represents various packaging types for deliveries.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PackagesTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PackagesTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PackagesTypes(123)\n\nGET https://localhost:50000/b1s/v2/PackagesTypes(123)?$select=Type,Code,Length1" | |
}, | |
{ | |
"method": "GET", | |
"path": "PackagesTypes", | |
"description": "Retrieve a collection of 'PackagesTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PackagesTypes\n\nGET https://localhost:50000/b1s/v2/PackagesTypes?$select=Type,Code,Length1&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PackagesTypes", | |
"description": "Create an instance of 'PackagesTypes' with the given payload of type 'PackagesType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PackagesTypes\n{\n \"Height1\": \"60\",\n \"Height1Unit\": \"4\",\n \"Length1\": \"10\",\n \"Length1Unit\": \"4\",\n \"Type\": \"carton\",\n \"VolumeUnit\": \"2\",\n \"Weight1\": \"200\",\n \"Weight1Unit\": \"3\",\n \"Width1\": \"30\",\n \"Width1Unit\": \"4\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PackagesTypes(id)", | |
"description": "Update an instance of 'PackagesTypes' with the given payload of type 'PackagesType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PackagesTypes(123)\n{\n \"Length1\": \"20\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PackagesTypes(id)", | |
"description": "Delete an instance of 'PackagesTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PackagesTypes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "PartnersSetups", | |
"description": "This entity enables you to manipulate 'PartnersSetups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PartnersSetups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PartnersSetups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PartnersSetups(1)\n\nGET https://localhost:50000/b1s/v2/PartnersSetups(1)?$select=PartnerID,Name,DefaultRelationship" | |
}, | |
{ | |
"method": "GET", | |
"path": "PartnersSetups", | |
"description": "Retrieve a collection of 'PartnersSetups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PartnersSetups\n\nGET https://localhost:50000/b1s/v2/PartnersSetups?$select=PartnerID,Name,DefaultRelationship&$filter=PartnerID ge 1 &$orderby=PartnerID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PartnersSetups", | |
"description": "Create an instance of 'PartnersSetups' with the given payload of type 'PartnersSetup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PartnersSetups\n{\n \"DefaultRelationship\": \"01\",\n \"Name\": \"Partner 01\",\n \"RelatedBP\": \"C01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PartnersSetups(id)", | |
"description": "Update an instance of 'PartnersSetups' with the given payload of type 'PartnersSetup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PartnersSetups(1)\n{\n \"Details\": \"Updated related BP\",\n \"RelatedBP\": \"V01\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PartnersSetups(id)", | |
"description": "Delete an instance of 'PartnersSetups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PartnersSetups(1)" | |
} | |
] | |
}, | |
{ | |
"service": "PaymentBlocks", | |
"description": "This entity enables you to manipulate 'PaymentBlocks'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PaymentBlocks(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PaymentBlocks' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentBlocks(5)\n\nGET https://localhost:50000/b1s/v2/PaymentBlocks(5)?$select=AbsEntry,PaymentBlockCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "PaymentBlocks", | |
"description": "Retrieve a collection of 'PaymentBlocks' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentBlocks\n\nGET https://localhost:50000/b1s/v2/PaymentBlocks?$select=AbsEntry,PaymentBlockCode&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PaymentBlocks", | |
"description": "Create an instance of 'PaymentBlocks' with the given payload of type 'PaymentBlock' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentBlocks\n{\n \"PaymentBlockCode\": \"aaaaaa\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PaymentBlocks(id)", | |
"description": "Update an instance of 'PaymentBlocks' with the given payload of type 'PaymentBlock' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PaymentBlocks(5)\n{\n \"PaymentBlockCode\": \"bbbbbbb\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PaymentBlocks(id)", | |
"description": "Delete an instance of 'PaymentBlocks' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PaymentBlocks(5)" | |
} | |
] | |
}, | |
{ | |
"service": "PaymentDrafts", | |
"description": "This entity enables you to manipulate 'PaymentDrafts'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PaymentDrafts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PaymentDrafts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentDrafts(123)\n\nGET https://localhost:50000/b1s/v2/PaymentDrafts(123)?$select=DocNum,DocType,HandWritten" | |
}, | |
{ | |
"method": "GET", | |
"path": "PaymentDrafts", | |
"description": "Retrieve a collection of 'PaymentDrafts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentDrafts\n\nGET https://localhost:50000/b1s/v2/PaymentDrafts?$select=DocNum,DocType,HandWritten&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PaymentDrafts", | |
"description": "Create an instance of 'PaymentDrafts' with the given payload of type 'Payment' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentDrafts\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PaymentDrafts(id)", | |
"description": "Update an instance of 'PaymentDrafts' with the given payload of type 'Payment' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PaymentDrafts(123)\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PaymentDrafts(id)", | |
"description": "Delete an instance of 'PaymentDrafts' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PaymentDrafts(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "PaymentDrafts(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentDrafts(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "PaymentDrafts(id)/SaveDraftToDocument", | |
"description": "Invoke the method 'SaveDraftToDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentDrafts(123)/SaveDraftToDocument" | |
}, | |
{ | |
"method": "POST", | |
"path": "PaymentDrafts(id)/GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentDrafts(123)/GetApprovalTemplates" | |
}, | |
{ | |
"method": "POST", | |
"path": "PaymentDrafts(id)/CancelbyCurrentSystemDate", | |
"description": "Invoke the method 'CancelbyCurrentSystemDate' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentDrafts(123)/CancelbyCurrentSystemDate" | |
} | |
] | |
}, | |
{ | |
"service": "PaymentReasonCodes", | |
"description": "This entity enables you to manipulate 'PaymentReasonCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PaymentReasonCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PaymentReasonCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentReasonCodes('abc')\n\nGET https://localhost:50000/b1s/v2/PaymentReasonCodes('abc')?$select=Code" | |
}, | |
{ | |
"method": "GET", | |
"path": "PaymentReasonCodes", | |
"description": "Retrieve a collection of 'PaymentReasonCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentReasonCodes\n\nGET https://localhost:50000/b1s/v2/PaymentReasonCodes?$select=Code&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PaymentReasonCodes", | |
"description": "Create an instance of 'PaymentReasonCodes' with the given payload of type 'PaymentReasonCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentReasonCodes\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PaymentReasonCodes(id)", | |
"description": "Update an instance of 'PaymentReasonCodes' with the given payload of type 'PaymentReasonCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PaymentReasonCodes('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PaymentReasonCodes(id)", | |
"description": "Delete an instance of 'PaymentReasonCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PaymentReasonCodes('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "PaymentRunExport", | |
"description": "This entity enables you to manipulate 'PaymentRunExport'. It allows you to export data of automatic payments for both incoming payments and outgoing payments to vendors.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PaymentRunExport(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PaymentRunExport' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentRunExport(123)\n\nGET https://localhost:50000/b1s/v2/PaymentRunExport(123)?$select=AbsoluteEntry,RunDate,VendorNum" | |
}, | |
{ | |
"method": "GET", | |
"path": "PaymentRunExport", | |
"description": "Retrieve a collection of 'PaymentRunExport' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentRunExport\n\nGET https://localhost:50000/b1s/v2/PaymentRunExport?$select=AbsoluteEntry,RunDate,VendorNum&$filter=AbsoluteEntry ge 123 &$orderby=AbsoluteEntry&$top=10&$skip=1" | |
} | |
] | |
}, | |
{ | |
"service": "PaymentTermsTypes", | |
"description": "This entity enables you to manipulate 'PaymentTermsTypes'. It represents the types of payment terms in the Banking module. The payment terms define typical agreements that apply to transactions with customers and vendors.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PaymentTermsTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PaymentTermsTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentTermsTypes(123)\n\nGET https://localhost:50000/b1s/v2/PaymentTermsTypes(123)?$select=GroupNumber,PaymentTermsGroupName,StartFrom" | |
}, | |
{ | |
"method": "GET", | |
"path": "PaymentTermsTypes", | |
"description": "Retrieve a collection of 'PaymentTermsTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PaymentTermsTypes\n\nGET https://localhost:50000/b1s/v2/PaymentTermsTypes?$select=GroupNumber,PaymentTermsGroupName,StartFrom&$filter=GroupNumber ge 123 &$orderby=GroupNumber&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PaymentTermsTypes", | |
"description": "Create an instance of 'PaymentTermsTypes' with the given payload of type 'PaymentTermsType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PaymentTermsTypes\n{\n \"CreditLimit\": \"44\",\n \"GeneralDiscount\": \"33\",\n \"LoadLimit\": \"55\",\n \"PaymentTermsGroupName\": \"10DTerm\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PaymentTermsTypes(id)", | |
"description": "Update an instance of 'PaymentTermsTypes' with the given payload of type 'PaymentTermsType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PaymentTermsTypes(123)\n{\n \"GeneralDiscount\": \"10\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PaymentTermsTypes(id)", | |
"description": "Delete an instance of 'PaymentTermsTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PaymentTermsTypes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "PickLists", | |
"description": "This entity enables you to manipulate 'PickLists'. It supports the picking process of items from the warehouse. The picking process applies only to items that are already approved in sales orders.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PickLists(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PickLists' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PickLists(3)\n\nGET https://localhost:50000/b1s/v2/PickLists(3)?$select=Absoluteentry,Name,OwnerCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "PickLists", | |
"description": "Retrieve a collection of 'PickLists' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PickLists\n\nGET https://localhost:50000/b1s/v2/PickLists?$select=Absoluteentry,Name,OwnerCode&$filter=Absoluteentry ge 2 &$orderby=Absoluteentry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PickLists", | |
"description": "Create an instance of 'PickLists' with the given payload of type 'PickList' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PickLists\n{\n \"ObjectType\": \"156\",\n \"PickDate\": \"2016-08-25\",\n \"PickListsLines\": [\n {\n \"BaseObjectType\": 17,\n \"OrderEntry\": 9,\n \"OrderRowID\": 0,\n \"ReleasedQuantity\": 1\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PickLists(id)", | |
"description": "Update an instance of 'PickLists' with the given payload of type 'PickList' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PickLists(3)\n{\n \"Remarks\": \"Updated Remarks\"\n}" | |
}, | |
{ | |
"method": "PUT", | |
"path": "PickLists(id)", | |
"description": "PickList is a very special object. The exposed properties are not enough for Service Layer to finish a patch operation with 'PickListsLines'. In this way, use 'put' instead.", | |
"example": "PUT https://localhost:50000/b1s/v2/PickLists(19)\n{\n \"Absoluteentry\": 19,\n \"Name\": \"Jayson Butler\",\n \"ObjectType\": \"156\",\n \"OwnerCode\": 1,\n \"OwnerName\": null,\n \"PickDate\": \"2017-09-09\",\n \"PickListsLines\": [\n {\n \"AbsoluteEntry\": 19,\n \"BaseObjectType\": 17,\n \"BatchNumbers\": [],\n \"DocumentLinesBinAllocations\": [\n {\n \"AllowNegativeQuantity\": \"tNO\",\n \"BaseLineNumber\": 0,\n \"BinAbsEntry\": 2,\n \"Quantity\": 2,\n \"SerialAndBatchNumbersBaseLine\": -1\n }\n ],\n \"LineNumber\": 0,\n \"OrderEntry\": 378,\n \"OrderRowID\": 0,\n \"PickStatus\": \"ps_Picked\",\n \"PickedQuantity\": 2,\n \"PreviouslyReleasedQuantity\": 4,\n \"ReleasedQuantity\": 2,\n \"SerialNumbers\": []\n }\n ],\n \"Remarks\": \"\",\n \"Status\": \"ps_Picked\",\n \"UseBaseUnits\": \"tNO\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PickLists(id)/GetReleasedAllocation", | |
"description": "Invoke the method 'GetReleasedAllocation' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PickLists(3)/GetReleasedAllocation" | |
} | |
] | |
}, | |
{ | |
"service": "POSDailySummary", | |
"description": "This entity enables you to manipulate 'POSDailySummary'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "POSDailySummary(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'POSDailySummary' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/POSDailySummary(123)\n\nGET https://localhost:50000/b1s/v2/POSDailySummary(123)?$select=AbsEntry,Date,EquipmentNo" | |
}, | |
{ | |
"method": "GET", | |
"path": "POSDailySummary", | |
"description": "Retrieve a collection of 'POSDailySummary' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/POSDailySummary\n\nGET https://localhost:50000/b1s/v2/POSDailySummary?$select=AbsEntry,Date,EquipmentNo&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "POSDailySummary", | |
"description": "Create an instance of 'POSDailySummary' with the given payload of type 'POSDailySummary' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/POSDailySummary\n{\n \"CounterPosition\": \"11\",\n \"Date\": \"2016-08-30\",\n \"EquipmentNo\": \"123\",\n \"OperationCounter\": \"13\",\n \"ResetCounterPosition\": \"12\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "POSDailySummary(id)", | |
"description": "Update an instance of 'POSDailySummary' with the given payload of type 'POSDailySummary' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/POSDailySummary(123)\n{\n \"Date\": \"2016-08-31\",\n \"POSTotalizerCollection\": [\n {\n \"Code\": \"001\",\n \"Description\": \"\",\n \"Number\": \"2\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "POSDailySummary(id)", | |
"description": "Delete an instance of 'POSDailySummary' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/POSDailySummary(123)" | |
} | |
] | |
}, | |
{ | |
"service": "PredefinedTexts", | |
"description": "This entity enables you to manipulate 'PredefinedTexts'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PredefinedTexts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PredefinedTexts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PredefinedTexts(1)\n\nGET https://localhost:50000/b1s/v2/PredefinedTexts(1)?$select=Numerator,TextCode,Text" | |
}, | |
{ | |
"method": "GET", | |
"path": "PredefinedTexts", | |
"description": "Retrieve a collection of 'PredefinedTexts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PredefinedTexts\n\nGET https://localhost:50000/b1s/v2/PredefinedTexts?$select=Numerator,TextCode,Text&$filter=Numerator ge 1 &$orderby=Numerator&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PredefinedTexts", | |
"description": "Create an instance of 'PredefinedTexts' with the given payload of type 'PredefinedText' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PredefinedTexts\n{\n \"Text\": \"V5's text\",\n \"TextCode\": \"V5\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PredefinedTexts(id)", | |
"description": "Update an instance of 'PredefinedTexts' with the given payload of type 'PredefinedText' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PredefinedTexts(1)\n{\n \"Text\": \"updating V5's text\",\n \"TextCode\": \"V5\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PredefinedTexts(id)", | |
"description": "Delete an instance of 'PredefinedTexts' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PredefinedTexts(1)" | |
} | |
] | |
}, | |
{ | |
"service": "PriceLists", | |
"description": "This entity enables you to manipulate 'PriceLists'. It represents the management of price lists in the Inventory module. An item can have several prices, with each based on a different price list, for example, purchase price list, sales price list, distributor price list, and so on.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PriceLists(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PriceLists' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PriceLists(123)\n\nGET https://localhost:50000/b1s/v2/PriceLists(123)?$select=RoundingMethod,GroupNum,BasePriceList" | |
}, | |
{ | |
"method": "GET", | |
"path": "PriceLists", | |
"description": "Retrieve a collection of 'PriceLists' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PriceLists\n\nGET https://localhost:50000/b1s/v2/PriceLists?$select=RoundingMethod,GroupNum,BasePriceList&$filter=PriceListNo ge 123 &$orderby=PriceListNo&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PriceLists", | |
"description": "Create an instance of 'PriceLists' with the given payload of type 'PriceList' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PriceLists\n{\n \"PriceListName\": \"Price List 30\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PriceLists(id)", | |
"description": "Update an instance of 'PriceLists' with the given payload of type 'PriceList' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PriceLists(123)\n{\n \"PriceListName\": \"Price List 40\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PriceLists(id)", | |
"description": "Delete an instance of 'PriceLists' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PriceLists(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ProductionOrders", | |
"description": "This entity enables you to manipulate 'ProductionOrders'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ProductionOrders(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ProductionOrders' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ProductionOrders(123)\n\nGET https://localhost:50000/b1s/v2/ProductionOrders(123)?$select=AbsoluteEntry,DocumentNumber,Series" | |
}, | |
{ | |
"method": "GET", | |
"path": "ProductionOrders", | |
"description": "Retrieve a collection of 'ProductionOrders' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ProductionOrders\n\nGET https://localhost:50000/b1s/v2/ProductionOrders?$select=AbsoluteEntry,DocumentNumber,Series&$filter=AbsoluteEntry ge 123 &$orderby=AbsoluteEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProductionOrders", | |
"description": "Create an instance of 'ProductionOrders' with the given payload of type 'ProductionOrder' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProductionOrders\n{\n \"DueDate\": \"2014-04-05\",\n \"ItemNo\": \"bom1\",\n \"PlannedQuantity\": 100\n}\nPOST https://localhost:50000/b1s/v2/ProductionOrders\n{\n \"DueDate\": \"20170604\",\n \"ItemNo\": \"10000978\",\n \"PlannedQuantity\": 3,\n \"PostingDate\": \"20170604\",\n \"Warehouse\": \"MD01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ProductionOrders(id)", | |
"description": "Update an instance of 'ProductionOrders' with the given payload of type 'ProductionOrder' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ProductionOrders(123)\n{\n \"ProductionOrderStatus\": \"R\",\n \"Remarks\": \"Updated Remarks\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProductionOrders(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ProductionOrders(123)/Cancel" | |
} | |
] | |
}, | |
{ | |
"service": "ProductTrees", | |
"description": "This entity enables you to manipulate 'ProductTrees'. It represents a completed product comprising parts and raw materials, which is described by means of a bill of materials.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ProductTrees(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ProductTrees' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ProductTrees('pt001')\n\nGET https://localhost:50000/b1s/v2/ProductTrees('pt001')?$select=TreeCode,TreeType,Quantity" | |
}, | |
{ | |
"method": "GET", | |
"path": "ProductTrees", | |
"description": "Retrieve a collection of 'ProductTrees' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ProductTrees\n\nGET https://localhost:50000/b1s/v2/ProductTrees?$select=TreeCode,TreeType,Quantity&$filter=startswith(TreeCode, 'a') &$orderby=TreeCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProductTrees", | |
"description": "Create an instance of 'ProductTrees' with the given payload of type 'ProductTree' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProductTrees\n{\n \"ProductTreeLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": 5\n }\n ],\n \"TreeCode\": \"pt001\",\n \"TreeType\": \"iProductionTree\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ProductTrees(id)", | |
"description": "Update an instance of 'ProductTrees' with the given payload of type 'ProductTree' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ProductTrees('pt001')\n{\n \"Quantity\": 20\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ProductTrees(id)", | |
"description": "Delete an instance of 'ProductTrees' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ProductTrees('pt001')" | |
} | |
] | |
}, | |
{ | |
"service": "ProfitCenters", | |
"description": "This entity enables you to manipulate 'ProfitCenters'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ProfitCenters(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ProfitCenters' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ProfitCenters('NY_B')\n\nGET https://localhost:50000/b1s/v2/ProfitCenters('NY_B')?$select=CenterCode,CenterName,GroupCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "ProfitCenters", | |
"description": "Retrieve a collection of 'ProfitCenters' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ProfitCenters\n\nGET https://localhost:50000/b1s/v2/ProfitCenters?$select=CenterCode,CenterName,GroupCode&$filter=startswith(CenterCode, 'a') &$orderby=CenterCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProfitCenters", | |
"description": "Create an instance of 'ProfitCenters' with the given payload of type 'ProfitCenter' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProfitCenters\n{\n \"CenterCode\": \"NY_B\",\n \"CenterName\": \"New York Branch\",\n \"EffectiveFrom\": \"2014-01-01\",\n \"EffectiveTo\": \"2014-12-31\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ProfitCenters(id)", | |
"description": "Update an instance of 'ProfitCenters' with the given payload of type 'ProfitCenter' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ProfitCenters('NY_B')\n{\n \"CenterName\": \"General Center\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ProfitCenters(id)", | |
"description": "Delete an instance of 'ProfitCenters' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ProfitCenters('NY_B')" | |
} | |
] | |
}, | |
{ | |
"service": "ProjectManagements", | |
"description": "This entity enables you to manipulate 'ProjectManagements'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ProjectManagements(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ProjectManagements' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ProjectManagements(123)\n\nGET https://localhost:50000/b1s/v2/ProjectManagements(123)?$select=AbsEntry,Owner,ProjectName" | |
}, | |
{ | |
"method": "GET", | |
"path": "ProjectManagements", | |
"description": "Retrieve a collection of 'ProjectManagements' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ProjectManagements\n\nGET https://localhost:50000/b1s/v2/ProjectManagements?$select=AbsEntry,Owner,ProjectName&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagements", | |
"description": "Create an instance of 'ProjectManagements' with the given payload of type 'PM_ProjectDocumentData' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagements\n{\n \"AllowSubprojects\": \"tYES\",\n \"AttachmentEntry\": 1,\n \"BusinessPartner\": \"Customer_01\",\n \"BusinessPartnerName\": \"BP Name_01\",\n \"ClosingDate\": \"2016-12-31\",\n \"ContactPerson\": 2,\n \"DueDate\": \"2016-11-30\",\n \"FinancialProject\": \"FinProj_01\",\n \"Industry\": 3,\n \"Owner\": 1,\n \"ProjectName\": \"ProjectByDI_01\",\n \"ProjectStatus\": \"pst_Started\",\n \"ProjectType\": \"pt_External\",\n \"Reason\": \"Test comment\",\n \"RiskLevel\": \"rlt_High\",\n \"SalesEmployee\": 5,\n \"StartDate\": \"2016-02-01\",\n \"Territory\": 1\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ProjectManagements(id)", | |
"description": "Update an instance of 'ProjectManagements' with the given payload of type 'PM_ProjectDocumentData' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ProjectManagements(123)\n{\n \"Reason\": \"Test comment update\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ProjectManagements(id)", | |
"description": "Delete an instance of 'ProjectManagements' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ProjectManagements(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagements(id)/CancelProject", | |
"description": "Invoke the method 'CancelProject' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagements(123)/CancelProject" | |
} | |
] | |
}, | |
{ | |
"service": "ProjectManagementTimeSheet", | |
"description": "This entity enables you to manipulate 'ProjectManagementTimeSheet'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ProjectManagementTimeSheet(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ProjectManagementTimeSheet' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ProjectManagementTimeSheet(2)\n\nGET https://localhost:50000/b1s/v2/ProjectManagementTimeSheet(2)?$select=AbsEntry,DocNumber,TimeSheetType" | |
}, | |
{ | |
"method": "GET", | |
"path": "ProjectManagementTimeSheet", | |
"description": "Retrieve a collection of 'ProjectManagementTimeSheet' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ProjectManagementTimeSheet\n\nGET https://localhost:50000/b1s/v2/ProjectManagementTimeSheet?$select=AbsEntry,DocNumber,TimeSheetType&$filter=AbsEntry ge 2 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ProjectManagementTimeSheet", | |
"description": "Create an instance of 'ProjectManagementTimeSheet' with the given payload of type 'PM_TimeSheetData' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ProjectManagementTimeSheet\n{\n \"DateFrom\": \"2016-08-31\",\n \"DateTo\": \"2016-08-31\",\n \"PM_TimeSheetLineDataCollection\": [\n {\n \"ActivityType\": \"1\",\n \"Date\": \"2016-08-31\",\n \"EndTime\": \"18:00\",\n \"StartTime\": \"09:00\"\n }\n ],\n \"UserID\": \"2\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ProjectManagementTimeSheet(id)", | |
"description": "Update an instance of 'ProjectManagementTimeSheet' with the given payload of type 'PM_TimeSheetData' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ProjectManagementTimeSheet(2)\n{\n \"DateFrom\": \"2016-08-31\",\n \"DateTo\": \"2016-09-01\",\n \"PM_TimeSheetLineDataCollection\": [\n {\n \"ActivityType\": \"1\",\n \"Date\": \"2016-09-01\",\n \"LineID\": 1\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ProjectManagementTimeSheet(id)", | |
"description": "Delete an instance of 'ProjectManagementTimeSheet' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ProjectManagementTimeSheet(2)" | |
} | |
] | |
}, | |
{ | |
"service": "Projects", | |
"description": "This entity enables you to manipulate 'Projects'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Projects(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Projects' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Projects('PRJ01')\n\nGET https://localhost:50000/b1s/v2/Projects('PRJ01')?$select=Code,Name,ValidFrom" | |
}, | |
{ | |
"method": "GET", | |
"path": "Projects", | |
"description": "Retrieve a collection of 'Projects' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Projects\n\nGET https://localhost:50000/b1s/v2/Projects?$select=Code,Name,ValidFrom&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Projects", | |
"description": "Create an instance of 'Projects' with the given payload of type 'Project' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Projects\n{\n \"Code\": \"PRJ01\",\n \"Name\": \"Government Construction\",\n \"ValidFrom\": \"2014-07-01\",\n \"ValidTo\": \"2014-07-31\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Projects(id)", | |
"description": "Update an instance of 'Projects' with the given payload of type 'Project' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Projects('PRJ01')\n{\n \"Name\": \"Med Constructions\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Projects(id)", | |
"description": "Delete an instance of 'Projects' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Projects('PRJ01')" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseCreditNotes", | |
"description": "This entity enables you to manipulate 'PurchaseCreditNotes'. It represents the clearing document for the A/P invoice. Therefore, if the vendor has delivered goods, and you have already created an A/P invoice, you can reverse the transaction either partially or completely by creating a purchase credit note.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PurchaseCreditNotes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PurchaseCreditNotes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseCreditNotes(123)\n\nGET https://localhost:50000/b1s/v2/PurchaseCreditNotes(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "PurchaseCreditNotes", | |
"description": "Retrieve a collection of 'PurchaseCreditNotes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseCreditNotes\n\nGET https://localhost:50000/b1s/v2/PurchaseCreditNotes?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseCreditNotes", | |
"description": "Create an instance of 'PurchaseCreditNotes' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseCreditNotes\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PurchaseCreditNotes(id)", | |
"description": "Update an instance of 'PurchaseCreditNotes' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PurchaseCreditNotes(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PurchaseCreditNotes(id)", | |
"description": "Delete an instance of 'PurchaseCreditNotes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PurchaseCreditNotes(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseCreditNotes(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseCreditNotes(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseCreditNotes(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseCreditNotes(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseCreditNotes(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseCreditNotes(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseCreditNotes(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseCreditNotes(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseDeliveryNotes", | |
"description": "This entity enables you to manipulate 'PurchaseDeliveryNotes'. It represents a legally binding document indicating that a shipment of goods or a delivery of services has occurred.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PurchaseDeliveryNotes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PurchaseDeliveryNotes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseDeliveryNotes(123)\n\nGET https://localhost:50000/b1s/v2/PurchaseDeliveryNotes(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "PurchaseDeliveryNotes", | |
"description": "Retrieve a collection of 'PurchaseDeliveryNotes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseDeliveryNotes\n\nGET https://localhost:50000/b1s/v2/PurchaseDeliveryNotes?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDeliveryNotes", | |
"description": "Create an instance of 'PurchaseDeliveryNotes' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDeliveryNotes\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"c001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PurchaseDeliveryNotes(id)", | |
"description": "Update an instance of 'PurchaseDeliveryNotes' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PurchaseDeliveryNotes(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PurchaseDeliveryNotes(id)", | |
"description": "Delete an instance of 'PurchaseDeliveryNotes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PurchaseDeliveryNotes(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDeliveryNotes(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDeliveryNotes(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDeliveryNotes(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDeliveryNotes(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDeliveryNotes(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDeliveryNotes(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDeliveryNotes(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDeliveryNotes(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseDownPayments", | |
"description": "This entity enables you to manipulate 'PurchaseDownPayments'. It represents a document to ensure that a customer is committed and will follow through with a placed order.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PurchaseDownPayments(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PurchaseDownPayments' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseDownPayments(123)\n\nGET https://localhost:50000/b1s/v2/PurchaseDownPayments(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "PurchaseDownPayments", | |
"description": "Retrieve a collection of 'PurchaseDownPayments' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseDownPayments\n\nGET https://localhost:50000/b1s/v2/PurchaseDownPayments?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDownPayments", | |
"description": "Create an instance of 'PurchaseDownPayments' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDownPayments\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ],\n \"DownPaymentType\": \"dptInvoice\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PurchaseDownPayments(id)", | |
"description": "Update an instance of 'PurchaseDownPayments' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PurchaseDownPayments(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PurchaseDownPayments(id)", | |
"description": "Delete an instance of 'PurchaseDownPayments' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PurchaseDownPayments(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDownPayments(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDownPayments(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDownPayments(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDownPayments(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDownPayments(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDownPayments(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseDownPayments(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseDownPayments(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseInvoices", | |
"description": "This entity enables you to manipulate 'PurchaseInvoices'. It represents a request for payment. It also records the cost in a profit and loss statement.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PurchaseInvoices(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PurchaseInvoices' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseInvoices(123)\n\nGET https://localhost:50000/b1s/v2/PurchaseInvoices(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "PurchaseInvoices", | |
"description": "Retrieve a collection of 'PurchaseInvoices' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseInvoices\n\nGET https://localhost:50000/b1s/v2/PurchaseInvoices?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseInvoices", | |
"description": "Create an instance of 'PurchaseInvoices' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseInvoices\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PurchaseInvoices(id)", | |
"description": "Update an instance of 'PurchaseInvoices' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PurchaseInvoices(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseInvoices(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseInvoices(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseInvoices(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseInvoices(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseInvoices(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseInvoices(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseInvoices(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseInvoices(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseOrders", | |
"description": "This entity enables you to manipulate 'PurchaseOrders'. It is a document used to request items or services from a vendor at an agreed upon price.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PurchaseOrders(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PurchaseOrders' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseOrders(123)\n\nGET https://localhost:50000/b1s/v2/PurchaseOrders(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "PurchaseOrders", | |
"description": "Retrieve a collection of 'PurchaseOrders' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseOrders\n\nGET https://localhost:50000/b1s/v2/PurchaseOrders?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseOrders", | |
"description": "Create an instance of 'PurchaseOrders' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseOrders\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PurchaseOrders(id)", | |
"description": "Update an instance of 'PurchaseOrders' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PurchaseOrders(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseOrders(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseOrders(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseOrders(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseOrders(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseOrders(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseOrders(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseOrders(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseOrders(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseQuotations", | |
"description": "This entity enables you to manipulate 'PurchaseQuotations'. It represents an invitation to a number of vendors to find the best offer for goods or services that you require.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PurchaseQuotations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PurchaseQuotations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseQuotations(123)\n\nGET https://localhost:50000/b1s/v2/PurchaseQuotations(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "PurchaseQuotations", | |
"description": "Retrieve a collection of 'PurchaseQuotations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseQuotations\n\nGET https://localhost:50000/b1s/v2/PurchaseQuotations?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseQuotations", | |
"description": "Create an instance of 'PurchaseQuotations' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseQuotations\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ],\n \"RequriedDate\": \"2014-04-04\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PurchaseQuotations(id)", | |
"description": "Update an instance of 'PurchaseQuotations' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PurchaseQuotations(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseQuotations(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseQuotations(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseQuotations(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseQuotations(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseQuotations(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseQuotations(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseQuotations(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseQuotations(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseRequests", | |
"description": "This entity enables you to manipulate 'PurchaseRequests'. It allows users and employees in an organization to initiate a purchasing process by submitting their needs for certain goods or services.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PurchaseRequests(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PurchaseRequests' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseRequests(123)\n\nGET https://localhost:50000/b1s/v2/PurchaseRequests(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "PurchaseRequests", | |
"description": "Retrieve a collection of 'PurchaseRequests' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseRequests\n\nGET https://localhost:50000/b1s/v2/PurchaseRequests?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseRequests", | |
"description": "Create an instance of 'PurchaseRequests' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseRequests\n{\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"LineVendor\": \"v001\",\n \"Quantity\": \"11\"\n }\n ],\n \"RequriedDate\": \"2014-03-18\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PurchaseRequests(id)", | |
"description": "Update an instance of 'PurchaseRequests' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PurchaseRequests(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "PurchaseRequests(id)", | |
"description": "Delete an instance of 'PurchaseRequests' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/PurchaseRequests(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseRequests(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseRequests(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseRequests(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseRequests(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseRequests(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseRequests(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseRequests(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseRequests(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseReturns", | |
"description": "This entity enables you to manipulate 'PurchaseReturns'. It is used to return delivered goods to vendors or to reverse completely or partially a purchasing transaction for an item.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PurchaseReturns(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PurchaseReturns' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseReturns(123)\n\nGET https://localhost:50000/b1s/v2/PurchaseReturns(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "PurchaseReturns", | |
"description": "Retrieve a collection of 'PurchaseReturns' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseReturns\n\nGET https://localhost:50000/b1s/v2/PurchaseReturns?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseReturns", | |
"description": "Create an instance of 'PurchaseReturns' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseReturns\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PurchaseReturns(id)", | |
"description": "Update an instance of 'PurchaseReturns' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PurchaseReturns(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseReturns(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseReturns(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseReturns(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseReturns(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseReturns(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseReturns(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseReturns(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseReturns(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "PurchaseTaxInvoices", | |
"description": "This entity enables you to manipulate 'PurchaseTaxInvoices'. It represents the data of a purchase Tax Invoice document.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "PurchaseTaxInvoices(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'PurchaseTaxInvoices' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseTaxInvoices(123)\n\nGET https://localhost:50000/b1s/v2/PurchaseTaxInvoices(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "PurchaseTaxInvoices", | |
"description": "Retrieve a collection of 'PurchaseTaxInvoices' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/PurchaseTaxInvoices\n\nGET https://localhost:50000/b1s/v2/PurchaseTaxInvoices?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "PurchaseTaxInvoices", | |
"description": "Create an instance of 'PurchaseTaxInvoices' with the given payload of type 'PurchaseTaxInvoice' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/PurchaseTaxInvoices\n{\n \"CardCode\": \"v001\",\n \"Comments\": \"create purchase tax invoice\",\n \"DocType\": \"botit_Invoice\",\n \"PurchaseTaxInvoiceLines\": [\n {\n \"RefEntry1\": \"11\"\n }\n ],\n \"PurchaseTaxInvoiceOperationCodes\": [\n {\n \"OpCode\": \"2\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "PurchaseTaxInvoices(id)", | |
"description": "Update an instance of 'PurchaseTaxInvoices' with the given payload of type 'PurchaseTaxInvoice' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/PurchaseTaxInvoices(123)\n{\n \"Comments\": \"Update purchase tax invoice\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "QueryAuthGroups", | |
"description": "This entity enables you to manipulate 'QueryAuthGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "QueryAuthGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'QueryAuthGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/QueryAuthGroups(-15)\n\nGET https://localhost:50000/b1s/v2/QueryAuthGroups(-15)?$select=AuthGroupCode,AuthGroupDes,AuthGroupId" | |
}, | |
{ | |
"method": "GET", | |
"path": "QueryAuthGroups", | |
"description": "Retrieve a collection of 'QueryAuthGroups' with all or some selected properties by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/QueryAuthGroups\n\nGET https://localhost:50000/b1s/v2/QueryAuthGroups?$select=AuthGroupCode,AuthGroupDes,AuthGroupId &$filter=AuthGroupId eq -15" | |
}, | |
{ | |
"method": "POST", | |
"path": "QueryAuthGroups", | |
"description": "Create an instance of 'QueryAuthGroups' with the given payload of type 'QueryAuthGroup' in JSON format.GroupCode and GroupDes should be unique,mandatory.", | |
"example": "POST https://localhost:50000/b1s/v2/QueryAuthGroups\n{\n \"AuthGroupCode\": \"Group21\",\n \"AuthGroupDes\": \"Group21description\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "QueryAuthGroups(id)", | |
"description": "Update an instance of 'QueryAuthGroups' with the given payload of type 'QueryAuthGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/QueryAuthGroups(1)\n{\n \"AuthGroupDes\": \"Group21descriptionupdate\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "QueryAuthGroups(id)", | |
"description": "assign QueryAuthorizationGroups to query category.In http header, set B1S-ReplaceCollectionsOnPatch as false.", | |
"example": "PATCH https://localhost:50000/b1s/v2/QueryAuthGroups(1)\n{\n \"CategoryGroupCollection\": [\n {\n \"CategoryId\": -2\n },\n {\n \"CategoryId\": -1\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "QueryAuthGroups(id)", | |
"description": "unassign QueryAuthorizationGroups to query category such as Category with CategoryId=-1.In http header, set B1S-ReplaceCollectionsOnPatch as true.", | |
"example": "PATCH https://localhost:50000/b1s/v2/QueryAuthGroups(1)\n{\n \"CategoryGroupCollection\": [\n {\n \"CategoryId\": -2\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "QueryAuthGroups(id)", | |
"description": "Delete an instance of 'QueryAuthGroups' with the specified id.It is allowed only when no query category is assigned to the query group.", | |
"example": "DELETE https://localhost:50000/b1s/v2/QueryAuthGroups(1)" | |
} | |
] | |
}, | |
{ | |
"service": "QueryCategories", | |
"description": "This entity enables you to manipulate 'QueryCategories'. It represents the predefined query categories.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "QueryCategories(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'QueryCategories' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/QueryCategories(123)\n\nGET https://localhost:50000/b1s/v2/QueryCategories(123)?$select=Code,Name,Permissions" | |
}, | |
{ | |
"method": "GET", | |
"path": "QueryCategories", | |
"description": "Retrieve a collection of 'QueryCategories' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/QueryCategories\n\nGET https://localhost:50000/b1s/v2/QueryCategories?$select=Code,Name,Permissions&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "QueryCategories", | |
"description": "Create an instance of 'QueryCategories' with the given payload of type 'QueryCategory' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/QueryCategories\n{\n \"Name\": \"Query_Category_12\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "QueryCategories(id)", | |
"description": "Update an instance of 'QueryCategories' with the given payload of type 'QueryCategory' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/QueryCategories(123)\n{\n \"Name\": \"Query_Category_01\",\n \"Permissions\": \"NNNYNNNNNNNNNNN\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "QueryCategories(id)", | |
"description": "Delete an instance of 'QueryCategories' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/QueryCategories(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Queue", | |
"description": "This entity enables you to manipulate 'Queue'. It represents the queues list in the Service module from which you can assign a queue member to a service call.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Queue(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Queue' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Queue('PCs')\n\nGET https://localhost:50000/b1s/v2/Queue('PCs')?$select=QueueID,Description,Inactive" | |
}, | |
{ | |
"method": "GET", | |
"path": "Queue", | |
"description": "Retrieve a collection of 'Queue' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Queue\n\nGET https://localhost:50000/b1s/v2/Queue?$select=QueueID,Description,Inactive&$filter=startswith(QueueID, 'a') &$orderby=QueueID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Queue", | |
"description": "Create an instance of 'Queue' with the given payload of type 'Queue' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Queue\n{\n \"Description\": \"PC Issues\",\n \"QueueID\": \"PCs\",\n \"QueueManager\": \"1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Queue(id)", | |
"description": "Update an instance of 'Queue' with the given payload of type 'Queue' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Queue('PCs')\n{\n \"Description\": \"Printer Issues\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Queue(id)", | |
"description": "Delete an instance of 'Queue' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Queue('PCs')" | |
} | |
] | |
}, | |
{ | |
"service": "Quotations", | |
"description": "This entity enables you to manipulate 'Quotations'. It is an offer or proposal that you send either to a customer or to a lead.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Quotations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Quotations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Quotations(123)\n\nGET https://localhost:50000/b1s/v2/Quotations(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "Quotations", | |
"description": "Retrieve a collection of 'Quotations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Quotations\n\nGET https://localhost:50000/b1s/v2/Quotations?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Quotations", | |
"description": "Create an instance of 'Quotations' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Quotations\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"30\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Quotations(id)", | |
"description": "Update an instance of 'Quotations' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Quotations(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "Quotations(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Quotations(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "Quotations(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Quotations(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "Quotations(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Quotations(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "Quotations(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Quotations(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "Relationships", | |
"description": "This entity enables you to manipulate 'Relationships'. It represents the relationships list from which a relationship definition can be associated with a partner in a sales opportunity.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Relationships(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Relationships' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Relationships(123)\n\nGET https://localhost:50000/b1s/v2/Relationships(123)?$select=RelationshipDescription,RelationshipCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "Relationships", | |
"description": "Retrieve a collection of 'Relationships' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Relationships\n\nGET https://localhost:50000/b1s/v2/Relationships?$select=RelationshipDescription,RelationshipCode&$filter=RelationshipCode ge 123 &$orderby=RelationshipCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Relationships", | |
"description": "Create an instance of 'Relationships' with the given payload of type 'Relationship' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Relationships\n{\n \"RelationshipDescription\": \"Best Parnter\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Relationships(id)", | |
"description": "Update an instance of 'Relationships' with the given payload of type 'Relationship' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Relationships(123)\n{\n \"RelationshipDescription\": \"One time\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Relationships(id)", | |
"description": "Delete an instance of 'Relationships' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Relationships(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ReportFilter", | |
"description": "This entity enables you to manipulate 'ReportFilter'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ReportFilter(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ReportFilter' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ReportFilter(1)\n\nGET https://localhost:50000/b1s/v2/ReportFilter(1)?$select=Code,Name,ReportLayout" | |
}, | |
{ | |
"method": "GET", | |
"path": "ReportFilter", | |
"description": "Retrieve a collection of 'ReportFilter' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ReportFilter\n\nGET https://localhost:50000/b1s/v2/ReportFilter?$select=Code,Name,ReportLayout&$filter=Code ge 1 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportFilter", | |
"description": "Create an instance of 'ReportFilter' with the given payload of type 'TaxReportFilter' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportFilter\n{\n \"FilterType\": \"trft_TaxReport\",\n \"Name\": \"Myfilter\",\n \"ReportLayout\": \"trfrlt_RegisterBookLayout\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ReportFilter(id)", | |
"description": "Update an instance of 'ReportFilter' with the given payload of type 'TaxReportFilter' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ReportFilter(1)\n{\n \"FromDate\": \"2016-08-01\",\n \"ToDate\": \"2016-08-31\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ReportFilter(id)", | |
"description": "Delete an instance of 'ReportFilter' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ReportFilter(1)" | |
} | |
] | |
}, | |
{ | |
"service": "ReportTypes", | |
"description": "This entity enables you to manipulate 'ReportTypes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ReportTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ReportTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ReportTypes('A001')\n\nGET https://localhost:50000/b1s/v2/ReportTypes('A001')?$select=TypeCode,TypeName,DefaultReportLayout" | |
}, | |
{ | |
"method": "GET", | |
"path": "ReportTypes", | |
"description": "Retrieve a collection of 'ReportTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ReportTypes\n\nGET https://localhost:50000/b1s/v2/ReportTypes?$select=TypeCode,TypeName,DefaultReportLayout&$filter=startswith(TypeCode, 'a') &$orderby=TypeCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReportTypes", | |
"description": "Create an instance of 'ReportTypes' with the given payload of type 'ReportType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReportTypes\n{\n \"TypeName\": \"report type 01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ReportTypes(id)", | |
"description": "Update an instance of 'ReportTypes' with the given payload of type 'ReportType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ReportTypes('A001')\n{\n \"TypeName\": \"update report type 01\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ReportTypes(id)", | |
"description": "Delete an instance of 'ReportTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ReportTypes('A001')" | |
} | |
] | |
}, | |
{ | |
"service": "ResourceCapacities", | |
"description": "This entity enables you to manipulate 'ResourceCapacities'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ResourceCapacities(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ResourceCapacities' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ResourceCapacities(123)\n\nGET https://localhost:50000/b1s/v2/ResourceCapacities(123)?$select=Id,Code,Warehouse" | |
}, | |
{ | |
"method": "GET", | |
"path": "ResourceCapacities", | |
"description": "Retrieve a collection of 'ResourceCapacities' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ResourceCapacities\n\nGET https://localhost:50000/b1s/v2/ResourceCapacities?$select=Id,Code,Warehouse&$filter=Id ge 123 &$orderby=Id&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ResourceCapacities", | |
"description": "Create an instance of 'ResourceCapacities' with the given payload of type 'ResourceCapacity' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ResourceCapacities\n{\n \"Action\": \"rcaUnknown\",\n \"BaseEntry\": null,\n \"BaseLineNum\": null,\n \"BaseType\": \"rcbtNone\",\n \"Capacity\": 50,\n \"Code\": \"R01\",\n \"Date\": \"2016-10-02\",\n \"Id\": 3,\n \"Memo\": null,\n \"MemoSource\": \"rcmsUnknown\",\n \"OwningEntry\": null,\n \"OwningLineNum\": null,\n \"OwningType\": \"rcotNone\",\n \"RevertedEntry\": null,\n \"RevertedLineNum\": null,\n \"RevertedType\": \"rcrtNone\",\n \"SourceEntry\": null,\n \"SourceLineNum\": null,\n \"SourceType\": \"rcstNone\",\n \"Type\": \"rctInternal\",\n \"Warehouse\": \"01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ResourceCapacities(id)", | |
"description": "Update an instance of 'ResourceCapacities' with the given payload of type 'ResourceCapacity' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ResourceCapacities(123)\n{\n \"Capacity\": 15\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ResourceCapacities(id)", | |
"description": "Delete an instance of 'ResourceCapacities' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ResourceCapacities(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ResourceGroups", | |
"description": "This entity enables you to manipulate 'ResourceGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ResourceGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ResourceGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ResourceGroups(123)\n\nGET https://localhost:50000/b1s/v2/ResourceGroups(123)?$select=Code,Name,Type" | |
}, | |
{ | |
"method": "GET", | |
"path": "ResourceGroups", | |
"description": "Retrieve a collection of 'ResourceGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ResourceGroups\n\nGET https://localhost:50000/b1s/v2/ResourceGroups?$select=Code,Name,Type&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ResourceGroups", | |
"description": "Create an instance of 'ResourceGroups' with the given payload of type 'ResourceGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ResourceGroups\n{\n \"Code\": 2,\n \"Cost1\": 0,\n \"Cost10\": 0,\n \"Cost2\": 0,\n \"Cost3\": 0,\n \"Cost4\": 0,\n \"Cost5\": 0,\n \"Cost6\": 0,\n \"Cost7\": 0,\n \"Cost8\": 0,\n \"Cost9\": 0,\n \"CostName1\": \"Ressource Standardkosten 1\",\n \"CostName10\": \"Ressource Standardkosten 10\",\n \"CostName2\": \"Ressource Standardkosten 2\",\n \"CostName3\": \"Ressource Standardkosten 3\",\n \"CostName4\": \"Ressource Standardkosten 4\",\n \"CostName5\": \"Ressource Standardkosten 5\",\n \"CostName6\": \"Ressource Standardkosten 6\",\n \"CostName7\": \"Ressource Standardkosten 7\",\n \"CostName8\": \"Ressource Standardkosten 8\",\n \"CostName9\": \"Ressource Standardkosten 9\",\n \"Name\": \"tRessourcen\",\n \"NumOfUnitsText\": null,\n \"Type\": \"rtMachine\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ResourceGroups(id)", | |
"description": "Update an instance of 'ResourceGroups' with the given payload of type 'ResourceGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ResourceGroups(123)\n{\n \"Name\": \"tRessourcen\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ResourceGroups(id)", | |
"description": "Delete an instance of 'ResourceGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ResourceGroups(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ResourceProperties", | |
"description": "This entity enables you to manipulate 'ResourceProperties'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ResourceProperties(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ResourceProperties' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ResourceProperties(123)\n\nGET https://localhost:50000/b1s/v2/ResourceProperties(123)?$select=Code,Name" | |
}, | |
{ | |
"method": "GET", | |
"path": "ResourceProperties", | |
"description": "Retrieve a collection of 'ResourceProperties' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ResourceProperties\n\nGET https://localhost:50000/b1s/v2/ResourceProperties?$select=Code,Name&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ResourceProperties(id)", | |
"description": "Update an instance of 'ResourceProperties' with the given payload of type 'ResourceProperty' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ResourceProperties(123)\n{}" | |
} | |
] | |
}, | |
{ | |
"service": "Resources", | |
"description": "This entity enables you to manipulate 'Resources'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Resources(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Resources' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Resources('abc')\n\nGET https://localhost:50000/b1s/v2/Resources('abc')?$select=Code,VisCode,Series" | |
}, | |
{ | |
"method": "GET", | |
"path": "Resources", | |
"description": "Retrieve a collection of 'Resources' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Resources\n\nGET https://localhost:50000/b1s/v2/Resources?$select=Code,VisCode,Series&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Resources", | |
"description": "Create an instance of 'Resources' with the given payload of type 'Resource' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Resources\n{\n \"Active\": \"tYES\",\n \"ActiveFrom\": null,\n \"ActiveRemarks\": null,\n \"ActiveTo\": null,\n \"Allocation\": \"raOnStartDate\",\n \"AttachmentEntry\": null,\n \"Code\": \"R02\",\n \"CodeBar\": null,\n \"Cost1\": 0,\n \"Cost10\": 0,\n \"Cost2\": 0,\n \"Cost3\": 0,\n \"Cost4\": 0,\n \"Cost5\": 0,\n \"Cost6\": 0,\n \"Cost7\": 0,\n \"Cost8\": 0,\n \"Cost9\": 0,\n \"DefaultWarehouse\": null,\n \"ForeignName\": null,\n \"Group\": 1,\n \"Inactive\": \"tNO\",\n \"InactiveFrom\": null,\n \"InactiveRemarks\": null,\n \"InactiveTo\": null,\n \"IssueMethod\": \"rimBackflush\",\n \"LinkedItem\": null,\n \"Name\": null,\n \"Number\": null,\n \"Picture\": null,\n \"Property1\": \"tNO\",\n \"Property10\": \"tNO\",\n \"Property11\": \"tNO\",\n \"Property12\": \"tNO\",\n \"Property13\": \"tNO\",\n \"Property14\": \"tNO\",\n \"Property15\": \"tNO\",\n \"Property16\": \"tNO\",\n \"Property17\": \"tNO\",\n \"Property18\": \"tNO\",\n \"Property19\": \"tNO\",\n \"Property2\": \"tNO\",\n \"Property20\": \"tNO\",\n \"Property21\": \"tNO\",\n \"Property22\": \"tNO\",\n \"Property23\": \"tNO\",\n \"Property24\": \"tNO\",\n \"Property25\": \"tNO\",\n \"Property26\": \"tNO\",\n \"Property27\": \"tNO\",\n \"Property28\": \"tNO\",\n \"Property29\": \"tNO\",\n \"Property3\": \"tNO\",\n \"Property30\": \"tNO\",\n \"Property31\": \"tNO\",\n \"Property32\": \"tNO\",\n \"Property33\": \"tNO\",\n \"Property34\": \"tNO\",\n \"Property35\": \"tNO\",\n \"Property36\": \"tNO\",\n \"Property37\": \"tNO\",\n \"Property38\": \"tNO\",\n \"Property39\": \"tNO\",\n \"Property4\": \"tNO\",\n \"Property40\": \"tNO\",\n \"Property41\": \"tNO\",\n \"Property42\": \"tNO\",\n \"Property43\": \"tNO\",\n \"Property44\": \"tNO\",\n \"Property45\": \"tNO\",\n \"Property46\": \"tNO\",\n \"Property47\": \"tNO\",\n \"Property48\": \"tNO\",\n \"Property49\": \"tNO\",\n \"Property5\": \"tNO\",\n \"Property50\": \"tNO\",\n \"Property51\": \"tNO\",\n \"Property52\": \"tNO\",\n \"Property53\": \"tNO\",\n \"Property54\": \"tNO\",\n \"Property55\": \"tNO\",\n \"Property56\": \"tNO\",\n \"Property57\": \"tNO\",\n \"Property58\": \"tNO\",\n \"Property59\": \"tNO\",\n \"Property6\": \"tNO\",\n \"Property60\": \"tNO\",\n \"Property61\": \"tNO\",\n \"Property62\": \"tNO\",\n \"Property63\": \"tNO\",\n \"Property64\": \"tNO\",\n \"Property7\": \"tNO\",\n \"Property8\": \"tNO\",\n \"Property9\": \"tNO\",\n \"Remarks\": null,\n \"ResourceDailyCapacities\": [\n {\n \"Code\": \"R02\",\n \"Factor1\": null,\n \"Factor2\": null,\n \"Factor3\": null,\n \"Factor4\": null,\n \"Remarks\": \"\",\n \"Total\": null,\n \"Weekday\": \"rdcwFirst\"\n },\n {\n \"Code\": \"R02\",\n \"Factor1\": null,\n \"Factor2\": null,\n \"Factor3\": null,\n \"Factor4\": null,\n \"Remarks\": \"\",\n \"Total\": null,\n \"Weekday\": \"rdcwSecond\"\n },\n {\n \"Code\": \"R02\",\n \"Factor1\": null,\n \"Factor2\": null,\n \"Factor3\": null,\n \"Factor4\": null,\n \"Remarks\": \"\",\n \"Total\": null,\n \"Weekday\": \"rdcwThird\"\n },\n {\n \"Code\": \"R02\",\n \"Factor1\": null,\n \"Factor2\": null,\n \"Factor3\": null,\n \"Factor4\": null,\n \"Remarks\": \"\",\n \"Total\": null,\n \"Weekday\": \"rdcwFourth\"\n },\n {\n \"Code\": \"R02\",\n \"Factor1\": null,\n \"Factor2\": null,\n \"Factor3\": null,\n \"Factor4\": null,\n \"Remarks\": \"\",\n \"Total\": null,\n \"Weekday\": \"rdcwFifth\"\n },\n {\n \"Code\": \"R02\",\n \"Factor1\": null,\n \"Factor2\": null,\n \"Factor3\": null,\n \"Factor4\": null,\n \"Remarks\": \"\",\n \"Total\": null,\n \"Weekday\": \"rdcwSixth\"\n },\n {\n \"Code\": \"R02\",\n \"Factor1\": null,\n \"Factor2\": null,\n \"Factor3\": null,\n \"Factor4\": null,\n \"Remarks\": \"\",\n \"Total\": null,\n \"Weekday\": \"rdcwSeventh\"\n }\n ],\n \"ResourceEmployees\": [],\n \"ResourceFixedAssets\": [],\n \"ResourceWarehouses\": [\n {\n \"Code\": \"R02\",\n \"Locked\": \"tNO\",\n \"Warehouse\": \"01\"\n }\n ],\n \"Series\": 37,\n \"TimePerUnits\": null,\n \"Type\": \"rtMachine\",\n \"UnitOfMeasure\": null,\n \"UnitsPerTime\": 1,\n \"VisCode\": \"R02\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Resources(id)", | |
"description": "Update an instance of 'Resources' with the given payload of type 'Resource' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Resources('abc')\n{\n \"Name\": \"test\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Resources(id)", | |
"description": "Delete an instance of 'Resources' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Resources('abc')" | |
}, | |
{ | |
"method": "POST", | |
"path": "Resources(id)/CreateLinkedItem", | |
"description": "Invoke the method 'CreateLinkedItem' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Resources('abc')/CreateLinkedItem" | |
} | |
] | |
}, | |
{ | |
"service": "RetornoCodes", | |
"description": "This entity enables you to manipulate 'RetornoCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "RetornoCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'RetornoCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/RetornoCodes(123)\n\nGET https://localhost:50000/b1s/v2/RetornoCodes(123)?$select=AbsEntry,OccurenceCode,MovementCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "RetornoCodes", | |
"description": "Retrieve a collection of 'RetornoCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/RetornoCodes\n\nGET https://localhost:50000/b1s/v2/RetornoCodes?$select=AbsEntry,OccurenceCode,MovementCode&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "RetornoCodes", | |
"description": "Create an instance of 'RetornoCodes' with the given payload of type 'RetornoCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/RetornoCodes\n{\n \"AbsEntry\": 3,\n \"BankCode\": \"000\",\n \"BoeStatus\": \"boes_Created\",\n \"Color\": 4254476,\n \"Description\": \"test\",\n \"FileFormat\": \"5\",\n \"MovementCode\": 211,\n \"OccurenceCode\": 211\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "RetornoCodes(id)", | |
"description": "Update an instance of 'RetornoCodes' with the given payload of type 'RetornoCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/RetornoCodes(123)\n{\n \"BankCode\": \"1000\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "RetornoCodes(id)", | |
"description": "Delete an instance of 'RetornoCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/RetornoCodes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ReturnRequest", | |
"description": "This entity enables you to manipulate 'ReturnRequest'. A return is the clearing document for a delivery.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ReturnRequest(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ReturnRequest' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ReturnRequest(123)\n\nGET https://localhost:50000/b1s/v2/ReturnRequest(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "ReturnRequest", | |
"description": "Retrieve a collection of 'ReturnRequest' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ReturnRequest\n\nGET https://localhost:50000/b1s/v2/ReturnRequest?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnRequest", | |
"description": "Create an instance of 'ReturnRequest' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnRequest\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ReturnRequest(id)", | |
"description": "Update an instance of 'ReturnRequest' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ReturnRequest(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ReturnRequest(id)", | |
"description": "Delete an instance of 'ReturnRequest' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ReturnRequest(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnRequest(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnRequest(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnRequest(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnRequest(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnRequest(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnRequest(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnRequest(id)/SaveDraftToDocument", | |
"description": "Invoke the method 'SaveDraftToDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnRequest(123)/SaveDraftToDocument" | |
}, | |
{ | |
"method": "POST", | |
"path": "ReturnRequest(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ReturnRequest(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "Returns", | |
"description": "This entity enables you to manipulate 'Returns'. A return is the clearing document for a delivery.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Returns(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Returns' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Returns(123)\n\nGET https://localhost:50000/b1s/v2/Returns(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "Returns", | |
"description": "Retrieve a collection of 'Returns' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Returns\n\nGET https://localhost:50000/b1s/v2/Returns?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Returns", | |
"description": "Create an instance of 'Returns' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Returns\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Returns(id)", | |
"description": "Update an instance of 'Returns' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Returns(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Returns(id)", | |
"description": "Delete an instance of 'Returns' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Returns(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "Returns(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Returns(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "Returns(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Returns(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "Returns(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Returns(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "Returns(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Returns(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "RouteStages", | |
"description": "This entity enables you to manipulate 'RouteStages'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "RouteStages(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'RouteStages' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/RouteStages(123)\n\nGET https://localhost:50000/b1s/v2/RouteStages(123)?$select=InternalNumber,Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "RouteStages", | |
"description": "Retrieve a collection of 'RouteStages' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/RouteStages\n\nGET https://localhost:50000/b1s/v2/RouteStages?$select=InternalNumber,Code,Description&$filter=InternalNumber ge 123 &$orderby=InternalNumber&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "RouteStages", | |
"description": "Create an instance of 'RouteStages' with the given payload of type 'RouteStage' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/RouteStages\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "RouteStages(id)", | |
"description": "Update an instance of 'RouteStages' with the given payload of type 'RouteStage' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/RouteStages(123)\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "RouteStages(id)", | |
"description": "Delete an instance of 'RouteStages' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/RouteStages(123)" | |
} | |
] | |
}, | |
{ | |
"service": "SalesForecast", | |
"description": "This entity enables you to manipulate 'SalesForecast'. It represents the sales forecast for a specified period.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesForecast(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesForecast' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesForecast(123)\n\nGET https://localhost:50000/b1s/v2/SalesForecast(123)?$select=ForecastStartDate,ForecastEndDate,ForecastCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesForecast", | |
"description": "Retrieve a collection of 'SalesForecast' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesForecast\n\nGET https://localhost:50000/b1s/v2/SalesForecast?$select=ForecastStartDate,ForecastEndDate,ForecastCode&$filter=Numerator ge 123 &$orderby=Numerator&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesForecast", | |
"description": "Create an instance of 'SalesForecast' with the given payload of type 'SalesForecast' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesForecast\n{\n \"ForecastCode\": \"D01\",\n \"ForecastName\": \"For Daily forecast\",\n \"SalesForecastLines\": [\n {\n \"ForecastedDay\": \"2014-11-29\",\n \"ItemNo\": \"item01\",\n \"Quantity\": \"100\"\n }\n ],\n \"View\": \"fvtDaily\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesForecast(id)", | |
"description": "Update an instance of 'SalesForecast' with the given payload of type 'SalesForecast' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesForecast(123)\n{\n \"ForecastName\": \"Daily forecast for item01\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesForecast(id)", | |
"description": "Delete an instance of 'SalesForecast' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesForecast(123)" | |
} | |
] | |
}, | |
{ | |
"service": "SalesOpportunities", | |
"description": "This entity enables you to manipulate 'SalesOpportunities'. It represents the data of sales opportunities in SAP Business One. Sales opportunities include potential sale volumes that may arise from business with customers and interested parties.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesOpportunities(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesOpportunities' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunities(123)\n\nGET https://localhost:50000/b1s/v2/SalesOpportunities(123)?$select=SequentialNo,CardCode,SalesPerson" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesOpportunities", | |
"description": "Retrieve a collection of 'SalesOpportunities' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunities\n\nGET https://localhost:50000/b1s/v2/SalesOpportunities?$select=SequentialNo,CardCode,SalesPerson&$filter=SequentialNo ge 123 &$orderby=SequentialNo&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesOpportunities", | |
"description": "Create an instance of 'SalesOpportunities' with the given payload of type 'SalesOpportunities' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunities\n{\n \"InventoryCountingLines\": [\n {\n \"ItemCode\": \"I003\",\n \"WarehouseCode\": \"01\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesOpportunities(id)", | |
"description": "Update an instance of 'SalesOpportunities' with the given payload of type 'SalesOpportunities' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesOpportunities(123)\n{\n \"OpportunityName\": \"Updated Name\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesOpportunities(id)", | |
"description": "Delete an instance of 'SalesOpportunities' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesOpportunities(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesOpportunities(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunities(123)/Close" | |
} | |
] | |
}, | |
{ | |
"service": "SalesOpportunityCompetitorsSetup", | |
"description": "This entity enables you to manipulate 'SalesOpportunityCompetitorsSetup'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesOpportunityCompetitorsSetup(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesOpportunityCompetitorsSetup' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunityCompetitorsSetup(123)\n\nGET https://localhost:50000/b1s/v2/SalesOpportunityCompetitorsSetup(123)?$select=SequenceNo,Name,ThreatLevel" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesOpportunityCompetitorsSetup", | |
"description": "Retrieve a collection of 'SalesOpportunityCompetitorsSetup' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunityCompetitorsSetup\n\nGET https://localhost:50000/b1s/v2/SalesOpportunityCompetitorsSetup?$select=SequenceNo,Name,ThreatLevel&$filter=SequenceNo ge 123 &$orderby=SequenceNo&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesOpportunityCompetitorsSetup", | |
"description": "Create an instance of 'SalesOpportunityCompetitorsSetup' with the given payload of type 'SalesOpportunityCompetitorSetup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunityCompetitorsSetup\n{\n \"Details\": \"1111\",\n \"Name\": \"Win012\",\n \"SequenceNo\": 2,\n \"ThreatLevel\": \"tlLow\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesOpportunityCompetitorsSetup(id)", | |
"description": "Update an instance of 'SalesOpportunityCompetitorsSetup' with the given payload of type 'SalesOpportunityCompetitorSetup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesOpportunityCompetitorsSetup(123)\n{\n \"Details\": \"2222\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesOpportunityCompetitorsSetup(id)", | |
"description": "Delete an instance of 'SalesOpportunityCompetitorsSetup' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesOpportunityCompetitorsSetup(123)" | |
} | |
] | |
}, | |
{ | |
"service": "SalesOpportunityInterestsSetup", | |
"description": "This entity enables you to manipulate 'SalesOpportunityInterestsSetup'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesOpportunityInterestsSetup(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesOpportunityInterestsSetup' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunityInterestsSetup(123)\n\nGET https://localhost:50000/b1s/v2/SalesOpportunityInterestsSetup(123)?$select=SequenceNo,Description,Sort" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesOpportunityInterestsSetup", | |
"description": "Retrieve a collection of 'SalesOpportunityInterestsSetup' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunityInterestsSetup\n\nGET https://localhost:50000/b1s/v2/SalesOpportunityInterestsSetup?$select=SequenceNo,Description,Sort&$filter=SequenceNo ge 123 &$orderby=SequenceNo&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesOpportunityInterestsSetup", | |
"description": "Create an instance of 'SalesOpportunityInterestsSetup' with the given payload of type 'SalesOpportunityInterestSetup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunityInterestsSetup\n{\n \"Description\": \"good\",\n \"SequenceNo\": 2,\n \"Sort\": 100\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesOpportunityInterestsSetup(id)", | |
"description": "Update an instance of 'SalesOpportunityInterestsSetup' with the given payload of type 'SalesOpportunityInterestSetup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesOpportunityInterestsSetup(123)\n{\n \"Description\": \"good\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesOpportunityInterestsSetup(id)", | |
"description": "Delete an instance of 'SalesOpportunityInterestsSetup' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesOpportunityInterestsSetup(123)" | |
} | |
] | |
}, | |
{ | |
"service": "SalesOpportunityReasonsSetup", | |
"description": "This entity enables you to manipulate 'SalesOpportunityReasonsSetup'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesOpportunityReasonsSetup(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesOpportunityReasonsSetup' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunityReasonsSetup(123)\n\nGET https://localhost:50000/b1s/v2/SalesOpportunityReasonsSetup(123)?$select=SequenceNo,Description,Sort" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesOpportunityReasonsSetup", | |
"description": "Retrieve a collection of 'SalesOpportunityReasonsSetup' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunityReasonsSetup\n\nGET https://localhost:50000/b1s/v2/SalesOpportunityReasonsSetup?$select=SequenceNo,Description,Sort&$filter=SequenceNo ge 123 &$orderby=SequenceNo&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesOpportunityReasonsSetup", | |
"description": "Create an instance of 'SalesOpportunityReasonsSetup' with the given payload of type 'SalesOpportunityReasonSetup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunityReasonsSetup\n{\n \"Description\": \"2112\",\n \"SequenceNo\": 2,\n \"Sort\": 100\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesOpportunityReasonsSetup(id)", | |
"description": "Update an instance of 'SalesOpportunityReasonsSetup' with the given payload of type 'SalesOpportunityReasonSetup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesOpportunityReasonsSetup(123)\n{\n \"Sort\": 10\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesOpportunityReasonsSetup(id)", | |
"description": "Delete an instance of 'SalesOpportunityReasonsSetup' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesOpportunityReasonsSetup(123)" | |
} | |
] | |
}, | |
{ | |
"service": "SalesOpportunitySourcesSetup", | |
"description": "This entity enables you to manipulate 'SalesOpportunitySourcesSetup'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesOpportunitySourcesSetup(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesOpportunitySourcesSetup' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunitySourcesSetup(123)\n\nGET https://localhost:50000/b1s/v2/SalesOpportunitySourcesSetup(123)?$select=SequenceNo,Description,Sort" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesOpportunitySourcesSetup", | |
"description": "Retrieve a collection of 'SalesOpportunitySourcesSetup' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesOpportunitySourcesSetup\n\nGET https://localhost:50000/b1s/v2/SalesOpportunitySourcesSetup?$select=SequenceNo,Description,Sort&$filter=SequenceNo ge 123 &$orderby=SequenceNo&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesOpportunitySourcesSetup", | |
"description": "Create an instance of 'SalesOpportunitySourcesSetup' with the given payload of type 'SalesOpportunitySourceSetup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesOpportunitySourcesSetup\n{\n \"Description\": \"2111\",\n \"SequenceNo\": 2,\n \"Sort\": 11\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesOpportunitySourcesSetup(id)", | |
"description": "Update an instance of 'SalesOpportunitySourcesSetup' with the given payload of type 'SalesOpportunitySourceSetup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesOpportunitySourcesSetup(123)\n{\n \"Sort\": 21\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesOpportunitySourcesSetup(id)", | |
"description": "Delete an instance of 'SalesOpportunitySourcesSetup' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesOpportunitySourcesSetup(123)" | |
} | |
] | |
}, | |
{ | |
"service": "SalesPersons", | |
"description": "This entity enables you to manipulate 'SalesPersons'. It defines sales employees and their commission rates.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesPersons(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesPersons' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesPersons(123)\n\nGET https://localhost:50000/b1s/v2/SalesPersons(123)?$select=SalesEmployeeCode,SalesEmployeeName,Remarks" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesPersons", | |
"description": "Retrieve a collection of 'SalesPersons' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesPersons\n\nGET https://localhost:50000/b1s/v2/SalesPersons?$select=SalesEmployeeCode,SalesEmployeeName,Remarks&$filter=SalesEmployeeCode ge 123 &$orderby=SalesEmployeeCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesPersons", | |
"description": "Create an instance of 'SalesPersons' with the given payload of type 'SalesPerson' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesPersons\n{\n \"Active\": \"tYES\",\n \"Remarks\": \"best sales person\",\n \"SalesEmployeeName\": \"Lily\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesPersons(id)", | |
"description": "Update an instance of 'SalesPersons' with the given payload of type 'SalesPerson' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesPersons(123)\n{\n \"Remarks\": \"new star\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesPersons(id)", | |
"description": "Delete an instance of 'SalesPersons' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesPersons(123)" | |
} | |
] | |
}, | |
{ | |
"service": "SalesStages", | |
"description": "This entity enables you to manipulate 'SalesStages'. It defines sales stages and the probability of closing a deal indicated by each stage. For example, you enter stage 1 by identifying a customer as a lead (prospective customer); if you define the closing percentage of this stage as 5%, it means that you estimate 5 out of 100 leads can be converted to customers who will place orders with you.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesStages(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesStages' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesStages(123)\n\nGET https://localhost:50000/b1s/v2/SalesStages(123)?$select=SequenceNo,Name,Stageno" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesStages", | |
"description": "Retrieve a collection of 'SalesStages' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesStages\n\nGET https://localhost:50000/b1s/v2/SalesStages?$select=SequenceNo,Name,Stageno&$filter=SequenceNo ge 123 &$orderby=SequenceNo&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesStages", | |
"description": "Create an instance of 'SalesStages' with the given payload of type 'SalesStage' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesStages\n{\n \"ClosingPercentage\": \"10\",\n \"Name\": \"Lead\",\n \"Stageno\": \"1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesStages(id)", | |
"description": "Update an instance of 'SalesStages' with the given payload of type 'SalesStage' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesStages(123)\n{\n \"Name\": \"1st Meeting\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "SalesTaxAuthorities", | |
"description": "This entity enables you to manipulate 'SalesTaxAuthorities'. It represents the sales tax jurisdictions data for the US and Canada localizations, or sales tax types for the Latin America localization.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesTaxAuthorities(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesTaxAuthorities' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesTaxAuthorities(Code='WYN',Type=-3)\n\nGET https://localhost:50000/b1s/v2/SalesTaxAuthorities(Code='WYN',Type=-3)?$select=UseTaxAccount,UserSignature,Type" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesTaxAuthorities", | |
"description": "Retrieve a collection of 'SalesTaxAuthorities' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesTaxAuthorities\n\nGET https://localhost:50000/b1s/v2/SalesTaxAuthorities?$select=UseTaxAccount,UserSignature,Type&$filter=startswith(Code, 'a') and Type ge 123 &$orderby=Code,Type&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesTaxAuthorities", | |
"description": "Create an instance of 'SalesTaxAuthorities' with the given payload of type 'SalesTaxAuthority' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesTaxAuthorities\n{\n \"AOrPTaxAccount\": \"_SYS00000000168\",\n \"AOrRTaxAccount\": \"_SYS00000000061\",\n \"Code\": \"WYN\",\n \"Name\": \"Wyoming new\",\n \"TaxDefinitions\": [\n {\n \"Effectivefrom\": \"2000-01-01\",\n \"Rate\": \"10\"\n }\n ],\n \"Type\": \"-3\",\n \"UseTaxAccount\": \"_SYS00000000066\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesTaxAuthorities(id)", | |
"description": "Update an instance of 'SalesTaxAuthorities' with the given payload of type 'SalesTaxAuthority' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesTaxAuthorities(Code='WYN',Type=-3)\n{\n \"Name\": \"new Wyoming\",\n \"TaxDefinitions\": [\n {\n \"Effectivefrom\": \"2002-01-01\",\n \"Rate\": \"25\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesTaxAuthorities(id)", | |
"description": "Delete an instance of 'SalesTaxAuthorities' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesTaxAuthorities(Code='WYN',Type=-3)" | |
} | |
] | |
}, | |
{ | |
"service": "SalesTaxAuthoritiesTypes", | |
"description": "This entity enables you to manipulate 'SalesTaxAuthoritiesTypes'. It represents the types of sales tax authorities. It specifies whether the sales tax authority includes VAT.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesTaxAuthoritiesTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesTaxAuthoritiesTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesTaxAuthoritiesTypes(123)\n\nGET https://localhost:50000/b1s/v2/SalesTaxAuthoritiesTypes(123)?$select=UserSignature,Name,VAT" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesTaxAuthoritiesTypes", | |
"description": "Retrieve a collection of 'SalesTaxAuthoritiesTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesTaxAuthoritiesTypes\n\nGET https://localhost:50000/b1s/v2/SalesTaxAuthoritiesTypes?$select=UserSignature,Name,VAT&$filter=Numerator ge 123 &$orderby=Numerator&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesTaxAuthoritiesTypes", | |
"description": "Create an instance of 'SalesTaxAuthoritiesTypes' with the given payload of type 'SalesTaxAuthoritiesType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesTaxAuthoritiesTypes\n{\n \"Name\": \"Town\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesTaxAuthoritiesTypes(id)", | |
"description": "Update an instance of 'SalesTaxAuthoritiesTypes' with the given payload of type 'SalesTaxAuthoritiesType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesTaxAuthoritiesTypes(123)\n{\n \"Name\": \"Street\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesTaxAuthoritiesTypes(id)", | |
"description": "Delete an instance of 'SalesTaxAuthoritiesTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesTaxAuthoritiesTypes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "SalesTaxCodes", | |
"description": "This entity enables you to manipulate 'SalesTaxCodes'. It represents the inclusive sales tax codes. Each sales tax code consists of one or more sales taxes.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesTaxCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesTaxCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesTaxCodes('T1')\n\nGET https://localhost:50000/b1s/v2/SalesTaxCodes('T1')?$select=ValidForAR,ValidForAP,UserSignature" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesTaxCodes", | |
"description": "Retrieve a collection of 'SalesTaxCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesTaxCodes\n\nGET https://localhost:50000/b1s/v2/SalesTaxCodes?$select=ValidForAR,ValidForAP,UserSignature&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesTaxCodes", | |
"description": "Create an instance of 'SalesTaxCodes' with the given payload of type 'SalesTaxCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesTaxCodes\n{\n \"Code\": \"T1\",\n \"Name\": \"T1\",\n \"SalesTaxCodes_Lines\": [\n {\n \"STACode\": \"AL\",\n \"STAType\": \"-3\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesTaxCodes(id)", | |
"description": "Update an instance of 'SalesTaxCodes' with the given payload of type 'SalesTaxCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesTaxCodes('T1')\n{\n \"Name\": \"UpdatedTaxName\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesTaxCodes(id)", | |
"description": "Delete an instance of 'SalesTaxCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesTaxCodes('T1')" | |
} | |
] | |
}, | |
{ | |
"service": "SalesTaxInvoices", | |
"description": "This entity enables you to manipulate 'SalesTaxInvoices'. It represents the data of a sales Tax Invoice document.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SalesTaxInvoices(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SalesTaxInvoices' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesTaxInvoices(123)\n\nGET https://localhost:50000/b1s/v2/SalesTaxInvoices(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "SalesTaxInvoices", | |
"description": "Retrieve a collection of 'SalesTaxInvoices' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SalesTaxInvoices\n\nGET https://localhost:50000/b1s/v2/SalesTaxInvoices?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SalesTaxInvoices", | |
"description": "Create an instance of 'SalesTaxInvoices' with the given payload of type 'SalesTaxInvoice' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SalesTaxInvoices\n{\n \"CardCode\": \"c001\",\n \"Comments\": \"create purchase tax invoice\",\n \"DocType\": \"botit_Invoice\",\n \"SalesTaxInvoiceLines\": [\n {\n \"RefEntry1\": \"16\"\n }\n ],\n \"SalesTaxInvoiceOperationCodes\": [\n {\n \"OpCode\": \"2\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SalesTaxInvoices(id)", | |
"description": "Update an instance of 'SalesTaxInvoices' with the given payload of type 'SalesTaxInvoice' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SalesTaxInvoices(123)\n{\n \"Comments\": \"Update sales tax invoice\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SalesTaxInvoices(id)", | |
"description": "Delete an instance of 'SalesTaxInvoices' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SalesTaxInvoices(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Sections", | |
"description": "This entity enables you to manipulate 'Sections'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Sections(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Sections' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Sections(1)\n\nGET https://localhost:50000/b1s/v2/Sections(1)?$select=AbsEntry,Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "Sections", | |
"description": "Retrieve a collection of 'Sections' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Sections\n\nGET https://localhost:50000/b1s/v2/Sections?$select=AbsEntry,Code,Description&$filter=AbsEntry ge 1 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Sections", | |
"description": "Create an instance of 'Sections' with the given payload of type 'Section' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Sections\n{\n \"Code\": \"01\",\n \"Description\": \"section 01\",\n \"ECode\": \"e01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Sections(id)", | |
"description": "Update an instance of 'Sections' with the given payload of type 'Section' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Sections(1)\n{\n \"Code\": \"001\",\n \"Description\": \"updated section 01 code\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Sections(id)", | |
"description": "Delete an instance of 'Sections' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Sections(1)" | |
} | |
] | |
}, | |
{ | |
"service": "SelfCreditMemos", | |
"description": "This entity enables you to manipulate 'SelfCreditMemos'. It represents a request for payment. It also records the cost in a profit and loss statement.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SelfCreditMemos(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SelfCreditMemos' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SelfCreditMemos(123)\n\nGET https://localhost:50000/b1s/v2/SelfCreditMemos(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "SelfCreditMemos", | |
"description": "Retrieve a collection of 'SelfCreditMemos' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SelfCreditMemos\n\nGET https://localhost:50000/b1s/v2/SelfCreditMemos?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfCreditMemos", | |
"description": "Create an instance of 'SelfCreditMemos' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfCreditMemos\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SelfCreditMemos(id)", | |
"description": "Update an instance of 'SelfCreditMemos' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SelfCreditMemos(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfCreditMemos(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfCreditMemos(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfCreditMemos(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfCreditMemos(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfCreditMemos(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfCreditMemos(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfCreditMemos(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfCreditMemos(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "SelfInvoices", | |
"description": "This entity enables you to manipulate 'SelfInvoices'. It represents a request for payment. It also records the cost in a profit and loss statement.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SelfInvoices(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SelfInvoices' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SelfInvoices(123)\n\nGET https://localhost:50000/b1s/v2/SelfInvoices(123)?$select=DocEntry,DocNum,DocType" | |
}, | |
{ | |
"method": "GET", | |
"path": "SelfInvoices", | |
"description": "Retrieve a collection of 'SelfInvoices' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SelfInvoices\n\nGET https://localhost:50000/b1s/v2/SelfInvoices?$select=DocEntry,DocNum,DocType&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfInvoices", | |
"description": "Create an instance of 'SelfInvoices' with the given payload of type 'Document' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfInvoices\n{\n \"CardCode\": \"c001\",\n \"DocumentLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"TaxCode\": \"T1\",\n \"UnitPrice\": \"50\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SelfInvoices(id)", | |
"description": "Update an instance of 'SelfInvoices' with the given payload of type 'Document' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SelfInvoices(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfInvoices(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfInvoices(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfInvoices(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfInvoices(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfInvoices(id)/Reopen", | |
"description": "Invoke the method 'Reopen' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfInvoices(123)/Reopen" | |
}, | |
{ | |
"method": "POST", | |
"path": "SelfInvoices(id)/CreateCancellationDocument", | |
"description": "Invoke the method 'CreateCancellationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/SelfInvoices(123)/CreateCancellationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "SerialNumberDetails", | |
"description": "This entity enables you to manipulate 'SerialNumberDetails'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SerialNumberDetails(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SerialNumberDetails' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SerialNumberDetails(123)\n\nGET https://localhost:50000/b1s/v2/SerialNumberDetails(123)?$select=DocEntry,ItemCode,ItemDescription" | |
}, | |
{ | |
"method": "GET", | |
"path": "SerialNumberDetails", | |
"description": "Retrieve a collection of 'SerialNumberDetails' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SerialNumberDetails\n\nGET https://localhost:50000/b1s/v2/SerialNumberDetails?$select=DocEntry,ItemCode,ItemDescription&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SerialNumberDetails(id)", | |
"description": "Update an instance of 'SerialNumberDetails' with the given payload of type 'SerialNumberDetail' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SerialNumberDetails(123)\n{}" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallOrigins", | |
"description": "This entity enables you to manipulate 'ServiceCallOrigins'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ServiceCallOrigins(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ServiceCallOrigins' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallOrigins(1)\n\nGET https://localhost:50000/b1s/v2/ServiceCallOrigins(1)?$select=OriginID,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "ServiceCallOrigins", | |
"description": "Retrieve a collection of 'ServiceCallOrigins' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallOrigins\n\nGET https://localhost:50000/b1s/v2/ServiceCallOrigins?$select=OriginID,Name,Description&$filter=OriginID ge 1 &$orderby=OriginID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceCallOrigins", | |
"description": "Create an instance of 'ServiceCallOrigins' with the given payload of type 'ServiceCallOrigin' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallOrigins\n{\n \"Description\": \"E-test\",\n \"Name\": \"E-test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ServiceCallOrigins(id)", | |
"description": "Update an instance of 'ServiceCallOrigins' with the given payload of type 'ServiceCallOrigin' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ServiceCallOrigins(1)\n{\n \"Description\": \"E-123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ServiceCallOrigins(id)", | |
"description": "Delete an instance of 'ServiceCallOrigins' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ServiceCallOrigins(1)" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallProblemSubTypes", | |
"description": "This entity enables you to manipulate 'ServiceCallProblemSubTypes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ServiceCallProblemSubTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ServiceCallProblemSubTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallProblemSubTypes(1)\n\nGET https://localhost:50000/b1s/v2/ServiceCallProblemSubTypes(1)?$select=ProblemSubTypeID,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "ServiceCallProblemSubTypes", | |
"description": "Retrieve a collection of 'ServiceCallProblemSubTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallProblemSubTypes\n\nGET https://localhost:50000/b1s/v2/ServiceCallProblemSubTypes?$select=ProblemSubTypeID,Name,Description&$filter=ProblemSubTypeID ge 1 &$orderby=ProblemSubTypeID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceCallProblemSubTypes", | |
"description": "Create an instance of 'ServiceCallProblemSubTypes' with the given payload of type 'ServiceCallProblemSubType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallProblemSubTypes\n{\n \"Description\": \"test\",\n \"Name\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ServiceCallProblemSubTypes(id)", | |
"description": "Update an instance of 'ServiceCallProblemSubTypes' with the given payload of type 'ServiceCallProblemSubType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ServiceCallProblemSubTypes(1)\n{\n \"Description\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ServiceCallProblemSubTypes(id)", | |
"description": "Delete an instance of 'ServiceCallProblemSubTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ServiceCallProblemSubTypes(1)" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallProblemTypes", | |
"description": "This entity enables you to manipulate 'ServiceCallProblemTypes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ServiceCallProblemTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ServiceCallProblemTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallProblemTypes(1)\n\nGET https://localhost:50000/b1s/v2/ServiceCallProblemTypes(1)?$select=ProblemTypeID,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "ServiceCallProblemTypes", | |
"description": "Retrieve a collection of 'ServiceCallProblemTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallProblemTypes\n\nGET https://localhost:50000/b1s/v2/ServiceCallProblemTypes?$select=ProblemTypeID,Name,Description&$filter=ProblemTypeID ge 1 &$orderby=ProblemTypeID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceCallProblemTypes", | |
"description": "Create an instance of 'ServiceCallProblemTypes' with the given payload of type 'ServiceCallProblemType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallProblemTypes\n{\n \"Description\": \"test\",\n \"Name\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ServiceCallProblemTypes(id)", | |
"description": "Update an instance of 'ServiceCallProblemTypes' with the given payload of type 'ServiceCallProblemType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ServiceCallProblemTypes(1)\n{\n \"Description\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ServiceCallProblemTypes(id)", | |
"description": "Delete an instance of 'ServiceCallProblemTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ServiceCallProblemTypes(1)" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCalls", | |
"description": "This entity enables you to manipulate 'ServiceCalls'. It represents the service calls in the Service module. Service calls are used to manage service and support activities that you provide to your customers.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ServiceCalls(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ServiceCalls' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCalls(123)\n\nGET https://localhost:50000/b1s/v2/ServiceCalls(123)?$select=ServiceCallID,Subject,CustomerCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "ServiceCalls", | |
"description": "Retrieve a collection of 'ServiceCalls' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCalls\n\nGET https://localhost:50000/b1s/v2/ServiceCalls?$select=ServiceCallID,Subject,CustomerCode&$filter=ServiceCallID ge 123 &$orderby=ServiceCallID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceCalls", | |
"description": "Create an instance of 'ServiceCalls' with the given payload of type 'ServiceCall' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCalls\n{\n \"CustomerCode\": \"c001\",\n \"Subject\": \"Subject\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ServiceCalls(id)", | |
"description": "Update an instance of 'ServiceCalls' with the given payload of type 'ServiceCall' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ServiceCalls(123)\n{\n \"Subject\": \"new subject - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ServiceCalls(id)", | |
"description": "Delete an instance of 'ServiceCalls' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ServiceCalls(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceCalls(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCalls(123)/Close" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallSolutionStatus", | |
"description": "This entity enables you to manipulate 'ServiceCallSolutionStatus'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ServiceCallSolutionStatus(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ServiceCallSolutionStatus' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallSolutionStatus(1)\n\nGET https://localhost:50000/b1s/v2/ServiceCallSolutionStatus(1)?$select=StatusId,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "ServiceCallSolutionStatus", | |
"description": "Retrieve a collection of 'ServiceCallSolutionStatus' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallSolutionStatus\n\nGET https://localhost:50000/b1s/v2/ServiceCallSolutionStatus?$select=StatusId,Name,Description&$filter=StatusId ge 1 &$orderby=StatusId&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceCallSolutionStatus", | |
"description": "Create an instance of 'ServiceCallSolutionStatus' with the given payload of type 'ServiceCallSolutionStatus' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallSolutionStatus\n{\n \"Description\": \"Publish test\",\n \"Name\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ServiceCallSolutionStatus(id)", | |
"description": "Update an instance of 'ServiceCallSolutionStatus' with the given payload of type 'ServiceCallSolutionStatus' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ServiceCallSolutionStatus(1)\n{\n \"Description\": \"Publish 123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ServiceCallSolutionStatus(id)", | |
"description": "Delete an instance of 'ServiceCallSolutionStatus' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ServiceCallSolutionStatus(1)" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallStatus", | |
"description": "This entity enables you to manipulate 'ServiceCallStatus'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ServiceCallStatus(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ServiceCallStatus' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallStatus(1)\n\nGET https://localhost:50000/b1s/v2/ServiceCallStatus(1)?$select=StatusId,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "ServiceCallStatus", | |
"description": "Retrieve a collection of 'ServiceCallStatus' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallStatus\n\nGET https://localhost:50000/b1s/v2/ServiceCallStatus?$select=StatusId,Name,Description&$filter=StatusId ge 1 &$orderby=StatusId&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceCallStatus", | |
"description": "Create an instance of 'ServiceCallStatus' with the given payload of type 'ServiceCallStatus' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallStatus\n{\n \"Description\": \"test\",\n \"Name\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ServiceCallStatus(id)", | |
"description": "Update an instance of 'ServiceCallStatus' with the given payload of type 'ServiceCallStatus' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ServiceCallStatus(1)\n{\n \"Description\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ServiceCallStatus(id)", | |
"description": "Delete an instance of 'ServiceCallStatus' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ServiceCallStatus(1)" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceCallTypes", | |
"description": "This entity enables you to manipulate 'ServiceCallTypes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ServiceCallTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ServiceCallTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallTypes(1)\n\nGET https://localhost:50000/b1s/v2/ServiceCallTypes(1)?$select=CallTypeID,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "ServiceCallTypes", | |
"description": "Retrieve a collection of 'ServiceCallTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceCallTypes\n\nGET https://localhost:50000/b1s/v2/ServiceCallTypes?$select=CallTypeID,Name,Description&$filter=CallTypeID ge 1 &$orderby=CallTypeID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceCallTypes", | |
"description": "Create an instance of 'ServiceCallTypes' with the given payload of type 'ServiceCallType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceCallTypes\n{\n \"Description\": \"test\",\n \"Name\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ServiceCallTypes(id)", | |
"description": "Update an instance of 'ServiceCallTypes' with the given payload of type 'ServiceCallType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ServiceCallTypes(1)\n{\n \"Description\": \"test123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ServiceCallTypes(id)", | |
"description": "Delete an instance of 'ServiceCallTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ServiceCallTypes(1)" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceContracts", | |
"description": "This entity enables you to manipulate 'ServiceContracts'. It represents the service contracts table in the Service module of the SAP Business One application. This object enables you to do the following: Add a service contract; retrieve a service contract by its key; update a service contract; remove a service contract.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ServiceContracts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ServiceContracts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceContracts(123)\n\nGET https://localhost:50000/b1s/v2/ServiceContracts(123)?$select=ContractID,CustomerCode,CustomerName" | |
}, | |
{ | |
"method": "GET", | |
"path": "ServiceContracts", | |
"description": "Retrieve a collection of 'ServiceContracts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceContracts\n\nGET https://localhost:50000/b1s/v2/ServiceContracts?$select=ContractID,CustomerCode,CustomerName&$filter=ContractID ge 123 &$orderby=ContractID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceContracts", | |
"description": "Create an instance of 'ServiceContracts' with the given payload of type 'ServiceContract' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceContracts\n{\n \"CustomerCode\": \"C60000\",\n \"EndDate\": \"2014-12-09\",\n \"Remarks\": \"Add service Contract\",\n \"ServiceContract_Lines\": [\n {\n \"InternalSerialNum\": \"A6-000005\",\n \"ItemCode\": \"S10000\",\n \"ManufacturerSerialNum\": \"S1-000166\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ServiceContracts(id)", | |
"description": "Update an instance of 'ServiceContracts' with the given payload of type 'ServiceContract' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ServiceContracts(123)\n{\n \"Remarks\": \"Silver Warranty Contract\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ServiceContracts(id)", | |
"description": "Delete an instance of 'ServiceContracts' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ServiceContracts(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceContracts(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceContracts(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceContracts(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceContracts(123)/Close" | |
} | |
] | |
}, | |
{ | |
"service": "ServiceGroups", | |
"description": "This entity enables you to manipulate 'ServiceGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ServiceGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ServiceGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceGroups(2)\n\nGET https://localhost:50000/b1s/v2/ServiceGroups(2)?$select=AbsEntry,ServiceGroupCode,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "ServiceGroups", | |
"description": "Retrieve a collection of 'ServiceGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ServiceGroups\n\nGET https://localhost:50000/b1s/v2/ServiceGroups?$select=AbsEntry,ServiceGroupCode,Description&$filter=AbsEntry ge 2 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ServiceGroups", | |
"description": "Create an instance of 'ServiceGroups' with the given payload of type 'ServiceGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ServiceGroups\n{\n \"Description\": \"001\",\n \"ServiceGroupCode\": \"99\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ServiceGroups(id)", | |
"description": "Update an instance of 'ServiceGroups' with the given payload of type 'ServiceGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ServiceGroups(2)\n{\n \"Description\": \"test\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ServiceGroups(id)", | |
"description": "Delete an instance of 'ServiceGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ServiceGroups(2)" | |
} | |
] | |
}, | |
{ | |
"service": "ShippingTypes", | |
"description": "This entity enables you to manipulate 'ShippingTypes'. It defines transportation methods (for example, air cargo and courier) of goods.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ShippingTypes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ShippingTypes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ShippingTypes(123)\n\nGET https://localhost:50000/b1s/v2/ShippingTypes(123)?$select=Code,Name,Website" | |
}, | |
{ | |
"method": "GET", | |
"path": "ShippingTypes", | |
"description": "Retrieve a collection of 'ShippingTypes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ShippingTypes\n\nGET https://localhost:50000/b1s/v2/ShippingTypes?$select=Code,Name,Website&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ShippingTypes", | |
"description": "Create an instance of 'ShippingTypes' with the given payload of type 'ShippingType' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ShippingTypes\n{\n \"Name\": \"UPS Ground\",\n \"Website\": \"http://www.ups.com/\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ShippingTypes(id)", | |
"description": "Update an instance of 'ShippingTypes' with the given payload of type 'ShippingType' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ShippingTypes(123)\n{\n \"Website\": \"http://www.ups.com/cn\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ShippingTypes(id)", | |
"description": "Delete an instance of 'ShippingTypes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ShippingTypes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ShortLinkMappings", | |
"description": "This entity enables you to manipulate 'ShortLinkMappings'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ShortLinkMappings(guid)", | |
"description": "Retrieve all or some selected properties from an instance of 'ShortLinkMappings' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ShortLinkMappings('guid123')\n\nGET https://localhost:50000/b1s/v2/ShortLinkMappings('guid123')?$select=Guid,Origin" | |
}, | |
{ | |
"method": "GET", | |
"path": "ShortLinkMappings", | |
"description": "Retrieve a collection of 'ShortLinkMappings' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ShortLinkMappings\n\nGET https://localhost:50000/b1s/v2/ShortLinkMappings?$select=Guid,Origin&$filter=Guid ne 'guid123' &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ShortLinkMappings", | |
"description": "Create an instance of 'ShortLinkMappings' with the given payload of type 'ShortLinkMappings' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ShortLinkMappings\n{\n \"CreateDate\": \"2010-01-01\",\n \"CreateTime\": \"132233\",\n \"Guid\": \"guid123\",\n \"Origin\": \"origin123\",\n \"OwnerCode\": \"manager\",\n \"SrcLink\": \"srcLink123\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ShortLinkMappings(guid)", | |
"description": "Update an instance of 'ShortLinkMappings' with the given payload of type 'ShortLinkMappings' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ShortLinkMappings('guid123')\n{\n \"SrcLink\": \"srcLink123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ShortLinkMappings(guid)", | |
"description": "Delete an instance of 'ShortLinkMappings' with the specified guid.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ShortLinkMappings('guid123')" | |
} | |
] | |
}, | |
{ | |
"service": "SpecialPrices", | |
"description": "This entity enables you to manipulate 'SpecialPrices'. It represents a discount for a specific item in a specific price list. The discount can apply to a specific business partner or for all business partners. For a specific business partner, the item and business partner must be unique; for all business partners, the item and price list must be unique.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "SpecialPrices(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'SpecialPrices' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/SpecialPrices(CardCode='c001',ItemCode='i001')\n\nGET https://localhost:50000/b1s/v2/SpecialPrices(CardCode='c001',ItemCode='i001')?$select=ItemCode,CardCode,Price" | |
}, | |
{ | |
"method": "GET", | |
"path": "SpecialPrices", | |
"description": "Retrieve a collection of 'SpecialPrices' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/SpecialPrices\n\nGET https://localhost:50000/b1s/v2/SpecialPrices?$select=ItemCode,CardCode,Price&$filter=startswith(CardCode, 'a') and startswith(ItemCode, 'a') &$orderby=CardCode,ItemCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "SpecialPrices", | |
"description": "Create an instance of 'SpecialPrices' with the given payload of type 'SpecialPrice' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/SpecialPrices\n{\n \"CardCode\": \"c001\",\n \"DiscountPercent\": 10,\n \"ItemCode\": \"i001\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "SpecialPrices(id)", | |
"description": "Update an instance of 'SpecialPrices' with the given payload of type 'SpecialPrice' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/SpecialPrices(CardCode='c001',ItemCode='i001')\n{\n \"DiscountPercent\": 20\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "SpecialPrices(id)", | |
"description": "Delete an instance of 'SpecialPrices' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/SpecialPrices(CardCode='c001',ItemCode='i001')" | |
} | |
] | |
}, | |
{ | |
"service": "States", | |
"description": "This entity enables you to manipulate 'States'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "States(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'States' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/States(Country='abc',Code='abc')\n\nGET https://localhost:50000/b1s/v2/States(Country='abc',Code='abc')?$select=Code,Country,Name" | |
}, | |
{ | |
"method": "GET", | |
"path": "States", | |
"description": "Retrieve a collection of 'States' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/States\n\nGET https://localhost:50000/b1s/v2/States?$select=Code,Country,Name&$filter=startswith(Country, 'a') and startswith(Code, 'a') &$orderby=Country,Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "States", | |
"description": "Create an instance of 'States' with the given payload of type 'State' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/States\n{\n \"Code\": \"AK1\",\n \"Country\": \"US\",\n \"Name\": \"Alaska1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "States(id)", | |
"description": "Update an instance of 'States' with the given payload of type 'State' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/States(Country='abc',Code='abc')\n{\n \"Name\": \"Alaska\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "States(id)", | |
"description": "Delete an instance of 'States' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/States(Country='abc',Code='abc')" | |
} | |
] | |
}, | |
{ | |
"service": "StockTakings", | |
"description": "This entity enables you to manipulate 'StockTakings'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "StockTakings(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'StockTakings' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/StockTakings(ItemCode='abc',WarehouseCode='abc')\n\nGET https://localhost:50000/b1s/v2/StockTakings(ItemCode='abc',WarehouseCode='abc')?$select=ItemCode,WarehouseCode,Counted" | |
}, | |
{ | |
"method": "GET", | |
"path": "StockTakings", | |
"description": "Retrieve a collection of 'StockTakings' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/StockTakings\n\nGET https://localhost:50000/b1s/v2/StockTakings?$select=ItemCode,WarehouseCode,Counted&$filter=startswith(ItemCode, 'a') and startswith(WarehouseCode, 'a') &$orderby=ItemCode,WarehouseCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTakings", | |
"description": "Create an instance of 'StockTakings' with the given payload of type 'StockTaking' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTakings\n{\n \"Counted\": 0,\n \"ItemCode\": \"item001\",\n \"WarehouseCode\": \"01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "StockTakings(id)", | |
"description": "Update an instance of 'StockTakings' with the given payload of type 'StockTaking' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/StockTakings(ItemCode='abc',WarehouseCode='abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "StockTakings(id)", | |
"description": "Delete an instance of 'StockTakings' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/StockTakings(ItemCode='abc',WarehouseCode='abc')" | |
} | |
] | |
}, | |
{ | |
"service": "StockTransferDrafts", | |
"description": "This entity enables you to manipulate 'StockTransferDrafts'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "StockTransferDrafts(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'StockTransferDrafts' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/StockTransferDrafts(123)\n\nGET https://localhost:50000/b1s/v2/StockTransferDrafts(123)?$select=DocEntry,Series,Printed" | |
}, | |
{ | |
"method": "GET", | |
"path": "StockTransferDrafts", | |
"description": "Retrieve a collection of 'StockTransferDrafts' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/StockTransferDrafts\n\nGET https://localhost:50000/b1s/v2/StockTransferDrafts?$select=DocEntry,Series,Printed&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTransferDrafts", | |
"description": "Create an instance of 'StockTransferDrafts' with the given payload of type 'StockTransfer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransferDrafts\n{\n \"StockTransferLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"UnitPrice\": \"30\",\n \"WarehouseCode\": \"w001\"\n }\n ]\n}\nPOST https://localhost:50000/b1s/v2/StockTransferDrafts\n{\n \"Comments\": \"Test123\",\n \"DocObjectCode\": \"67\",\n \"StockTransferLines\": [\n {\n \"ItemCode\": \"A00001\",\n \"Quantity\": 10,\n \"StockTransferLinesBinAllocations\": [\n {\n \"BaseLineNumber\": 0,\n \"BinAbsEntry\": 1,\n \"BinActionType\": \"batFromWarehouse\",\n \"Quantity\": 10\n },\n {\n \"BaseLineNumber\": 0,\n \"BinAbsEntry\": 76,\n \"BinActionType\": \"batToWarehouse\",\n \"Quantity\": 7\n },\n {\n \"BaseLineNumber\": 0,\n \"BinAbsEntry\": 75,\n \"BinActionType\": \"batToWarehouse\",\n \"Quantity\": 3\n }\n ]\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "StockTransferDrafts(id)", | |
"description": "Update an instance of 'StockTransferDrafts' with the given payload of type 'StockTransfer' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/StockTransferDrafts(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTransferDrafts(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransferDrafts(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTransferDrafts(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransferDrafts(123)/Close" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTransferDrafts(id)/SaveDraftToDocument", | |
"description": "Invoke the method 'SaveDraftToDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransferDrafts(123)/SaveDraftToDocument" | |
} | |
] | |
}, | |
{ | |
"service": "StockTransfers", | |
"description": "This entity enables you to manipulate 'StockTransfers'. It represents transfer records of items from one warehouse to another.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "StockTransfers(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'StockTransfers' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/StockTransfers(123)\n\nGET https://localhost:50000/b1s/v2/StockTransfers(123)?$select=DocEntry,Series,Printed" | |
}, | |
{ | |
"method": "GET", | |
"path": "StockTransfers", | |
"description": "Retrieve a collection of 'StockTransfers' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/StockTransfers\n\nGET https://localhost:50000/b1s/v2/StockTransfers?$select=DocEntry,Series,Printed&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTransfers", | |
"description": "Create an instance of 'StockTransfers' with the given payload of type 'StockTransfer' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransfers\n{\n \"StockTransferLines\": [\n {\n \"ItemCode\": \"i001\",\n \"Quantity\": \"100\",\n \"UnitPrice\": \"30\",\n \"WarehouseCode\": \"w001\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "StockTransfers(id)", | |
"description": "Update an instance of 'StockTransfers' with the given payload of type 'StockTransfer' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/StockTransfers(123)\n{\n \"Comments\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "StockTransfers(id)", | |
"description": "Delete an instance of 'StockTransfers' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/StockTransfers(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTransfers(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransfers(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "StockTransfers(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/StockTransfers(123)/Close" | |
} | |
] | |
}, | |
{ | |
"service": "TargetGroups", | |
"description": "This entity enables you to manipulate 'TargetGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TargetGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TargetGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TargetGroups('abc')\n\nGET https://localhost:50000/b1s/v2/TargetGroups('abc')?$select=TargetGroupCode,TargetGroupName,TargetGroupType" | |
}, | |
{ | |
"method": "GET", | |
"path": "TargetGroups", | |
"description": "Retrieve a collection of 'TargetGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TargetGroups\n\nGET https://localhost:50000/b1s/v2/TargetGroups?$select=TargetGroupCode,TargetGroupName,TargetGroupType&$filter=startswith(TargetGroupCode, 'a') &$orderby=TargetGroupCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "TargetGroups", | |
"description": "Create an instance of 'TargetGroups' with the given payload of type 'TargetGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/TargetGroups\n{\n \"TargetGroupCode\": \"1\",\n \"TargetGroupName\": \"1\",\n \"TargetGroupType\": \"tgtCustomer\",\n \"TargetGroupsDetails\": []\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TargetGroups(id)", | |
"description": "Update an instance of 'TargetGroups' with the given payload of type 'TargetGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TargetGroups('abc')\n{\n \"TargetGroupName\": \"21\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "TargetGroups(id)", | |
"description": "Delete an instance of 'TargetGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/TargetGroups('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "TaxCodeDeterminations", | |
"description": "This entity enables you to manipulate 'TaxCodeDeterminations'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TaxCodeDeterminations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TaxCodeDeterminations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TaxCodeDeterminations(1)\n\nGET https://localhost:50000/b1s/v2/TaxCodeDeterminations(1)?$select=DocEntry,LineNumber,DocumentType" | |
}, | |
{ | |
"method": "GET", | |
"path": "TaxCodeDeterminations", | |
"description": "Retrieve a collection of 'TaxCodeDeterminations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TaxCodeDeterminations\n\nGET https://localhost:50000/b1s/v2/TaxCodeDeterminations?$select=DocEntry,LineNumber,DocumentType&$filter=DocEntry ge 1 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "TaxCodeDeterminations", | |
"description": "Create an instance of 'TaxCodeDeterminations' with the given payload of type 'TaxCodeDetermination' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/TaxCodeDeterminations\n{\n \"BusinessArea\": \"baSales\",\n \"Condition1\": \"tcdcShipToCity\",\n \"Description\": \"test11\",\n \"DocumentType\": \"tcddtItem\",\n \"FreightHeaderTax\": \"A1\",\n \"FreightRowTax\": \"A10\",\n \"NumberValue1\": 0,\n \"TaxCode\": \"A10\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TaxCodeDeterminations(id)", | |
"description": "Update an instance of 'TaxCodeDeterminations' with the given payload of type 'TaxCodeDetermination' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TaxCodeDeterminations(1)\n{\n \"Description\": \"123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "TaxCodeDeterminations(id)", | |
"description": "Delete an instance of 'TaxCodeDeterminations' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/TaxCodeDeterminations(1)" | |
} | |
] | |
}, | |
{ | |
"service": "TaxCodeDeterminationsTCD", | |
"description": "This entity enables you to manipulate 'TaxCodeDeterminationsTCD'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TaxCodeDeterminationsTCD(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TaxCodeDeterminationsTCD' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TaxCodeDeterminationsTCD(4)\n\nGET https://localhost:50000/b1s/v2/TaxCodeDeterminationsTCD(4)?$select=AbsId,TcdType,DftArCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "TaxCodeDeterminationsTCD", | |
"description": "Retrieve a collection of 'TaxCodeDeterminationsTCD' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TaxCodeDeterminationsTCD\n\nGET https://localhost:50000/b1s/v2/TaxCodeDeterminationsTCD?$select=AbsId,TcdType,DftArCode&$filter=AbsId ge 4 &$orderby=AbsId&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TaxCodeDeterminationsTCD(id)", | |
"description": "Update an instance of 'TaxCodeDeterminationsTCD' with the given payload of type 'TaxCodeDeterminationTCD' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TaxCodeDeterminationsTCD(4)\n{\n \"DftApCode\": null,\n \"DftArCode\": null,\n \"TaxCodeDeterminationTCDByUsages\": [],\n \"TaxCodeDeterminationTCDDefaultWTs\": [],\n \"TaxCodeDeterminationTCDKeyFields\": [\n {\n \"AbsId\": 2,\n \"Descr\": \"\",\n \"KeyFld_1\": 1,\n \"KeyFld_2\": 0,\n \"KeyFld_3\": 0,\n \"KeyFld_4\": 0,\n \"Priority\": 1,\n \"TaxCodeDeterminationTCDKeyFieldValues\": [],\n \"UDFAlias_1\": null,\n \"UDFAlias_2\": null,\n \"UDFAlias_3\": null,\n \"UDFAlias_4\": null,\n \"UDFTable_1\": null,\n \"UDFTable_2\": null,\n \"UDFTable_3\": null,\n \"UDFTable_4\": null\n }\n ],\n \"TcdType\": \"tcdtWithholdingTax\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "TaxInvoiceReport", | |
"description": "This entity enables you to manipulate 'TaxInvoiceReport'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TaxInvoiceReport(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TaxInvoiceReport' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TaxInvoiceReport('0160000001')\n\nGET https://localhost:50000/b1s/v2/TaxInvoiceReport('0160000001')?$select=NTSApproval,ETaxWebSite,ETaxNo" | |
}, | |
{ | |
"method": "GET", | |
"path": "TaxInvoiceReport", | |
"description": "Retrieve a collection of 'TaxInvoiceReport' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TaxInvoiceReport\n\nGET https://localhost:50000/b1s/v2/TaxInvoiceReport?$select=NTSApproval,ETaxWebSite,ETaxNo&$filter=startswith(TaxInvoiceReportNumber, '0160000001') &$orderby=TaxInvoiceReportNumber&$top=10&$skip=1" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TaxInvoiceReport(id)", | |
"description": "Update an instance of 'TaxInvoiceReport' with the given payload of type 'TaxInvoiceReport' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TaxInvoiceReport('0160000001')\n{\n \"Remarks\": \"test\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "TaxInvoiceReport(id)/CancelTaxInvoiceReport", | |
"description": "Invoke the method 'CancelTaxInvoiceReport' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/TaxInvoiceReport('0160000001')/CancelTaxInvoiceReport" | |
} | |
] | |
}, | |
{ | |
"service": "TaxWebSites", | |
"description": "This entity enables you to manipulate 'TaxWebSites'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TaxWebSites(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TaxWebSites' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TaxWebSites(1)\n\nGET https://localhost:50000/b1s/v2/TaxWebSites(1)?$select=AbsEntry,WebSiteName,WebSiteURL" | |
}, | |
{ | |
"method": "GET", | |
"path": "TaxWebSites", | |
"description": "Retrieve a collection of 'TaxWebSites' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TaxWebSites\n\nGET https://localhost:50000/b1s/v2/TaxWebSites?$select=AbsEntry,WebSiteName,WebSiteURL&$filter=AbsEntry ge 1 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "TaxWebSites", | |
"description": "Create an instance of 'TaxWebSites' with the given payload of type 'TaxWebSite' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/TaxWebSites\n{\n \"Description\": \"test\",\n \"WebSiteName\": \"test\",\n \"WebSiteURL\": \"test\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TaxWebSites(id)", | |
"description": "Update an instance of 'TaxWebSites' with the given payload of type 'TaxWebSite' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TaxWebSites(1)\n{\n \"WebSiteName\": \"test123\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "TaxWebSites(id)", | |
"description": "Delete an instance of 'TaxWebSites' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/TaxWebSites(1)" | |
}, | |
{ | |
"method": "POST", | |
"path": "TaxWebSites(id)/SetAsDefault", | |
"description": "Invoke the method 'SetAsDefault' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/TaxWebSites(1)/SetAsDefault" | |
} | |
] | |
}, | |
{ | |
"service": "Teams", | |
"description": "This entity enables you to manipulate 'Teams'. It represents the list of teams from which team memberships of an employee can be selected. An employee can be a Member or a Leader of more than one team.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Teams(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Teams' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Teams(123)\n\nGET https://localhost:50000/b1s/v2/Teams(123)?$select=TeamID,TeamName,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "Teams", | |
"description": "Retrieve a collection of 'Teams' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Teams\n\nGET https://localhost:50000/b1s/v2/Teams?$select=TeamID,TeamName,Description&$filter=TeamID ge 123 &$orderby=TeamID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Teams", | |
"description": "Create an instance of 'Teams' with the given payload of type 'Team' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Teams\n{\n \"Description\": \"Testing Team\",\n \"TeamMembers\": [\n {\n \"EmployeeID\": \"20\",\n \"RoleInTeam\": \"borit_Leader\"\n }\n ],\n \"TeamName\": \"ACE\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Teams(id)", | |
"description": "Update an instance of 'Teams' with the given payload of type 'Team' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Teams(123)\n{\n \"Description\": \"Code Refactor\",\n \"TeamMembers\": [\n {\n \"RoleInTeam\": \"borit_Leader\"\n }\n ],\n \"TeamName\": \"Refactor\"\n}" | |
} | |
] | |
}, | |
{ | |
"service": "TerminationReason", | |
"description": "This entity enables you to manipulate 'TerminationReason'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TerminationReason(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TerminationReason' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TerminationReason(1)\n\nGET https://localhost:50000/b1s/v2/TerminationReason(1)?$select=ReasonID,Name,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "TerminationReason", | |
"description": "Retrieve a collection of 'TerminationReason' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TerminationReason\n\nGET https://localhost:50000/b1s/v2/TerminationReason?$select=ReasonID,Name,Description&$filter=ReasonID ge 1 &$orderby=ReasonID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "TerminationReason", | |
"description": "Create an instance of 'TerminationReason' with the given payload of type 'TerminationReason' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/TerminationReason\n{\n \"Name\": \"reason 01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TerminationReason(id)", | |
"description": "Update an instance of 'TerminationReason' with the given payload of type 'TerminationReason' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TerminationReason(1)\n{\n \"Description\": \"Add description\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "TerminationReason(id)", | |
"description": "Delete an instance of 'TerminationReason' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/TerminationReason(1)" | |
} | |
] | |
}, | |
{ | |
"service": "Territories", | |
"description": "This entity enables you to manipulate 'Territories'. It represents the territory segmentation.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Territories(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Territories' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Territories(123)\n\nGET https://localhost:50000/b1s/v2/Territories(123)?$select=TerritoryID,Description,LocationIndex" | |
}, | |
{ | |
"method": "GET", | |
"path": "Territories", | |
"description": "Retrieve a collection of 'Territories' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Territories\n\nGET https://localhost:50000/b1s/v2/Territories?$select=TerritoryID,Description,LocationIndex&$filter=TerritoryID ge 123 &$orderby=TerritoryID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Territories", | |
"description": "Create an instance of 'Territories' with the given payload of type 'Territory' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Territories\n{\n \"Description\": \"NorthChina\",\n \"Parent\": \"-1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Territories(id)", | |
"description": "Update an instance of 'Territories' with the given payload of type 'Territory' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Territories(123)\n{\n \"Description\": \"EastChina\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Territories(id)", | |
"description": "Delete an instance of 'Territories' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Territories(123)" | |
} | |
] | |
}, | |
{ | |
"service": "TrackingNotes", | |
"description": "This entity enables you to manipulate 'TrackingNotes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TrackingNotes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TrackingNotes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TrackingNotes(2)\n\nGET https://localhost:50000/b1s/v2/TrackingNotes(2)?$select=TrackingNoteNumber,CCDNumber,Date" | |
}, | |
{ | |
"method": "GET", | |
"path": "TrackingNotes", | |
"description": "Retrieve a collection of 'TrackingNotes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TrackingNotes\n\nGET https://localhost:50000/b1s/v2/TrackingNotes?$select=TrackingNoteNumber,CCDNumber,Date&$filter=TrackingNoteNumber ge 2 &$orderby=TrackingNoteNumber&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "TrackingNotes", | |
"description": "Create an instance of 'TrackingNotes' with the given payload of type 'TrackingNote' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/TrackingNotes\n{\n \"CCDNumber\": \"18/2018/18\",\n \"CountryOfOrigin\": \"XX\",\n \"Date\": \"2016-08-31\",\n \"TrackingNoteItemCollection\": [\n {\n \"ItemCCDNumber\": 1,\n \"ItemCode\": \"I01\",\n \"Quantity\": \"100\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TrackingNotes(id)", | |
"description": "Update an instance of 'TrackingNotes' with the given payload of type 'TrackingNote' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TrackingNotes(2)\n{\n \"CountryOfOrigin\": \"AU\",\n \"TrackingNoteBrokerCollection\": [\n {\n \"AgreementNumber\": \"2\",\n \"BPCode\": \"C01\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "TrackingNotes(id)", | |
"description": "Delete an instance of 'TrackingNotes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/TrackingNotes(2)" | |
} | |
] | |
}, | |
{ | |
"service": "TransactionCodes", | |
"description": "This entity enables you to manipulate 'TransactionCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TransactionCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TransactionCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TransactionCodes('01')\n\nGET https://localhost:50000/b1s/v2/TransactionCodes('01')?$select=Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "TransactionCodes", | |
"description": "Retrieve a collection of 'TransactionCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TransactionCodes\n\nGET https://localhost:50000/b1s/v2/TransactionCodes?$select=Code,Description&$filter=startswith(Code, '') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "TransactionCodes", | |
"description": "Create an instance of 'TransactionCodes' with the given payload of type 'TransactionCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/TransactionCodes\n{\n \"Code\": \"01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TransactionCodes(id)", | |
"description": "Update an instance of 'TransactionCodes' with the given payload of type 'TransactionCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TransactionCodes('01')\n{\n \"Description\": \"description of 01\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "TransactionCodes(id)", | |
"description": "Delete an instance of 'TransactionCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/TransactionCodes('01')" | |
} | |
] | |
}, | |
{ | |
"service": "TransportationDocument", | |
"description": "This entity enables you to manipulate 'TransportationDocument'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TransportationDocument(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TransportationDocument' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TransportationDocument(123)\n\nGET https://localhost:50000/b1s/v2/TransportationDocument(123)?$select=TranspDocNumber,NextNumber,PostDate" | |
}, | |
{ | |
"method": "GET", | |
"path": "TransportationDocument", | |
"description": "Retrieve a collection of 'TransportationDocument' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TransportationDocument\n\nGET https://localhost:50000/b1s/v2/TransportationDocument?$select=TranspDocNumber,NextNumber,PostDate&$filter=TranspDocNumber ge 123 &$orderby=TranspDocNumber&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "TransportationDocument", | |
"description": "Create an instance of 'TransportationDocument' with the given payload of type 'TransportationDocumentData' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/TransportationDocument\n{\n \"AttachmentEntry\": null,\n \"Canceled\": \"tNO\",\n \"CarrierCode\": \"V01\",\n \"ElDocExportFormat\": null,\n \"ElDocGenType\": \"edgt_NotRelevant\",\n \"ExpirationDate\": null,\n \"IssueGate\": 0,\n \"PostDate\": \"2018-01-30\",\n \"TrailerID\": null,\n \"TransportationDocumentLineDataCollection\": [\n {\n \"DocLineNumber\": 0,\n \"DocNumber\": 4,\n \"DocOrderNum\": null,\n \"DocType\": \"dc_Delivery\",\n \"ItemCode\": \"I01\",\n \"TransportedQuantity\": 1.0\n }\n ],\n \"TransportationNumber\": null,\n \"VehicleID\": null,\n \"WarehouseCode\": \"01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TransportationDocument(id)", | |
"description": "Update an instance of 'TransportationDocument' with the given payload of type 'TransportationDocumentData' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TransportationDocument(123)\n{\n \"VehicleID\": \"1234\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "TransportationDocument(id)/CancelTransportationDocument", | |
"description": "Invoke the method 'CancelTransportationDocument' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/TransportationDocument(123)/CancelTransportationDocument" | |
} | |
] | |
}, | |
{ | |
"service": "TSRExceptionalEvents", | |
"description": "This entity enables you to manipulate 'TSRExceptionalEvents'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "TSRExceptionalEvents(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'TSRExceptionalEvents' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/TSRExceptionalEvents('abc')\n\nGET https://localhost:50000/b1s/v2/TSRExceptionalEvents('abc')?$select=Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "TSRExceptionalEvents", | |
"description": "Retrieve a collection of 'TSRExceptionalEvents' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/TSRExceptionalEvents\n\nGET https://localhost:50000/b1s/v2/TSRExceptionalEvents?$select=Code,Description&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "TSRExceptionalEvents", | |
"description": "Create an instance of 'TSRExceptionalEvents' with the given payload of type 'TSRExceptionalEvent' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/TSRExceptionalEvents\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "TSRExceptionalEvents(id)", | |
"description": "Update an instance of 'TSRExceptionalEvents' with the given payload of type 'TSRExceptionalEvent' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/TSRExceptionalEvents('abc')\n{}" | |
} | |
] | |
}, | |
{ | |
"service": "UnitOfMeasurementGroups", | |
"description": "This entity enables you to manipulate 'UnitOfMeasurementGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UnitOfMeasurementGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UnitOfMeasurementGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UnitOfMeasurementGroups(123)\n\nGET https://localhost:50000/b1s/v2/UnitOfMeasurementGroups(123)?$select=AbsEntry,Code,Name" | |
}, | |
{ | |
"method": "GET", | |
"path": "UnitOfMeasurementGroups", | |
"description": "Retrieve a collection of 'UnitOfMeasurementGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UnitOfMeasurementGroups\n\nGET https://localhost:50000/b1s/v2/UnitOfMeasurementGroups?$select=AbsEntry,Code,Name&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UnitOfMeasurementGroups", | |
"description": "Create an instance of 'UnitOfMeasurementGroups' with the given payload of type 'UnitOfMeasurementGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UnitOfMeasurementGroups\n{\n \"AbsEntry\": 2,\n \"BaseUoM\": 1,\n \"Code\": \"F1\",\n \"Name\": \"F1\",\n \"UoMGroupDefinitionCollection\": [\n {\n \"AlternateQuantity\": 1,\n \"AlternateUoM\": 1,\n \"BaseQuantity\": 1,\n \"UdfFactor\": -1,\n \"WeightFactor\": 0\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "UnitOfMeasurementGroups(id)", | |
"description": "Update an instance of 'UnitOfMeasurementGroups' with the given payload of type 'UnitOfMeasurementGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/UnitOfMeasurementGroups(123)\n{\n \"Name\": \"F1\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UnitOfMeasurementGroups(id)", | |
"description": "Delete an instance of 'UnitOfMeasurementGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UnitOfMeasurementGroups(123)" | |
} | |
] | |
}, | |
{ | |
"service": "UnitOfMeasurements", | |
"description": "This entity enables you to manipulate 'UnitOfMeasurements'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UnitOfMeasurements(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UnitOfMeasurements' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UnitOfMeasurements(123)\n\nGET https://localhost:50000/b1s/v2/UnitOfMeasurements(123)?$select=AbsEntry,Code,Name" | |
}, | |
{ | |
"method": "GET", | |
"path": "UnitOfMeasurements", | |
"description": "Retrieve a collection of 'UnitOfMeasurements' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UnitOfMeasurements\n\nGET https://localhost:50000/b1s/v2/UnitOfMeasurements?$select=AbsEntry,Code,Name&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UnitOfMeasurements", | |
"description": "Create an instance of 'UnitOfMeasurements' with the given payload of type 'UnitOfMeasurement' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UnitOfMeasurements\n{\n \"AbsEntry\": 2,\n \"Code\": \"Carton\",\n \"Height1\": 300,\n \"Height1Unit\": 50,\n \"Height2\": 0,\n \"Height2Unit\": null,\n \"InternationalSymbol\": null,\n \"Length1\": 100,\n \"Length1Unit\": 50,\n \"Length2\": 0,\n \"Length2Unit\": null,\n \"Name\": \"Carton\",\n \"Volume\": 6000000,\n \"VolumeUnit\": 5,\n \"Weight1\": 0,\n \"Weight1Unit\": null,\n \"Weight2\": 0,\n \"Weight2Unit\": null,\n \"Width1\": 200,\n \"Width1Unit\": 50,\n \"Width2\": 0,\n \"Width2Unit\": null\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "UnitOfMeasurements(id)", | |
"description": "Update an instance of 'UnitOfMeasurements' with the given payload of type 'UnitOfMeasurement' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/UnitOfMeasurements(123)\n{\n \"AbsEntry\": 2,\n \"Code\": \"Carton001\",\n \"Length1\": 100,\n \"Name\": \"Carton001\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UnitOfMeasurements(id)", | |
"description": "Delete an instance of 'UnitOfMeasurements' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UnitOfMeasurements(123)" | |
} | |
] | |
}, | |
{ | |
"service": "UserDefaultGroups", | |
"description": "This entity enables you to manipulate 'UserDefaultGroups'. It defines default values (such as, default documents, default address in printed documents, windows color, and so on).", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UserDefaultGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UserDefaultGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UserDefaultGroups('UD01')\n\nGET https://localhost:50000/b1s/v2/UserDefaultGroups('UD01')?$select=Code,Name,Warehouse" | |
}, | |
{ | |
"method": "GET", | |
"path": "UserDefaultGroups", | |
"description": "Retrieve a collection of 'UserDefaultGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UserDefaultGroups\n\nGET https://localhost:50000/b1s/v2/UserDefaultGroups?$select=Code,Name,Warehouse&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserDefaultGroups", | |
"description": "Create an instance of 'UserDefaultGroups' with the given payload of type 'UserDefaultGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserDefaultGroups\n{\n \"Address\": \"No. 1001 Chenhui road Shanghai\",\n \"Code\": \"UD01\",\n \"Name\": \"User Default\",\n \"PrintReceipt\": \"boprcAlways\",\n \"UseTax\": \"tYES\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "UserDefaultGroups(id)", | |
"description": "Update an instance of 'UserDefaultGroups' with the given payload of type 'UserDefaultGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/UserDefaultGroups('UD01')\n{\n \"Name\": \"Default User\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UserDefaultGroups(id)", | |
"description": "Delete an instance of 'UserDefaultGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UserDefaultGroups('UD01')" | |
} | |
] | |
}, | |
{ | |
"service": "UserFieldsMD", | |
"description": "This entity enables you to manipulate 'UserFieldsMD' and manage user-defined fields in user and system tables.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UserFieldsMD(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UserFieldsMD' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UserFieldsMD(TableName='@UDT01',FieldID=0)\n\nGET https://localhost:50000/b1s/v2/UserFieldsMD(TableName='@UDT01',FieldID=0)?$select=Name,Type,Size" | |
}, | |
{ | |
"method": "GET", | |
"path": "UserFieldsMD", | |
"description": "Retrieve a collection of 'UserFieldsMD' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UserFieldsMD\n\nGET https://localhost:50000/b1s/v2/UserFieldsMD?$select=Name,Type,Size&$filter=startswith(TableName, 'a') and FieldID ge 0 &$orderby=TableName,FieldID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserFieldsMD", | |
"description": "Create an instance of 'UserFieldsMD' with the given payload of type 'UserFieldMD' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserFieldsMD\n{\n \"Description\": \"UDF01\",\n \"Name\": \"UDF01\",\n \"SubType\": \"st_Address\",\n \"TableName\": \"@UDT01\",\n \"Type\": \"db_Alpha\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "UserFieldsMD(id)", | |
"description": "Update an instance of 'UserFieldsMD' with the given payload of type 'UserFieldMD' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/UserFieldsMD(TableName='@UDT01',FieldID=0)\n{\n \"Description\": \"new UDF01\",\n \"FieldID\": 0,\n \"TableName\": \"@UDT01\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UserFieldsMD(id)", | |
"description": "Delete an instance of 'UserFieldsMD' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UserFieldsMD(TableName='@UDT01',FieldID=0)" | |
} | |
] | |
}, | |
{ | |
"service": "UserKeysMD", | |
"description": "This entity enables you to manipulate 'UserKeysMD' and manage secondary keys to user tables.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UserKeysMD(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UserKeysMD' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UserKeysMD(TableName='OHEM',KeyIndex=0)\n\nGET https://localhost:50000/b1s/v2/UserKeysMD(TableName='OHEM',KeyIndex=0)?$select=TableName,KeyIndex,KeyName" | |
}, | |
{ | |
"method": "GET", | |
"path": "UserKeysMD", | |
"description": "Retrieve a collection of 'UserKeysMD' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UserKeysMD\n\nGET https://localhost:50000/b1s/v2/UserKeysMD?$select=TableName,KeyIndex,KeyName&$filter=startswith(TableName, 'a') and KeyIndex ge 0 &$orderby=TableName,KeyIndex&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserKeysMD", | |
"description": "Create an instance of 'UserKeysMD' with the given payload of type 'UserKeysMD' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserKeysMD\n{\n \"KeyName\": \"uk01\",\n \"TableName\": \"OHEM\",\n \"Unique\": \"tNO\",\n \"UserKeysMD_Elements\": [\n {\n \"ColumnAlias\": \"UDF01\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UserKeysMD(id)", | |
"description": "Delete an instance of 'UserKeysMD' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UserKeysMD(TableName='OHEM',KeyIndex=0)" | |
} | |
] | |
}, | |
{ | |
"service": "UserLanguages", | |
"description": "This entity enables you to manipulate 'UserLanguages'. It defines user languages for multi-language support.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UserLanguages(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UserLanguages' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UserLanguages(123)\n\nGET https://localhost:50000/b1s/v2/UserLanguages(123)?$select=Code,LanguageShortName,LanguageFullName" | |
}, | |
{ | |
"method": "GET", | |
"path": "UserLanguages", | |
"description": "Retrieve a collection of 'UserLanguages' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UserLanguages\n\nGET https://localhost:50000/b1s/v2/UserLanguages?$select=Code,LanguageShortName,LanguageFullName&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserLanguages", | |
"description": "Create an instance of 'UserLanguages' with the given payload of type 'UserLanguage' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserLanguages\n{\n \"LanguageFullName\": \"Chinese\",\n \"LanguageShortName\": \"TWC\",\n \"RelatedSystemLanguage\": \"35\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "UserLanguages(id)", | |
"description": "Update an instance of 'UserLanguages' with the given payload of type 'UserLanguage' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/UserLanguages(123)\n{\n \"LanguageFullName\": \"Traditional Chinese\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UserLanguages(id)", | |
"description": "Delete an instance of 'UserLanguages' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UserLanguages(123)" | |
} | |
] | |
}, | |
{ | |
"service": "UserObjectsMD", | |
"description": "This entity enables you to manipulate 'UserObjectsMD'. It represents the registration data settings, such as table name and supported services, of a user-defined object.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UserObjectsMD(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UserObjectsMD' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UserObjectsMD('UDO5353')\n\nGET https://localhost:50000/b1s/v2/UserObjectsMD('UDO5353')?$select=TableName,Code,LogTableName" | |
}, | |
{ | |
"method": "GET", | |
"path": "UserObjectsMD", | |
"description": "Retrieve a collection of 'UserObjectsMD' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UserObjectsMD\n\nGET https://localhost:50000/b1s/v2/UserObjectsMD?$select=TableName,Code,LogTableName&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserObjectsMD", | |
"description": "Create an instance of 'UserObjectsMD' with the given payload of type 'UserObjectsMD' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserObjectsMD\n{\n \"Code\": \"UDO5353\",\n \"Name\": \"UDOTest\",\n \"TableName\": \"UDT01\",\n \"UserObjectMD_ChildTables\": [\n {\n \"ObjectName\": \"UDO Child\",\n \"SonNumber\": \"1\",\n \"TableName\": \"UDT02\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "UserObjectsMD(id)", | |
"description": "Update an instance of 'UserObjectsMD' with the given payload of type 'UserObjectsMD' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/UserObjectsMD('UDO5353')\n{\n \"Name\": \"NewUDOTest\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UserObjectsMD(id)", | |
"description": "Delete an instance of 'UserObjectsMD' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UserObjectsMD('UDO5353')" | |
} | |
] | |
}, | |
{ | |
"service": "UserPermissionTree", | |
"description": "This entity enables you to manipulate 'UserPermissionTree'. It represents the User Authorization form. This object enables managing user authorization for various forms.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UserPermissionTree(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UserPermissionTree' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UserPermissionTree('P01')\n\nGET https://localhost:50000/b1s/v2/UserPermissionTree('P01')?$select=UserSignature,DisplayOrder,PermissionID" | |
}, | |
{ | |
"method": "GET", | |
"path": "UserPermissionTree", | |
"description": "Retrieve a collection of 'UserPermissionTree' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UserPermissionTree\n\nGET https://localhost:50000/b1s/v2/UserPermissionTree?$select=UserSignature,DisplayOrder,PermissionID&$filter=startswith(PermissionID, 'a') &$orderby=PermissionID&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserPermissionTree", | |
"description": "Create an instance of 'UserPermissionTree' with the given payload of type 'UserPermissionTree' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserPermissionTree\n{\n \"Name\": \"newPer\",\n \"PermissionID\": \"P01\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "UserPermissionTree(id)", | |
"description": "Update an instance of 'UserPermissionTree' with the given payload of type 'UserPermissionTree' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/UserPermissionTree('P01')\n{\n \"Name\": \"newFormPer\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UserPermissionTree(id)", | |
"description": "Delete an instance of 'UserPermissionTree' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UserPermissionTree('P01')" | |
} | |
] | |
}, | |
{ | |
"service": "UserQueries", | |
"description": "This entity enables you to manipulate 'UserQueries'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UserQueries(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UserQueries' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UserQueries(InternalKey=123,QueryCategory=-1)\n\nGET https://localhost:50000/b1s/v2/UserQueries(InternalKey=123,QueryCategory=-1)?$select=InternalKey,QueryCategory,QueryDescription" | |
}, | |
{ | |
"method": "GET", | |
"path": "UserQueries", | |
"description": "Retrieve a collection of 'UserQueries' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UserQueries\n\nGET https://localhost:50000/b1s/v2/UserQueries?$select=InternalKey,QueryCategory,QueryDescription&$filter=InternalKey ge 123 and QueryCategory ge 123 &$orderby=InternalKey,QueryCategory&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserQueries", | |
"description": "Create an instance of 'UserQueries' with the given payload of type 'UserQuery' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserQueries\n{\n \"Query\": \"SELECT T0. CardCode FROM OCRD T0\",\n \"QueryCategory\": \"-1\",\n \"QueryDescription\": \"QueryOCRD\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "UserQueries(id)", | |
"description": "Update an instance of 'UserQueries' with the given payload of type 'UserQuery' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/UserQueries(InternalKey=123,QueryCategory=-1)\n{\n \"QueryDescription\": \"Select OCRD\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UserQueries(id)", | |
"description": "Delete an instance of 'UserQueries' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UserQueries(InternalKey=123,QueryCategory=-1)" | |
} | |
] | |
}, | |
{ | |
"service": "Users", | |
"description": "This entity enables you to manipulate 'Users'. It represents the users table of the SAP Business One application. The users table includes the users list, login details, and authorizations.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Users(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Users' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Users(123)\n\nGET https://localhost:50000/b1s/v2/Users(123)?$select=InternalKey,UserPassword,UserCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "Users", | |
"description": "Retrieve a collection of 'Users' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Users\n\nGET https://localhost:50000/b1s/v2/Users?$select=InternalKey,UserPassword,UserCode&$filter=InternalKey ge 123 &$orderby=InternalKey&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Users", | |
"description": "Create an instance of 'Users' with the given payload of type 'User' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Users\n{\n \"UserCode\": \"u001\",\n \"UserName\": \"User1\",\n \"UserPassword\": \"default\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Users(id)", | |
"description": "Update an instance of 'Users' with the given payload of type 'User' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Users(123)\n{\n \"UserName\": \"Updated User Name\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Users(id)", | |
"description": "Delete an instance of 'Users' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Users(123)" | |
}, | |
{ | |
"method": "POST", | |
"path": "Users(id)/Close", | |
"description": "Invoke the method 'Close' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/Users(123)/Close" | |
} | |
] | |
}, | |
{ | |
"service": "UserTablesMD", | |
"description": "This entity enables you to manipulate 'UserTablesMD'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "UserTablesMD(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'UserTablesMD' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/UserTablesMD('UDT01')\n\nGET https://localhost:50000/b1s/v2/UserTablesMD('UDT01')?$select=TableName,TableDescription,TableType" | |
}, | |
{ | |
"method": "GET", | |
"path": "UserTablesMD", | |
"description": "Retrieve a collection of 'UserTablesMD' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/UserTablesMD\n\nGET https://localhost:50000/b1s/v2/UserTablesMD?$select=TableName,TableDescription,TableType&$filter=startswith(TableName, 'a') &$orderby=TableName&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "UserTablesMD", | |
"description": "Create an instance of 'UserTablesMD' with the given payload of type 'UserTablesMD' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/UserTablesMD\n{\n \"TableDescription\": \"NewUDT\",\n \"TableName\": \"UDT01\",\n \"TableType\": \"bott_NoObject\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "UserTablesMD(id)", | |
"description": "Update an instance of 'UserTablesMD' with the given payload of type 'UserTablesMD' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/UserTablesMD('UDT01')\n{\n \"TableDescription\": \"UpdateUDT01\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "UserTablesMD(id)", | |
"description": "Delete an instance of 'UserTablesMD' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/UserTablesMD('UDT01')" | |
} | |
] | |
}, | |
{ | |
"service": "ValueMapping", | |
"description": "This entity enables you to manipulate 'ValueMapping'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ValueMapping(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ValueMapping' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ValueMapping(123)\n\nGET https://localhost:50000/b1s/v2/ValueMapping(123)?$select=AbsEntry,ObjectId,ObjectAbsEntry" | |
}, | |
{ | |
"method": "GET", | |
"path": "ValueMapping", | |
"description": "Retrieve a collection of 'ValueMapping' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ValueMapping\n\nGET https://localhost:50000/b1s/v2/ValueMapping?$select=AbsEntry,ObjectId,ObjectAbsEntry&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ValueMapping", | |
"description": "Create an instance of 'ValueMapping' with the given payload of type 'VM_B1ValuesData' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ValueMapping\n{\n \"ObjectAbsEntry\": \"USD\",\n \"ObjectId\": 37,\n \"VM_ThirdPartyValuesCollection\": [\n {\n \"ThirdPartySystemId\": 1,\n \"ThirdPartyValue\": \"USD\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ValueMapping(id)", | |
"description": "Update an instance of 'ValueMapping' with the given payload of type 'VM_B1ValuesData' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ValueMapping(123)\n{\n \"ObjectAbsEntry\": \"NOK\",\n \"ObjectId\": 37,\n \"VM_ThirdPartyValuesCollection\": [\n {\n \"ThirdPartySystemId\": 1,\n \"ThirdPartyValue\": \"AFN\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "ValueMapping(id)", | |
"description": "Delete an instance of 'ValueMapping' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/ValueMapping(123)" | |
} | |
] | |
}, | |
{ | |
"service": "ValueMappingCommunication", | |
"description": "This entity enables you to manipulate 'ValueMappingCommunication'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "ValueMappingCommunication(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'ValueMappingCommunication' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/ValueMappingCommunication(123)\n\nGET https://localhost:50000/b1s/v2/ValueMappingCommunication(123)?$select=AbsEntry,ThirdPartySystemId,ObjectId" | |
}, | |
{ | |
"method": "GET", | |
"path": "ValueMappingCommunication", | |
"description": "Retrieve a collection of 'ValueMappingCommunication' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/ValueMappingCommunication\n\nGET https://localhost:50000/b1s/v2/ValueMappingCommunication?$select=AbsEntry,ThirdPartySystemId,ObjectId&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "ValueMappingCommunication", | |
"description": "Create an instance of 'ValueMappingCommunication' with the given payload of type 'ValueMappingCommunicationData' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/ValueMappingCommunication\n{\n \"CommunicationType\": \"MD\",\n \"ObjectId\": 37,\n \"ThirdPartySystemId\": 1\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "ValueMappingCommunication(id)", | |
"description": "Update an instance of 'ValueMappingCommunication' with the given payload of type 'ValueMappingCommunicationData' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/ValueMappingCommunication(123)\n{\n \"CommunicationType\": \"vmct_MasterData\",\n \"EndTime\": 165050,\n \"ObjectId\": 37,\n \"StartDate\": \"2017-12-19\",\n \"StartTime\": 160244,\n \"ThirdPartySystemId\": 1\n}" | |
} | |
] | |
}, | |
{ | |
"service": "VatGroups", | |
"description": "This entity enables you to manipulate 'VatGroups'. It defines tax groups that can be assigned to business partners and items in sales and purchase documents.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "VatGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'VatGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/VatGroups('c52')\n\nGET https://localhost:50000/b1s/v2/VatGroups('c52')?$select=Code,Name,Category" | |
}, | |
{ | |
"method": "GET", | |
"path": "VatGroups", | |
"description": "Retrieve a collection of 'VatGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/VatGroups\n\nGET https://localhost:50000/b1s/v2/VatGroups?$select=Code,Name,Category&$filter=startswith(Code, 'a') &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "VatGroups", | |
"description": "Create an instance of 'VatGroups' with the given payload of type 'VatGroup' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/VatGroups\n{\n \"Code\": \"c52\",\n \"Name\": \"VAT 20\",\n \"TaxAccount\": \"260000\",\n \"VatGroups_Lines\": [\n {\n \"Effectivefrom\": \"20070101\",\n \"Rate\": \"20\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "VatGroups(id)", | |
"description": "Update an instance of 'VatGroups' with the given payload of type 'VatGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/VatGroups('c52')\n{\n \"Name\": \"VAT rate 20\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "VatGroups(id)", | |
"description": "Delete an instance of 'VatGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/VatGroups('c52')" | |
} | |
] | |
}, | |
{ | |
"service": "VendorPayments", | |
"description": "This entity enables you to manipulate 'VendorPayments'. It represents incoming payments to vendors or, for returned goods, to customers. Available payment methods are cash, credit cards, checks, bank transfers, and in some localizations, bills of exchange.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "VendorPayments(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'VendorPayments' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/VendorPayments(123)\n\nGET https://localhost:50000/b1s/v2/VendorPayments(123)?$select=DocNum,DocType,HandWritten" | |
}, | |
{ | |
"method": "GET", | |
"path": "VendorPayments", | |
"description": "Retrieve a collection of 'VendorPayments' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/VendorPayments\n\nGET https://localhost:50000/b1s/v2/VendorPayments?$select=DocNum,DocType,HandWritten&$filter=DocEntry ge 123 &$orderby=DocEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "VendorPayments", | |
"description": "Create an instance of 'VendorPayments' with the given payload of type 'Payment' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/VendorPayments\n{\n \"CardCode\": \"v001\",\n \"CashFlowAssignments\": [\n {\n \"AmountLC\": \"101\",\n \"PaymentMeans\": \"pmtBankTransfer\"\n }\n ],\n \"TransferAccount\": \"_SYS00000000004\",\n \"TransferDate\": \"2014-03-27\",\n \"TransferSum\": \"101\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "VendorPayments(id)", | |
"description": "Update an instance of 'VendorPayments' with the given payload of type 'Payment' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/VendorPayments(123)\n{\n \"Remarks\": \"new comments - modified by Service Layer\"\n}" | |
}, | |
{ | |
"method": "POST", | |
"path": "VendorPayments(id)/Cancel", | |
"description": "Invoke the method 'Cancel' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/VendorPayments(123)/Cancel" | |
}, | |
{ | |
"method": "POST", | |
"path": "VendorPayments(id)/GetApprovalTemplates", | |
"description": "Invoke the method 'GetApprovalTemplates' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/VendorPayments(123)/GetApprovalTemplates" | |
}, | |
{ | |
"method": "POST", | |
"path": "VendorPayments(id)/CancelbyCurrentSystemDate", | |
"description": "Invoke the method 'CancelbyCurrentSystemDate' on this EntitySet with the specified id.", | |
"example": "POST https://localhost:50000/b1s/v2/VendorPayments(123)/CancelbyCurrentSystemDate" | |
} | |
] | |
}, | |
{ | |
"service": "WarehouseLocations", | |
"description": "This entity enables you to manipulate 'WarehouseLocations'. It defines the geographical locations of the warehouses.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WarehouseLocations(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WarehouseLocations' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WarehouseLocations(123)\n\nGET https://localhost:50000/b1s/v2/WarehouseLocations(123)?$select=Code,Name,LSTVATNumber" | |
}, | |
{ | |
"method": "GET", | |
"path": "WarehouseLocations", | |
"description": "Retrieve a collection of 'WarehouseLocations' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WarehouseLocations\n\nGET https://localhost:50000/b1s/v2/WarehouseLocations?$select=Code,Name,LSTVATNumber&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WarehouseLocations", | |
"description": "Create an instance of 'WarehouseLocations' with the given payload of type 'WarehouseLocation' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WarehouseLocations\n{\n \"City\": \"SH\",\n \"Country\": \"China\",\n \"ExemptionNumber\": \"123456789\",\n \"Name\": \"ShangHai\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WarehouseLocations(id)", | |
"description": "Update an instance of 'WarehouseLocations' with the given payload of type 'WarehouseLocation' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WarehouseLocations(123)\n{\n \"Name\": \"SH Pudong\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WarehouseLocations(id)", | |
"description": "Delete an instance of 'WarehouseLocations' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WarehouseLocations(123)" | |
} | |
] | |
}, | |
{ | |
"service": "Warehouses", | |
"description": "This entity enables you to manipulate 'Warehouses'. It represents the information of warehouses in the Inventory module.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "Warehouses(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'Warehouses' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/Warehouses('w001')\n\nGET https://localhost:50000/b1s/v2/Warehouses('w001')?$select=Street,StockInflationOffsetAccount,ZipCode" | |
}, | |
{ | |
"method": "GET", | |
"path": "Warehouses", | |
"description": "Retrieve a collection of 'Warehouses' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/Warehouses\n\nGET https://localhost:50000/b1s/v2/Warehouses?$select=Street,StockInflationOffsetAccount,ZipCode&$filter=startswith(WarehouseCode, 'a') &$orderby=WarehouseCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "Warehouses", | |
"description": "Create an instance of 'Warehouses' with the given payload of type 'Warehouse' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/Warehouses\n{\n \"WarehouseCode\": \"w001\",\n \"WarehouseName\": \"w001\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "Warehouses(id)", | |
"description": "Update an instance of 'Warehouses' with the given payload of type 'Warehouse' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/Warehouses('w001')\n{\n \"WarehouseName\": \"UpdatedWHName\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "Warehouses(id)", | |
"description": "Delete an instance of 'Warehouses' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/Warehouses('w001')" | |
} | |
] | |
}, | |
{ | |
"service": "WarehouseSublevelCodes", | |
"description": "This entity enables you to manipulate 'WarehouseSublevelCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WarehouseSublevelCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WarehouseSublevelCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WarehouseSublevelCodes(123)\n\nGET https://localhost:50000/b1s/v2/WarehouseSublevelCodes(123)?$select=WarehouseSublevel,Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "WarehouseSublevelCodes", | |
"description": "Retrieve a collection of 'WarehouseSublevelCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WarehouseSublevelCodes\n\nGET https://localhost:50000/b1s/v2/WarehouseSublevelCodes?$select=WarehouseSublevel,Code,Description&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WarehouseSublevelCodes", | |
"description": "Create an instance of 'WarehouseSublevelCodes' with the given payload of type 'WarehouseSublevelCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WarehouseSublevelCodes\n{\n \"AbsEntry\": 4,\n \"Code\": \"PIN\",\n \"Description\": null,\n \"WarehouseSublevel\": 1\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WarehouseSublevelCodes(id)", | |
"description": "Update an instance of 'WarehouseSublevelCodes' with the given payload of type 'WarehouseSublevelCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WarehouseSublevelCodes(123)\n{\n \"Description\": \"test\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WarehouseSublevelCodes(id)", | |
"description": "Delete an instance of 'WarehouseSublevelCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WarehouseSublevelCodes(123)" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientBookmarkTiles", | |
"description": "This entity enables you to manipulate 'WebClientBookmarkTiles'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientBookmarkTiles(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientBookmarkTiles' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientBookmarkTiles('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientBookmarkTiles('abc')?$select=Guid,Title,SubTitle" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientBookmarkTiles", | |
"description": "Retrieve a collection of 'WebClientBookmarkTiles' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientBookmarkTiles\n\nGET https://localhost:50000/b1s/v2/WebClientBookmarkTiles?$select=Guid,Title,SubTitle&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientBookmarkTiles", | |
"description": "Create an instance of 'WebClientBookmarkTiles' with the given payload of type 'WebClientBookmarkTile' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientBookmarkTiles\n{\n \"Guid\": \"Tile_1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientBookmarkTiles(id)", | |
"description": "Update an instance of 'WebClientBookmarkTiles' with the given payload of type 'WebClientBookmarkTile' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientBookmarkTiles('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientBookmarkTiles(id)", | |
"description": "Delete an instance of 'WebClientBookmarkTiles' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientBookmarkTiles('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientDashboards", | |
"description": "This entity enables you to manipulate 'WebClientDashboards'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientDashboards(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientDashboards' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientDashboards('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientDashboards('abc')?$select=Guid,UserId,Content" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientDashboards", | |
"description": "Retrieve a collection of 'WebClientDashboards' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientDashboards\n\nGET https://localhost:50000/b1s/v2/WebClientDashboards?$select=Guid,UserId,Content&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientDashboards", | |
"description": "Create an instance of 'WebClientDashboards' with the given payload of type 'WebClientDashboard' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientDashboards\n{\n \"Guid\": \"DB_1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientDashboards(id)", | |
"description": "Update an instance of 'WebClientDashboards' with the given payload of type 'WebClientDashboard' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientDashboards('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientDashboards(id)", | |
"description": "Delete an instance of 'WebClientDashboards' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientDashboards('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientFormSettings", | |
"description": "This entity enables you to manipulate 'WebClientFormSettings'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientFormSettings(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientFormSettings' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientFormSettings('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientFormSettings('abc')?$select=Guid,FormId,UserId" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientFormSettings", | |
"description": "Retrieve a collection of 'WebClientFormSettings' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientFormSettings\n\nGET https://localhost:50000/b1s/v2/WebClientFormSettings?$select=Guid,FormId,UserId&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientFormSettings", | |
"description": "Create an instance of 'WebClientFormSettings' with the given payload of type 'WebClientFormSetting' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientFormSettings\n{\n \"Guid\": \"FS_1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientFormSettings(id)", | |
"description": "Update an instance of 'WebClientFormSettings' with the given payload of type 'WebClientFormSetting' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientFormSettings('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientFormSettings(id)", | |
"description": "Delete an instance of 'WebClientFormSettings' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientFormSettings('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientLaunchpads", | |
"description": "This entity enables you to manipulate 'WebClientLaunchpads'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientLaunchpads(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientLaunchpads' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientLaunchpads('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientLaunchpads('abc')?$select=Guid,UserId,ThemeId" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientLaunchpads", | |
"description": "Retrieve a collection of 'WebClientLaunchpads' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientLaunchpads\n\nGET https://localhost:50000/b1s/v2/WebClientLaunchpads?$select=Guid,UserId,ThemeId&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientLaunchpads", | |
"description": "Create an instance of 'WebClientLaunchpads' with the given payload of type 'WebClientLaunchpad' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientLaunchpads\n{\n \"Guid\": \"LP_1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientLaunchpads(id)", | |
"description": "Update an instance of 'WebClientLaunchpads' with the given payload of type 'WebClientLaunchpad' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientLaunchpads('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientLaunchpads(id)", | |
"description": "Delete an instance of 'WebClientLaunchpads' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientLaunchpads('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientListviewFilters", | |
"description": "This entity enables you to manipulate 'WebClientListviewFilters'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientListviewFilters(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientListviewFilters' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientListviewFilters('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientListviewFilters('abc')?$select=Guid,UserId,TableName" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientListviewFilters", | |
"description": "Retrieve a collection of 'WebClientListviewFilters' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientListviewFilters\n\nGET https://localhost:50000/b1s/v2/WebClientListviewFilters?$select=Guid,UserId,TableName&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientListviewFilters", | |
"description": "Create an instance of 'WebClientListviewFilters' with the given payload of type 'WebClientListviewFilter' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientListviewFilters\n{\n \"Guid\": \"Filter_1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientListviewFilters(id)", | |
"description": "Update an instance of 'WebClientListviewFilters' with the given payload of type 'WebClientListviewFilter' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientListviewFilters('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientListviewFilters(id)", | |
"description": "Delete an instance of 'WebClientListviewFilters' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientListviewFilters('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientNotifications", | |
"description": "This entity enables you to manipulate 'WebClientNotifications'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientNotifications(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientNotifications' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientNotifications('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientNotifications('abc')?$select=Guid,ObjectKey,ActivityDate" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientNotifications", | |
"description": "Retrieve a collection of 'WebClientNotifications' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientNotifications\n\nGET https://localhost:50000/b1s/v2/WebClientNotifications?$select=Guid,ObjectKey,ActivityDate&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientNotifications", | |
"description": "Create an instance of 'WebClientNotifications' with the given payload of type 'WebClientNotification' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientNotifications\n{\n \"Guid\": \"N_1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientNotifications(id)", | |
"description": "Update an instance of 'WebClientNotifications' with the given payload of type 'WebClientNotification' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientNotifications('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientNotifications(id)", | |
"description": "Delete an instance of 'WebClientNotifications' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientNotifications('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientPreferences", | |
"description": "This entity enables you to manipulate 'WebClientPreferences'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientPreferences(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientPreferences' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientPreferences('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientPreferences('abc')?$select=Guid,UserId,TableName" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientPreferences", | |
"description": "Retrieve a collection of 'WebClientPreferences' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientPreferences\n\nGET https://localhost:50000/b1s/v2/WebClientPreferences?$select=Guid,UserId,TableName&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientPreferences", | |
"description": "Create an instance of 'WebClientPreferences' with the given payload of type 'WebClientPreference' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientPreferences\n{\n \"Guid\": \"Pf_1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientPreferences(id)", | |
"description": "Update an instance of 'WebClientPreferences' with the given payload of type 'WebClientPreference' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientPreferences('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientPreferences(id)", | |
"description": "Delete an instance of 'WebClientPreferences' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientPreferences('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientRecentActivities", | |
"description": "This entity enables you to manipulate 'WebClientRecentActivities'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientRecentActivities(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientRecentActivities' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientRecentActivities('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientRecentActivities('abc')?$select=Guid,AppId,AppType" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientRecentActivities", | |
"description": "Retrieve a collection of 'WebClientRecentActivities' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientRecentActivities\n\nGET https://localhost:50000/b1s/v2/WebClientRecentActivities?$select=Guid,AppId,AppType&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientRecentActivities", | |
"description": "Create an instance of 'WebClientRecentActivities' with the given payload of type 'WebClientRecentActivity' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientRecentActivities\n{\n \"Guid\": \"Act_1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientRecentActivities(id)", | |
"description": "Update an instance of 'WebClientRecentActivities' with the given payload of type 'WebClientRecentActivity' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientRecentActivities('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientRecentActivities(id)", | |
"description": "Delete an instance of 'WebClientRecentActivities' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientRecentActivities('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientVariantGroups", | |
"description": "This entity enables you to manipulate 'WebClientVariantGroups'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientVariantGroups(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientVariantGroups' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientVariantGroups('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientVariantGroups('abc')?$select=Guid,UserId,ViewType" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientVariantGroups", | |
"description": "Retrieve a collection of 'WebClientVariantGroups' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientVariantGroups\n\nGET https://localhost:50000/b1s/v2/WebClientVariantGroups?$select=Guid,UserId,ViewType&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientVariantGroups", | |
"description": "Create an instance of 'WebClientVariantGroups' with the given payload of type 'WebClientVariantGroup' in JSON format. \"Guid\", \"UserId\", \"ViewType\", and \"ObjectName\" are four mandertory properties.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientVariantGroups\n{\n \"Guid\": \"VG1\",\n \"ObjectName\": \"objName1\",\n \"UserId\": 1,\n \"ViewType\": \"2\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientVariantGroups(id)", | |
"description": "Update an instance of 'WebClientVariantGroups' with the given payload of type 'WebClientVariantGroup' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientVariantGroups('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientVariantGroups(id)", | |
"description": "Delete an instance of 'WebClientVariantGroups' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientVariantGroups('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WebClientVariants", | |
"description": "This entity enables you to manipulate 'WebClientVariants'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WebClientVariants(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WebClientVariants' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientVariants('abc')\n\nGET https://localhost:50000/b1s/v2/WebClientVariants('abc')?$select=Guid,Order,UserId" | |
}, | |
{ | |
"method": "GET", | |
"path": "WebClientVariants", | |
"description": "Retrieve a collection of 'WebClientVariants' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WebClientVariants\n\nGET https://localhost:50000/b1s/v2/WebClientVariants?$select=Guid,Order,UserId&$filter=startswith(Guid, 'a') &$orderby=Guid&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WebClientVariants", | |
"description": "Create an instance of 'WebClientVariants' with the given payload of type 'WebClientVariant' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WebClientVariants\n{\n \"Guid\": \"testVariant_1\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WebClientVariants(id)", | |
"description": "Update an instance of 'WebClientVariants' with the given payload of type 'WebClientVariant' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WebClientVariants('abc')\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WebClientVariants(id)", | |
"description": "Delete an instance of 'WebClientVariants' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WebClientVariants('abc')" | |
} | |
] | |
}, | |
{ | |
"service": "WeightMeasures", | |
"description": "This entity enables you to manipulate 'WeightMeasures'. It defines the weight measure units that are used for item records.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WeightMeasures(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WeightMeasures' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WeightMeasures(123)\n\nGET https://localhost:50000/b1s/v2/WeightMeasures(123)?$select=UnitCode,UnitDisplay,UnitName" | |
}, | |
{ | |
"method": "GET", | |
"path": "WeightMeasures", | |
"description": "Retrieve a collection of 'WeightMeasures' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WeightMeasures\n\nGET https://localhost:50000/b1s/v2/WeightMeasures?$select=UnitCode,UnitDisplay,UnitName&$filter=UnitCode ge 123 &$orderby=UnitCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WeightMeasures", | |
"description": "Create an instance of 'WeightMeasures' with the given payload of type 'WeightMeasure' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WeightMeasures\n{\n \"UnitDisplay\": \"T\",\n \"UnitName\": \"ton\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WeightMeasures(id)", | |
"description": "Update an instance of 'WeightMeasures' with the given payload of type 'WeightMeasure' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WeightMeasures(123)\n{\n \"UnitName\": \"tonne\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WeightMeasures(id)", | |
"description": "Delete an instance of 'WeightMeasures' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WeightMeasures(123)" | |
} | |
] | |
}, | |
{ | |
"service": "WithholdingTaxCodes", | |
"description": "This entity enables you to manipulate 'WithholdingTaxCodes'. It defines withholding tax codes that can be applied to business partners, payments, and documents.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WithholdingTaxCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WithholdingTaxCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WithholdingTaxCodes('W01')\n\nGET https://localhost:50000/b1s/v2/WithholdingTaxCodes('W01')?$select=WTCode,WTName,Category" | |
}, | |
{ | |
"method": "GET", | |
"path": "WithholdingTaxCodes", | |
"description": "Retrieve a collection of 'WithholdingTaxCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WithholdingTaxCodes\n\nGET https://localhost:50000/b1s/v2/WithholdingTaxCodes?$select=WTCode,WTName,Category&$filter=startswith(WTCode, 'a') &$orderby=WTCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WithholdingTaxCodes", | |
"description": "Create an instance of 'WithholdingTaxCodes' with the given payload of type 'WithholdingTaxCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WithholdingTaxCodes\n{\n \"Account\": \"100000000000000\",\n \"WTCode\": \"W01\",\n \"WTName\": \"WT tax\",\n \"WithholdingTaxCodes_Lines\": [\n {\n \"Effectivefrom\": \"2014-11-10\"\n }\n ]\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WithholdingTaxCodes(id)", | |
"description": "Update an instance of 'WithholdingTaxCodes' with the given payload of type 'WithholdingTaxCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WithholdingTaxCodes('W01')\n{\n \"WTName\": \"withholding Tax code\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WithholdingTaxCodes(id)", | |
"description": "Delete an instance of 'WithholdingTaxCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WithholdingTaxCodes('W01')" | |
} | |
] | |
}, | |
{ | |
"service": "WitholdingTaxDefinition", | |
"description": "This entity enables you to manipulate 'WitholdingTaxDefinition'. It functionally overlaps `WithholdingTaxCodes`.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WitholdingTaxDefinition(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WitholdingTaxDefinition' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WitholdingTaxDefinition(123)\n\nGET https://localhost:50000/b1s/v2/WitholdingTaxDefinition(123)?$select=AbsEntry,WTaxCode,WTaxName" | |
}, | |
{ | |
"method": "GET", | |
"path": "WitholdingTaxDefinition", | |
"description": "Retrieve a collection of 'WitholdingTaxDefinition' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WitholdingTaxDefinition\n\nGET https://localhost:50000/b1s/v2/WitholdingTaxDefinition?$select=AbsEntry,WTaxCode,WTaxName&$filter=AbsEntry ge 123 &$orderby=AbsEntry&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WitholdingTaxDefinition", | |
"description": "Create an instance of 'WitholdingTaxDefinition' with the given payload of type 'WTDCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WitholdingTaxDefinition\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WitholdingTaxDefinition(id)", | |
"description": "Update an instance of 'WitholdingTaxDefinition' with the given payload of type 'WTDCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WitholdingTaxDefinition(123)\n{\n \"WTaxName\": \"newName\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WitholdingTaxDefinition(id)", | |
"description": "Delete an instance of 'WitholdingTaxDefinition' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WitholdingTaxDefinition(123)" | |
} | |
] | |
}, | |
{ | |
"service": "WizardPaymentMethods", | |
"description": "This entity enables you to manipulate 'WizardPaymentMethods'. It defines various payment methods for various payment means (such as check, bank transfer, and in some localizations, bills of exchange) which can be used in payment wizard runs.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WizardPaymentMethods(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WizardPaymentMethods' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WizardPaymentMethods('outpay')\n\nGET https://localhost:50000/b1s/v2/WizardPaymentMethods('outpay')?$select=PaymentMethodCode,Description,Type" | |
}, | |
{ | |
"method": "GET", | |
"path": "WizardPaymentMethods", | |
"description": "Retrieve a collection of 'WizardPaymentMethods' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WizardPaymentMethods\n\nGET https://localhost:50000/b1s/v2/WizardPaymentMethods?$select=PaymentMethodCode,Description,Type&$filter=startswith(PaymentMethodCode, 'a') &$orderby=PaymentMethodCode&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WizardPaymentMethods", | |
"description": "Create an instance of 'WizardPaymentMethods' with the given payload of type 'WizardPaymentMethod' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WizardPaymentMethods\n{\n \"BankCountry\": \"US\",\n \"DefaultAccount\": \"11123456\",\n \"DefaultBank\": \"USBank\",\n \"Description\": \"outpayment bank method\",\n \"PaymentMeans\": \"bopmCheck\",\n \"PaymentMethodCode\": \"outpay\",\n \"Type\": \"boptOutgoing\"\n}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WizardPaymentMethods(id)", | |
"description": "Update an instance of 'WizardPaymentMethods' with the given payload of type 'WizardPaymentMethod' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WizardPaymentMethods('outpay')\n{\n \"Description\": \"outgoing payment method\"\n}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WizardPaymentMethods(id)", | |
"description": "Delete an instance of 'WizardPaymentMethods' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WizardPaymentMethods('outpay')" | |
} | |
] | |
}, | |
{ | |
"service": "WTaxTypeCodes", | |
"description": "This entity enables you to manipulate 'WTaxTypeCodes'.", | |
"operations": [ | |
{ | |
"method": "GET", | |
"path": "WTaxTypeCodes(id)", | |
"description": "Retrieve all or some selected properties from an instance of 'WTaxTypeCodes' with the given id.", | |
"example": "GET https://localhost:50000/b1s/v2/WTaxTypeCodes(123)\n\nGET https://localhost:50000/b1s/v2/WTaxTypeCodes(123)?$select=Code,Description" | |
}, | |
{ | |
"method": "GET", | |
"path": "WTaxTypeCodes", | |
"description": "Retrieve a collection of 'WTaxTypeCodes' with all or some selected properties in the given order by specifying the given filter condition.", | |
"example": "GET https://localhost:50000/b1s/v2/WTaxTypeCodes\n\nGET https://localhost:50000/b1s/v2/WTaxTypeCodes?$select=Code,Description&$filter=Code ge 123 &$orderby=Code&$top=10&$skip=1" | |
}, | |
{ | |
"method": "POST", | |
"path": "WTaxTypeCodes", | |
"description": "Create an instance of 'WTaxTypeCodes' with the given payload of type 'WTaxTypeCode' in JSON format.", | |
"example": "POST https://localhost:50000/b1s/v2/WTaxTypeCodes\n{}" | |
}, | |
{ | |
"method": "PATCH", | |
"path": "WTaxTypeCodes(id)", | |
"description": "Update an instance of 'WTaxTypeCodes' with the given payload of type 'WTaxTypeCode' in JSON format and with the specified id.", | |
"example": "PATCH https://localhost:50000/b1s/v2/WTaxTypeCodes(123)\n{}" | |
}, | |
{ | |
"method": "DELETE", | |
"path": "WTaxTypeCodes(id)", | |
"description": "Delete an instance of 'WTaxTypeCodes' with the specified id.", | |
"example": "DELETE https://localhost:50000/b1s/v2/WTaxTypeCodes(123)" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment