Skip to main content

SAP Business One Component

SAP Business One is an integrated enterprise resource planning (ERP) solution designed for organizations to manage their entire operations. Use the component to manage entities and actions from accounting, financials, inventory and more.

Component key: sap-business-one

Description

SAP Business One is an integrated enterprise resource planning (ERP) solution designed for organizations to manage their entire operations.

Use the component to manage entities and actions from accounting, financials, inventory and more.

API Documentation:

This component was built using the SAP REST API V1 Reference.

Connections

SAP Business One Authentication

To start a Business One API session:

  1. Enter the following information into the connection configuration of the integration
    1. Server Address - Including Server Name, IP Address, Port Number. Server address must be like https://<Server Name/IP>:<Port>
    2. Username
    3. Password
    4. Company DB

On-prem enabled: this connection can be configured to connect to an on-prem resource on a private network. Learn more.

InputNotesExample
Company Name

The company name to connect to.

10COR0809H
Database Instance

The database instance to connect to.

C200@10.58.114.200:30013
Host

The address of your On-Prem server. This should be an IP address or hostname.

server.example.io
Password

SAP Business One Password.

Password
Port

The port of your On-Prem server.

5000
Server Address

The url of the SAP Business One server, include the port. Example: https://<Server Name/IP>:<Port>. Required for NON-OnPrem connections.

https://<Server Name/IP>:<Port>
Username

SAP Business One Username.

TestUser

Data Sources

Select Business Partner

Select a Business Partner from a dropdown menu. | key: selectBusinessPartner | type: picklist

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Connection

{
"result": [
{
"key": "C01305",
"label": "Anmol Steps – Bijolia(EL)"
}
]
}

Select Invoice

Select an Invoice from a dropdown menu. | key: selectInvoice | type: picklist

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Connection

{
"result": [
{
"key": "10689",
"label": "10689"
}
]
}

Select Order

Select an Order from a dropdown menu. | key: selectOrder | type: picklist

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Connection

{
"result": [
{
"key": "10689",
"label": "10689"
}
]
}

Select Purchase Order

Select an Purchase Order from a dropdown menu. | key: selectPurchaseOrder | type: picklist

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Connection

{
"result": [
{
"key": "10689",
"label": "10689"
}
]
}

Select Record

Select a Custom Record type from a dropdown menu. | key: selectRecord | type: picklist

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Connection
Key Field

The field to use as the key in the response.

ItemCode
Label Field

The field to use as the label in the response.

ItemName
Record Type

The type of the record to use for the operation.

JournalEntries

{
"result": [
{
"key": "C01305",
"label": "Anmol Steps – Bijolia(EL)"
}
]
}

Select Warehouse

Select a Warehouse from a dropdown menu. | key: selectWarehouse | type: picklist

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Connection

{
"result": [
{
"key": "Del-02",
"label": "AnBadapur - Rejection warehouse"
}
]
}

Actions

Close Invoice

Invoke the method Close. | key: closeInvoice

InputNotesExample
Connection
Debug Request

Enabling this flag will log out the current request.

false
Doc Entry

The DocEntry of the invoice.

12345

Create Business Partner

Create an instance of Business Partners | key: createBusinessPartner

InputNotesExample
Body Fields

More fields to include in the request body.

Card Code

The code of the business partner.

c001
Card Name

The name of the business partner.

c001
Card Type

The type of the business partner.

Connection
Debug Request

Enabling this flag will log out the current request.

false

{
"data": {
"odata.etag": "W/\"356A192B7913B04C54574D18C28D46E6395428AB\"",
"CardCode": "C01305",
"CardName": "Anmol Steps – Bijolia(EL)",
"CardType": "cCustomer",
"GroupCode": 112,
"Address": "Bundi Road, Bijolia",
"ZipCode": "311602",
"MailAddress": "Bundi Road, Bijolia",
"MailZipCode": "311602",
"Phone1": "9460351521",
"Phone2": null,
"Fax": null,
"ContactPerson": "Anmol Steps – Bijolia(EL)",
"Notes": null,
"PayTermsGrpCode": 5,
"CreditLimit": 0,
"MaxCommitment": 0,
"DiscountPercent": 0,
"VatLiable": "vLiable",
"FederalTaxID": null,
"DeductibleAtSource": "tNO",
"DeductionPercent": 0,
"DeductionValidUntil": null,
"PriceListNum": 19,
"IntrestRatePercent": 0,
"CommissionPercent": 0,
"CommissionGroupCode": 0,
"FreeText": null,
"SalesPersonCode": -1,
"Currency": "INR",
"RateDiffAccount": "",
"Cellular": "9460351521",
"AvarageLate": null,
"City": "Bijolia",
"County": null,
"Country": "IN",
"MailCity": "Bijolia",
"MailCounty": null,
"MailCountry": "IN",
"EmailAddress": null,
"Picture": null,
"DefaultAccount": null,
"DefaultBranch": null,
"DefaultBankCode": "-1",
"AdditionalID": null,
"Pager": null,
"FatherCard": "C01169",
"CardForeignName": null,
"FatherType": "cDelivery_sum",
"DeductionOffice": null,
"ExportCode": null,
"MinIntrest": 0,
"CurrentAccountBalance": 0,
"OpenDeliveryNotesBalance": 0,
"OpenOrdersBalance": 0,
"OpenChecksBalance": 0,
"VatGroup": null,
"ShippingType": null,
"Password": null,
"Indicator": null,
"IBAN": null,
"CreditCardCode": -1,
"CreditCardNum": null,
"CreditCardExpiration": null,
"DebitorAccount": "_SYS00000000037",
"OpenOpportunities": null,
"Valid": "tYES",
"ValidFrom": null,
"ValidTo": null,
"ValidRemarks": null,
"Frozen": "tNO",
"FrozenFrom": null,
"FrozenTo": null,
"FrozenRemarks": null,
"Block": null,
"BillToState": "RJ",
"ShipToState": "RJ",
"ExemptNum": null,
"Priority": -1,
"FormCode1099": null,
"Box1099": null,
"PeymentMethodCode": null,
"BackOrder": "tYES",
"PartialDelivery": "tYES",
"BlockDunning": "tNO",
"BankCountry": null,
"HouseBank": null,
"HouseBankCountry": "IN",
"HouseBankAccount": null,
"ShipToDefault": "Anmol Steps – Bijolia(EL)",
"DunningLevel": null,
"DunningDate": null,
"CollectionAuthorization": "tNO",
"DME": null,
"InstructionKey": null,
"SinglePayment": "tNO",
"ISRBillerID": null,
"PaymentBlock": "tNO",
"ReferenceDetails": null,
"HouseBankBranch": null,
"OwnerIDNumber": null,
"PaymentBlockDescription": -1,
"TaxExemptionLetterNum": null,
"MaxAmountOfExemption": 0,
"ExemptionValidityDateFrom": null,
"ExemptionValidityDateTo": null,
"LinkedBusinessPartner": null,
"LastMultiReconciliationNum": null,
"DeferredTax": "tNO",
"Equalization": "tNO",
"SubjectToWithholdingTax": "boNO",
"CertificateNumber": null,
"ExpirationDate": null,
"NationalInsuranceNum": null,
"AccrualCriteria": "tNO",
"WTCode": null,
"BillToBuildingFloorRoom": "",
"DownPaymentClearAct": "_SYS00000000084",
"ChannelBP": null,
"DefaultTechnician": null,
"BilltoDefault": "Anmol Steps – Bijolia(EL)",
"CustomerBillofExchangDisc": null,
"Territory": null,
"ShipToBuildingFloorRoom": "",
"CustomerBillofExchangPres": null,
"ProjectCode": null,
"VatGroupLatinAmerica": null,
"DunningTerm": null,
"Website": null,
"OtherReceivablePayable": null,
"BillofExchangeonCollection": null,
"CompanyPrivate": "cCompany",
"LanguageCode": 8,
"UnpaidBillofExchange": null,
"WithholdingTaxDeductionGroup": -1,
"ClosingDateProcedureNumber": null,
"Profession": null,
"BankChargesAllocationCode": null,
"TaxRoundingRule": "trr_CompanyDefault",
"Properties1": "tNO",
"Properties2": "tNO",
"Properties3": "tNO",
"Properties4": "tNO",
"Properties5": "tNO",
"Properties6": "tNO",
"Properties7": "tNO",
"Properties8": "tNO",
"Properties9": "tNO",
"Properties10": "tNO",
"Properties11": "tNO",
"Properties12": "tNO",
"Properties13": "tNO",
"Properties14": "tNO",
"Properties15": "tNO",
"Properties16": "tNO",
"Properties17": "tNO",
"Properties18": "tNO",
"Properties19": "tNO",
"Properties20": "tNO",
"Properties21": "tNO",
"Properties22": "tNO",
"Properties23": "tNO",
"Properties24": "tNO",
"Properties25": "tNO",
"Properties26": "tNO",
"Properties27": "tNO",
"Properties28": "tNO",
"Properties29": "tNO",
"Properties30": "tNO",
"Properties31": "tNO",
"Properties32": "tNO",
"Properties33": "tNO",
"Properties34": "tNO",
"Properties35": "tNO",
"Properties36": "tNO",
"Properties37": "tNO",
"Properties38": "tNO",
"Properties39": "tNO",
"Properties40": "tNO",
"Properties41": "tNO",
"Properties42": "tNO",
"Properties43": "tNO",
"Properties44": "tNO",
"Properties45": "tNO",
"Properties46": "tNO",
"Properties47": "tNO",
"Properties48": "tNO",
"Properties49": "tNO",
"Properties50": "tNO",
"Properties51": "tNO",
"Properties52": "tNO",
"Properties53": "tNO",
"Properties54": "tNO",
"Properties55": "tNO",
"Properties56": "tNO",
"Properties57": "tNO",
"Properties58": "tNO",
"Properties59": "tNO",
"Properties60": "tNO",
"Properties61": "tNO",
"Properties62": "tNO",
"Properties63": "tNO",
"Properties64": "tNO",
"CompanyRegistrationNumber": null,
"VerificationNumber": null,
"DiscountBaseObject": "dgboNone",
"DiscountRelations": "dgrLowestDiscount",
"TypeReport": "atCompany",
"ThresholdOverlook": "tNO",
"SurchargeOverlook": "tNO",
"DownPaymentInterimAccount": "_SYS00000000054",
"OperationCode347": "ocSalesOrServicesRevenues",
"InsuranceOperation347": "tNO",
"HierarchicalDeduction": "tNO",
"ShaamGroup": "sgServicesAndAsset",
"WithholdingTaxCertified": "tNO",
"BookkeepingCertified": "tNO",
"PlanningGroup": null,
"Affiliate": "tNO",
"Industry": null,
"VatIDNum": null,
"DatevAccount": null,
"DatevFirstDataEntry": "tYES",
"UseShippedGoodsAccount": "tNO",
"GTSRegNo": null,
"GTSBankAccountNo": null,
"GTSBillingAddrTel": null,
"ETaxWebSite": null,
"HouseBankIBAN": "",
"VATRegistrationNumber": null,
"RepresentativeName": null,
"IndustryType": null,
"BusinessType": null,
"Series": 85,
"AutomaticPosting": null,
"InterestAccount": null,
"FeeAccount": null,
"CampaignNumber": null,
"AliasName": null,
"DefaultBlanketAgreementNumber": null,
"EffectiveDiscount": "dgrLowestDiscount",
"NoDiscounts": "tNO",
"EffectivePrice": "epDefaultPriority",
"EffectivePriceConsidersPriceBeforeDiscount": "tNO",
"GlobalLocationNumber": null,
"EDISenderID": null,
"EDIRecipientID": null,
"ResidenNumber": "rntSpanishFiscalID",
"RelationshipCode": null,
"RelationshipDateFrom": null,
"RelationshipDateTill": null,
"UnifiedFederalTaxID": null,
"AttachmentEntry": null,
"TypeOfOperation": null,
"EndorsableChecksFromBP": "tYES",
"AcceptsEndorsedChecks": "tNO",
"OwnerCode": null,
"BlockSendingMarketingContent": "tNO",
"AgentCode": null,
"PriceMode": null,
"EDocGenerationType": null,
"EDocStreet": null,
"EDocStreetNumber": null,
"EDocBuildingNumber": null,
"EDocZipCode": null,
"EDocCity": null,
"EDocCountry": null,
"EDocDistrict": null,
"EDocRepresentativeFirstName": null,
"EDocRepresentativeSurname": null,
"EDocRepresentativeCompany": null,
"EDocRepresentativeFiscalCode": null,
"EDocRepresentativeAdditionalId": null,
"EDocPECAddress": null,
"IPACodeForPA": null,
"UpdateDate": "2023-10-26",
"UpdateTime": "13:16:49",
"ExemptionMaxAmountValidationType": "emaIndividual",
"ECommerceMerchantID": null,
"UseBillToAddrToDetermineTax": "tNO",
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"DefaultTransporterEntry": 0,
"DefaultTransporterLineNumber": 0,
"FCERelevant": "tNO",
"FCEValidateBaseDelivery": "tNO",
"MainUsage": null,
"EBooksVATExemptionCause": null,
"LegalText": null,
"DataVersion": 1,
"ExchangeRateForIncomingPayment": "tYES",
"ExchangeRateForOutgoingPayment": "tYES",
"CertificateDetails": null,
"DefaultCurrency": null,
"EORINumber": null,
"FCEAsPaymentMeans": "tNO",
"U_Discount": 0,
"U_InterBranch": "N",
"ElectronicProtocols": [],
"BPAddresses": [
{
"AddressName": "Anmol Steps – Bijolia(EL)",
"Street": "Bundi Road, Bijolia",
"Block": null,
"ZipCode": "311602",
"City": "Bijolia",
"County": null,
"Country": "IN",
"State": "RJ",
"FederalTaxID": null,
"TaxCode": null,
"BuildingFloorRoom": null,
"AddressType": "bo_BillTo",
"AddressName2": null,
"AddressName3": null,
"TypeOfAddress": null,
"StreetNo": null,
"BPCode": "C01305",
"RowNum": 0,
"GlobalLocationNumber": null,
"Nationality": null,
"TaxOffice": null,
"GSTIN": null,
"GstType": null,
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"MYFType": null,
"TaasEnabled": "tYES",
"U_UTL_ST_ThLegName": null,
"U_UTL_ST_ThTrdName": null
},
{
"AddressName": "Anmol Steps – Bijolia(EL)",
"Street": "Bundi Road, Bijolia",
"Block": null,
"ZipCode": "311602",
"City": "Bijolia",
"County": null,
"Country": "IN",
"State": "RJ",
"FederalTaxID": null,
"TaxCode": null,
"BuildingFloorRoom": null,
"AddressType": "bo_ShipTo",
"AddressName2": null,
"AddressName3": null,
"TypeOfAddress": null,
"StreetNo": null,
"BPCode": "C01305",
"RowNum": 1,
"GlobalLocationNumber": null,
"Nationality": null,
"TaxOffice": null,
"GSTIN": null,
"GstType": null,
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"MYFType": null,
"TaasEnabled": "tYES",
"U_UTL_ST_ThLegName": null,
"U_UTL_ST_ThTrdName": null
}
],
"ContactEmployees": [
{
"CardCode": "C01305",
"Name": "Anmol Steps – Bijolia(EL)",
"Position": null,
"Address": null,
"Phone1": "9460351521",
"Phone2": null,
"MobilePhone": "9460351521",
"Fax": null,
"E_Mail": null,
"Pager": null,
"Remarks1": null,
"Remarks2": null,
"Password": null,
"InternalCode": 1325,
"PlaceOfBirth": "-1",
"DateOfBirth": null,
"Gender": "gt_Undefined",
"Profession": null,
"Title": null,
"CityOfBirth": null,
"Active": "tYES",
"FirstName": null,
"MiddleName": null,
"LastName": null,
"EmailGroupCode": null,
"BlockSendingMarketingContent": "tNO",
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"UpdateDate": "2023-10-26",
"UpdateTime": "13:16:00",
"ConnectedAddressName": null,
"ConnectedAddressType": null,
"ForeignCountry": null,
"ContactEmployeeBlockSendingMarketingContents": []
}
],
"BPAccountReceivablePaybleCollection": [],
"BPPaymentMethods": [],
"BPWithholdingTaxCollection": [],
"BPPaymentDates": [],
"BPBranchAssignment": [
{
"BPCode": "C01305",
"BPLID": 2,
"DisabledForBP": "tNO"
},
{
"BPCode": "C01305",
"BPLID": 4,
"DisabledForBP": "tNO"
}
],
"BPBankAccounts": [],
"BPFiscalTaxIDCollection": [
{
"Address": "",
"CNAECode": null,
"TaxId0": "ALKPM0323M",
"TaxId1": "",
"TaxId2": "",
"TaxId3": "",
"TaxId4": "",
"TaxId5": "",
"TaxId6": "",
"TaxId7": "",
"TaxId8": "",
"TaxId9": "",
"TaxId10": "",
"TaxId11": "",
"BPCode": "C01305",
"AddrType": "bo_ShipTo",
"TaxId12": null,
"TaxId13": "",
"AToRetrNFe": "tNO"
},
{
"Address": "Anmol Steps – Bijolia(EL)",
"CNAECode": null,
"TaxId0": null,
"TaxId1": null,
"TaxId2": null,
"TaxId3": null,
"TaxId4": null,
"TaxId5": null,
"TaxId6": null,
"TaxId7": null,
"TaxId8": null,
"TaxId9": null,
"TaxId10": null,
"TaxId11": null,
"BPCode": "C01305",
"AddrType": "bo_BillTo",
"TaxId12": null,
"TaxId13": null,
"AToRetrNFe": "tNO"
},
{
"Address": "Anmol Steps – Bijolia(EL)",
"CNAECode": null,
"TaxId0": "ALKPM0323M",
"TaxId1": "",
"TaxId2": "",
"TaxId3": "",
"TaxId4": "",
"TaxId5": "",
"TaxId6": "",
"TaxId7": "",
"TaxId8": "",
"TaxId9": "",
"TaxId10": "",
"TaxId11": "",
"BPCode": "C01305",
"AddrType": "bo_ShipTo",
"TaxId12": null,
"TaxId13": null,
"AToRetrNFe": "tNO"
}
],
"DiscountGroups": [],
"BPIntrastatExtension": {},
"BPBlockSendingMarketingContents": [],
"BPCurrenciesCollection": []
}
}

Create Invoice

Create an instance of Invoices. | key: createInvoice

InputNotesExample
Body Fields

More fields to include in the request body.

Card Code

The code of the business partner.

c001
Connection
Debug Request

Enabling this flag will log out the current request.

false
Doc Lines

The doc lines of the order.


Create Item

Retrieve all or some selected properties from an instance of Items with the given id. | key: createItem

InputNotesExample
Body Fields

More fields to include in the request body.

Connection
Debug Request

Enabling this flag will log out the current request.

false
Item Code

The code of the item.

i001
Item Name

The name of the item.

Item1
Item Type

The type of the item.


Create Order

Create an instance of Orders. | key: createOrder

InputNotesExample
Body Fields

More fields to include in the request body.

Card Code

The code of the card.

c001
Connection
Debug Request

Enabling this flag will log out the current request.

false
Doc Due Date

The due date of the order.

2014-04-04
Doc Lines

The doc lines of the order.


Create Price List

Create an instance of Price Lists | key: createPriceList

InputNotesExample
Body Fields

More fields to include in the request body.

Connection
Debug Request

Enabling this flag will log out the current request.

false
Price List Name

The name of the price list.

Price List 30

{
"data": {
"RoundingMethod": "borm_NoRounding",
"GroupNum": "boplgn_Group2",
"BasePriceList": 2,
"Factor": 1,
"PriceListNo": 2,
"PriceListName": "Buying Price List",
"IsGrossPrice": "tNO",
"Active": "tYES",
"ValidFrom": null,
"ValidTo": null,
"DefaultPrimeCurrency": "INR",
"DefaultAdditionalCurrency1": "INR",
"DefaultAdditionalCurrency2": "INR",
"RoundingRule": "borrRoundOff",
"FixedAmount": 0
}
}

Create Purchase Order

Create an instance of Purchase Orders. | key: createPurchaseOrder

InputNotesExample
Body Fields

More fields to include in the request body.

Card Code

The code of the business partner.

c001
Connection
Debug Request

Enabling this flag will log out the current request.

false
Document Lines

The doc lines of the order.


Create Record

Create a new record in SAP Business One. | key: createRecord

InputNotesExample
Body Fields

More fields to include in the request body.

Connection
Debug Request

Enabling this flag will log out the current request.

false
Record Type

The type of the record to use for the operation.

JournalEntries

Create Warehouse

Create an instance of Warehouses. | key: createWarehouse

InputNotesExample
Body Fields

More fields to include in the request body.

Connection
Debug Request

Enabling this flag will log out the current request.

false
Warehouse Location ID

The id of the warehouse location.

12345
Warehouse Code

The code of the warehouse.

12345
Warehouse Name

The name of the warehouse.

Amazon

Delete Business Partner

Delete an instance of BusinessPartners with the specified id. | key: deleteBusinessPartner

InputNotesExample
Card Code

The code of the business partner.

c001
Connection
Debug Request

Enabling this flag will log out the current request.

false

{
"data": "DELETED SUCCESSFULLY"
}

Delete Item

Delete an instance of Items with the specified id. | key: deleteItem

InputNotesExample
Connection
Debug Request

Enabling this flag will log out the current request.

false
Item Code

The code of the item.

i001

{
"data": "DELETED SUCCESSFULLY"
}

Delete Price List

Delete an instance of Items with the specified id. | key: deletePriceList

InputNotesExample
Connection
Debug Request

Enabling this flag will log out the current request.

false
Price List Number

The number of the price list.

12345

{
"data": "DELETED SUCCESSFULLY"
}

Delete Record

Delete an existing record in SAP Business One. | key: deleteRecord

InputNotesExample
Connection
Debug Request

Enabling this flag will log out the current request.

false
Record ID

The ID of the record.

12355
Record Type

The type of the record to use for the operation.

JournalEntries

{
"data": "DELETED SUCCESSFULLY"
}

Delete Warehouse

Delete an instance of Warehouses with the specified id. | key: deleteWarehouse

InputNotesExample
Connection
Debug Request

Enabling this flag will log out the current request.

false
Warehouse Code

The code of the warehouse.

12345

{
"data": "DELETED SUCCESSFULLY"
}

Get Business Partner

Retrieve all or some selected properties from an instance of BusinessPartners with the given id. | key: getBusinessPartner

InputNotesExample
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Card Code

The code of the business partner.

c001
Connection
Debug Request

Enabling this flag will log out the current request.

false

{
"data": {
"odata.etag": "W/\"356A192B7913B04C54574D18C28D46E6395428AB\"",
"CardCode": "C01305",
"CardName": "Anmol Steps – Bijolia(EL)",
"CardType": "cCustomer",
"GroupCode": 112,
"Address": "Bundi Road, Bijolia",
"ZipCode": "311602",
"MailAddress": "Bundi Road, Bijolia",
"MailZipCode": "311602",
"Phone1": "9460351521",
"Phone2": null,
"Fax": null,
"ContactPerson": "Anmol Steps – Bijolia(EL)",
"Notes": null,
"PayTermsGrpCode": 5,
"CreditLimit": 0,
"MaxCommitment": 0,
"DiscountPercent": 0,
"VatLiable": "vLiable",
"FederalTaxID": null,
"DeductibleAtSource": "tNO",
"DeductionPercent": 0,
"DeductionValidUntil": null,
"PriceListNum": 19,
"IntrestRatePercent": 0,
"CommissionPercent": 0,
"CommissionGroupCode": 0,
"FreeText": null,
"SalesPersonCode": -1,
"Currency": "INR",
"RateDiffAccount": "",
"Cellular": "9460351521",
"AvarageLate": null,
"City": "Bijolia",
"County": null,
"Country": "IN",
"MailCity": "Bijolia",
"MailCounty": null,
"MailCountry": "IN",
"EmailAddress": null,
"Picture": null,
"DefaultAccount": null,
"DefaultBranch": null,
"DefaultBankCode": "-1",
"AdditionalID": null,
"Pager": null,
"FatherCard": "C01169",
"CardForeignName": null,
"FatherType": "cDelivery_sum",
"DeductionOffice": null,
"ExportCode": null,
"MinIntrest": 0,
"CurrentAccountBalance": 0,
"OpenDeliveryNotesBalance": 0,
"OpenOrdersBalance": 0,
"OpenChecksBalance": 0,
"VatGroup": null,
"ShippingType": null,
"Password": null,
"Indicator": null,
"IBAN": null,
"CreditCardCode": -1,
"CreditCardNum": null,
"CreditCardExpiration": null,
"DebitorAccount": "_SYS00000000037",
"OpenOpportunities": null,
"Valid": "tYES",
"ValidFrom": null,
"ValidTo": null,
"ValidRemarks": null,
"Frozen": "tNO",
"FrozenFrom": null,
"FrozenTo": null,
"FrozenRemarks": null,
"Block": null,
"BillToState": "RJ",
"ShipToState": "RJ",
"ExemptNum": null,
"Priority": -1,
"FormCode1099": null,
"Box1099": null,
"PeymentMethodCode": null,
"BackOrder": "tYES",
"PartialDelivery": "tYES",
"BlockDunning": "tNO",
"BankCountry": null,
"HouseBank": null,
"HouseBankCountry": "IN",
"HouseBankAccount": null,
"ShipToDefault": "Anmol Steps – Bijolia(EL)",
"DunningLevel": null,
"DunningDate": null,
"CollectionAuthorization": "tNO",
"DME": null,
"InstructionKey": null,
"SinglePayment": "tNO",
"ISRBillerID": null,
"PaymentBlock": "tNO",
"ReferenceDetails": null,
"HouseBankBranch": null,
"OwnerIDNumber": null,
"PaymentBlockDescription": -1,
"TaxExemptionLetterNum": null,
"MaxAmountOfExemption": 0,
"ExemptionValidityDateFrom": null,
"ExemptionValidityDateTo": null,
"LinkedBusinessPartner": null,
"LastMultiReconciliationNum": null,
"DeferredTax": "tNO",
"Equalization": "tNO",
"SubjectToWithholdingTax": "boNO",
"CertificateNumber": null,
"ExpirationDate": null,
"NationalInsuranceNum": null,
"AccrualCriteria": "tNO",
"WTCode": null,
"BillToBuildingFloorRoom": "",
"DownPaymentClearAct": "_SYS00000000084",
"ChannelBP": null,
"DefaultTechnician": null,
"BilltoDefault": "Anmol Steps – Bijolia(EL)",
"CustomerBillofExchangDisc": null,
"Territory": null,
"ShipToBuildingFloorRoom": "",
"CustomerBillofExchangPres": null,
"ProjectCode": null,
"VatGroupLatinAmerica": null,
"DunningTerm": null,
"Website": null,
"OtherReceivablePayable": null,
"BillofExchangeonCollection": null,
"CompanyPrivate": "cCompany",
"LanguageCode": 8,
"UnpaidBillofExchange": null,
"WithholdingTaxDeductionGroup": -1,
"ClosingDateProcedureNumber": null,
"Profession": null,
"BankChargesAllocationCode": null,
"TaxRoundingRule": "trr_CompanyDefault",
"Properties1": "tNO",
"Properties2": "tNO",
"Properties3": "tNO",
"Properties4": "tNO",
"Properties5": "tNO",
"Properties6": "tNO",
"Properties7": "tNO",
"Properties8": "tNO",
"Properties9": "tNO",
"Properties10": "tNO",
"Properties11": "tNO",
"Properties12": "tNO",
"Properties13": "tNO",
"Properties14": "tNO",
"Properties15": "tNO",
"Properties16": "tNO",
"Properties17": "tNO",
"Properties18": "tNO",
"Properties19": "tNO",
"Properties20": "tNO",
"Properties21": "tNO",
"Properties22": "tNO",
"Properties23": "tNO",
"Properties24": "tNO",
"Properties25": "tNO",
"Properties26": "tNO",
"Properties27": "tNO",
"Properties28": "tNO",
"Properties29": "tNO",
"Properties30": "tNO",
"Properties31": "tNO",
"Properties32": "tNO",
"Properties33": "tNO",
"Properties34": "tNO",
"Properties35": "tNO",
"Properties36": "tNO",
"Properties37": "tNO",
"Properties38": "tNO",
"Properties39": "tNO",
"Properties40": "tNO",
"Properties41": "tNO",
"Properties42": "tNO",
"Properties43": "tNO",
"Properties44": "tNO",
"Properties45": "tNO",
"Properties46": "tNO",
"Properties47": "tNO",
"Properties48": "tNO",
"Properties49": "tNO",
"Properties50": "tNO",
"Properties51": "tNO",
"Properties52": "tNO",
"Properties53": "tNO",
"Properties54": "tNO",
"Properties55": "tNO",
"Properties56": "tNO",
"Properties57": "tNO",
"Properties58": "tNO",
"Properties59": "tNO",
"Properties60": "tNO",
"Properties61": "tNO",
"Properties62": "tNO",
"Properties63": "tNO",
"Properties64": "tNO",
"CompanyRegistrationNumber": null,
"VerificationNumber": null,
"DiscountBaseObject": "dgboNone",
"DiscountRelations": "dgrLowestDiscount",
"TypeReport": "atCompany",
"ThresholdOverlook": "tNO",
"SurchargeOverlook": "tNO",
"DownPaymentInterimAccount": "_SYS00000000054",
"OperationCode347": "ocSalesOrServicesRevenues",
"InsuranceOperation347": "tNO",
"HierarchicalDeduction": "tNO",
"ShaamGroup": "sgServicesAndAsset",
"WithholdingTaxCertified": "tNO",
"BookkeepingCertified": "tNO",
"PlanningGroup": null,
"Affiliate": "tNO",
"Industry": null,
"VatIDNum": null,
"DatevAccount": null,
"DatevFirstDataEntry": "tYES",
"UseShippedGoodsAccount": "tNO",
"GTSRegNo": null,
"GTSBankAccountNo": null,
"GTSBillingAddrTel": null,
"ETaxWebSite": null,
"HouseBankIBAN": "",
"VATRegistrationNumber": null,
"RepresentativeName": null,
"IndustryType": null,
"BusinessType": null,
"Series": 85,
"AutomaticPosting": null,
"InterestAccount": null,
"FeeAccount": null,
"CampaignNumber": null,
"AliasName": null,
"DefaultBlanketAgreementNumber": null,
"EffectiveDiscount": "dgrLowestDiscount",
"NoDiscounts": "tNO",
"EffectivePrice": "epDefaultPriority",
"EffectivePriceConsidersPriceBeforeDiscount": "tNO",
"GlobalLocationNumber": null,
"EDISenderID": null,
"EDIRecipientID": null,
"ResidenNumber": "rntSpanishFiscalID",
"RelationshipCode": null,
"RelationshipDateFrom": null,
"RelationshipDateTill": null,
"UnifiedFederalTaxID": null,
"AttachmentEntry": null,
"TypeOfOperation": null,
"EndorsableChecksFromBP": "tYES",
"AcceptsEndorsedChecks": "tNO",
"OwnerCode": null,
"BlockSendingMarketingContent": "tNO",
"AgentCode": null,
"PriceMode": null,
"EDocGenerationType": null,
"EDocStreet": null,
"EDocStreetNumber": null,
"EDocBuildingNumber": null,
"EDocZipCode": null,
"EDocCity": null,
"EDocCountry": null,
"EDocDistrict": null,
"EDocRepresentativeFirstName": null,
"EDocRepresentativeSurname": null,
"EDocRepresentativeCompany": null,
"EDocRepresentativeFiscalCode": null,
"EDocRepresentativeAdditionalId": null,
"EDocPECAddress": null,
"IPACodeForPA": null,
"UpdateDate": "2023-10-26",
"UpdateTime": "13:16:49",
"ExemptionMaxAmountValidationType": "emaIndividual",
"ECommerceMerchantID": null,
"UseBillToAddrToDetermineTax": "tNO",
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"DefaultTransporterEntry": 0,
"DefaultTransporterLineNumber": 0,
"FCERelevant": "tNO",
"FCEValidateBaseDelivery": "tNO",
"MainUsage": null,
"EBooksVATExemptionCause": null,
"LegalText": null,
"DataVersion": 1,
"ExchangeRateForIncomingPayment": "tYES",
"ExchangeRateForOutgoingPayment": "tYES",
"CertificateDetails": null,
"DefaultCurrency": null,
"EORINumber": null,
"FCEAsPaymentMeans": "tNO",
"U_Discount": 0,
"U_InterBranch": "N",
"ElectronicProtocols": [],
"BPAddresses": [
{
"AddressName": "Anmol Steps – Bijolia(EL)",
"Street": "Bundi Road, Bijolia",
"Block": null,
"ZipCode": "311602",
"City": "Bijolia",
"County": null,
"Country": "IN",
"State": "RJ",
"FederalTaxID": null,
"TaxCode": null,
"BuildingFloorRoom": null,
"AddressType": "bo_BillTo",
"AddressName2": null,
"AddressName3": null,
"TypeOfAddress": null,
"StreetNo": null,
"BPCode": "C01305",
"RowNum": 0,
"GlobalLocationNumber": null,
"Nationality": null,
"TaxOffice": null,
"GSTIN": null,
"GstType": null,
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"MYFType": null,
"TaasEnabled": "tYES",
"U_UTL_ST_ThLegName": null,
"U_UTL_ST_ThTrdName": null
},
{
"AddressName": "Anmol Steps – Bijolia(EL)",
"Street": "Bundi Road, Bijolia",
"Block": null,
"ZipCode": "311602",
"City": "Bijolia",
"County": null,
"Country": "IN",
"State": "RJ",
"FederalTaxID": null,
"TaxCode": null,
"BuildingFloorRoom": null,
"AddressType": "bo_ShipTo",
"AddressName2": null,
"AddressName3": null,
"TypeOfAddress": null,
"StreetNo": null,
"BPCode": "C01305",
"RowNum": 1,
"GlobalLocationNumber": null,
"Nationality": null,
"TaxOffice": null,
"GSTIN": null,
"GstType": null,
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"MYFType": null,
"TaasEnabled": "tYES",
"U_UTL_ST_ThLegName": null,
"U_UTL_ST_ThTrdName": null
}
],
"ContactEmployees": [
{
"CardCode": "C01305",
"Name": "Anmol Steps – Bijolia(EL)",
"Position": null,
"Address": null,
"Phone1": "9460351521",
"Phone2": null,
"MobilePhone": "9460351521",
"Fax": null,
"E_Mail": null,
"Pager": null,
"Remarks1": null,
"Remarks2": null,
"Password": null,
"InternalCode": 1325,
"PlaceOfBirth": "-1",
"DateOfBirth": null,
"Gender": "gt_Undefined",
"Profession": null,
"Title": null,
"CityOfBirth": null,
"Active": "tYES",
"FirstName": null,
"MiddleName": null,
"LastName": null,
"EmailGroupCode": null,
"BlockSendingMarketingContent": "tNO",
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"UpdateDate": "2023-10-26",
"UpdateTime": "13:16:00",
"ConnectedAddressName": null,
"ConnectedAddressType": null,
"ForeignCountry": null,
"ContactEmployeeBlockSendingMarketingContents": []
}
],
"BPAccountReceivablePaybleCollection": [],
"BPPaymentMethods": [],
"BPWithholdingTaxCollection": [],
"BPPaymentDates": [],
"BPBranchAssignment": [
{
"BPCode": "C01305",
"BPLID": 2,
"DisabledForBP": "tNO"
},
{
"BPCode": "C01305",
"BPLID": 4,
"DisabledForBP": "tNO"
}
],
"BPBankAccounts": [],
"BPFiscalTaxIDCollection": [
{
"Address": "",
"CNAECode": null,
"TaxId0": "ALKPM0323M",
"TaxId1": "",
"TaxId2": "",
"TaxId3": "",
"TaxId4": "",
"TaxId5": "",
"TaxId6": "",
"TaxId7": "",
"TaxId8": "",
"TaxId9": "",
"TaxId10": "",
"TaxId11": "",
"BPCode": "C01305",
"AddrType": "bo_ShipTo",
"TaxId12": null,
"TaxId13": "",
"AToRetrNFe": "tNO"
},
{
"Address": "Anmol Steps – Bijolia(EL)",
"CNAECode": null,
"TaxId0": null,
"TaxId1": null,
"TaxId2": null,
"TaxId3": null,
"TaxId4": null,
"TaxId5": null,
"TaxId6": null,
"TaxId7": null,
"TaxId8": null,
"TaxId9": null,
"TaxId10": null,
"TaxId11": null,
"BPCode": "C01305",
"AddrType": "bo_BillTo",
"TaxId12": null,
"TaxId13": null,
"AToRetrNFe": "tNO"
},
{
"Address": "Anmol Steps – Bijolia(EL)",
"CNAECode": null,
"TaxId0": "ALKPM0323M",
"TaxId1": "",
"TaxId2": "",
"TaxId3": "",
"TaxId4": "",
"TaxId5": "",
"TaxId6": "",
"TaxId7": "",
"TaxId8": "",
"TaxId9": "",
"TaxId10": "",
"TaxId11": "",
"BPCode": "C01305",
"AddrType": "bo_ShipTo",
"TaxId12": null,
"TaxId13": null,
"AToRetrNFe": "tNO"
}
],
"DiscountGroups": [],
"BPIntrastatExtension": {},
"BPBlockSendingMarketingContents": [],
"BPCurrenciesCollection": []
}
}

Get Invoice

Retrieve all or some selected properties from an instance of Warehouses with the given id. | key: getInvoice

InputNotesExample
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Connection
Debug Request

Enabling this flag will log out the current request.

false
Doc Entry

The DocEntry of the invoice.

12345

Get Item

Retrieve all or some selected properties from an instance of Items with the given id. | key: getItem

InputNotesExample
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Connection
Debug Request

Enabling this flag will log out the current request.

false
Item Code

The code of the item.

i001

Get Order

Retrieve all or some selected properties from an instance of Orders with the given id. | key: getOrder

InputNotesExample
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Connection
Debug Request

Enabling this flag will log out the current request.

false
Doc Entry

The doc entry of the order.

c001

Get Price List

Retrieve all or some selected properties from an instance of PriceLists with the given id. | key: getPriceList

InputNotesExample
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Connection
Debug Request

Enabling this flag will log out the current request.

false
Price List Number

The number of the price list.

12345

{
"data": {
"RoundingMethod": "borm_NoRounding",
"GroupNum": "boplgn_Group2",
"BasePriceList": 2,
"Factor": 1,
"PriceListNo": 2,
"PriceListName": "Buying Price List",
"IsGrossPrice": "tNO",
"Active": "tYES",
"ValidFrom": null,
"ValidTo": null,
"DefaultPrimeCurrency": "INR",
"DefaultAdditionalCurrency1": "INR",
"DefaultAdditionalCurrency2": "INR",
"RoundingRule": "borrRoundOff",
"FixedAmount": 0
}
}

Get Purchase Order

Retrieve all or some selected properties from an instance of Purchase Orders with the given id. | key: getPurchaseOrder

InputNotesExample
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Connection
Debug Request

Enabling this flag will log out the current request.

false
Purchase Order Document Entry

The document entry of the purchase order.

12345

Get Record

Retrieve a single record from SAP Business One. | key: getRecord

InputNotesExample
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Connection
Debug Request

Enabling this flag will log out the current request.

false
Record ID

The ID of the record.

12355
Record Type

The type of the record to use for the operation.

JournalEntries

Get Warehouse

Retrieve all or some selected properties from an instance of Warehouses with the given id. | key: getWarehouse

InputNotesExample
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Connection
Debug Request

Enabling this flag will log out the current request.

false
Warehouse Code

The code of the warehouse.

12345

{
"data": {
"Street": null,
"StockInflationOffsetAccount": null,
"ZipCode": "110044",
"DecreasingAccount": null,
"PurchaseAccount": null,
"EURevenuesAccount": null,
"ReturningAccount": null,
"ShippedGoodsAccount": null,
"StockInflationAdjustAccount": null,
"AllowUseTax": "tNO",
"CostInflationAccount": null,
"ForeignExpensesAccount": null,
"EUExpensesAccount": null,
"CostInflationOffsetAccount": null,
"ExpensesClearingAccount": null,
"PurchaseReturningAccount": null,
"VATInRevenueAccount": null,
"FederalTaxID": null,
"Location": 3,
"Block": null,
"ExpenseAccount": null,
"DecreaseGLAccount": null,
"RevenuesAccount": null,
"TaxGroup": null,
"ExemptRevenuesAccount": null,
"PurchaseOffsetAccount": null,
"CostOfGoodsSold": null,
"WarehouseCode": "Del-02",
"State": "DL",
"City": "DELHI",
"PriceDifferencesAccount": null,
"VarianceAccount": null,
"Country": "IN",
"IncreaseGLAccount": null,
"ExchangeRateDifferencesAccount": null,
"WIPMaterialAccount": null,
"WarehouseName": "Badapur - Rejection warehouse",
"DropShip": "tNO",
"WIPMaterialVarianceAccount": null,
"TransfersAcc": null,
"InternalKey": null,
"ForeignRevenuesAcc": null,
"BuildingFloorRoom": null,
"County": null,
"Nettable": "tYES",
"IncreasingAcc": null,
"ExpenseOffsetingAct": null,
"GoodsClearingAcc": null,
"StockAccount": null,
"BusinessPlaceID": 2,
"PurchaseCreditAcc": null,
"EUPurchaseCreditAcc": null,
"ForeignPurchaseCreditAcc": null,
"SalesCreditAcc": null,
"SalesCreditEUAcc": null,
"ExemptedCredits": null,
"SalesCreditForeignAcc": null,
"NegativeInventoryAdjustmentAccount": null,
"WHShipToName": null,
"Excisable": "tNO",
"WHIncomingCenvatAccount": null,
"WHOutgoingCenvatAccount": null,
"StockInTransitAccount": null,
"WipOffsetProfitAndLossAccount": null,
"InventoryOffsetProfitAndLossAccount": null,
"AddressType": null,
"StreetNo": null,
"Storekeeper": null,
"Shipper": null,
"ManageSerialAndBatchNumbers": "tNO",
"GlobalLocationNumber": null,
"EnableBinLocations": "tNO",
"BinLocCodeSeparator": "-",
"DefaultBin": null,
"DefaultBinEnforced": "tNO",
"AutoAllocOnIssue": "whsBinSingleChoiceOnly",
"EnableReceivingBinLocations": "tNO",
"ReceivingBinLocationsBy": "rblmBinLocationCodeOrder",
"PurchaseBalanceAccount": null,
"Inactive": "tNO",
"RestrictReceiptToEmptyBinLocation": "tYES",
"ReceiveUpToMaxQuantity": "tNO",
"AutoAllocOnReceipt": "aaormDefaultBin",
"ReceiveUpToMaxWeight": "tNO",
"ReceiveUpToMethod": "rutmMaximumQty",
"LegalText": null
}
}

Get Warehouse Location

Retrieve all or some selected properties from an instance of Warehouse Location with the given id. | key: getWarehouseLocation

InputNotesExample
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Connection
Debug Request

Enabling this flag will log out the current request.

false
Warehouse Location ID

The id of the warehouse location.

12345

{
"data": {
"Code": 1,
"Name": "Delhi",
"LSTVATNumber": null,
"CSTNumber": "07AAFCE3317E1Z1",
"ExemptionNumber": null,
"TANNumber": null,
"ServiceTaxNumber": null,
"AssesseeType": null,
"CompanyType": null,
"NatureOfBusiness": null,
"TINNumber": null,
"RegistrationType": "XM",
"EccNumber": "AABPS8791RXM001",
"CERange": null,
"CEDivision": null,
"CECommissionerate": null,
"ManufacturerCode": null,
"Jurisdiction": null,
"Street": "B-2/3 , Second Floor, Mohan Co-Operative Industrial Estate",
"Block": "Mathura Road",
"ZipCode": "110044",
"City": "New Delhi",
"County": null,
"Country": "IN",
"State": "DL",
"PANNumber": "AABPS8791R",
"CERegisterNumber": null,
"BuildingFloorRoom": null,
"GSTIN": "07AAFCE3317E1Z1",
"GstType": "gstRegularTDSISD",
"GSTTDS": null,
"GSTISD": null,
"U_UTL_ST_OWID": "6daf01b8-77bc-467d-91e8-d00d1fc53d45",
"U_CID": null,
"U_SECRET": null,
"U_UTL_EUID": null,
"U_UTL_EPSW": null,
"U_UTL_ST_PAYUPID": null,
"U_UTL_ST_PAYNM": null,
"U_UTL_ST_PAYACNO": null,
"U_UTL_ST_PAYIFSC": null
}
}

List Business Partners

Retrieve a collection of Business Partners with all or some selected properties | key: listBusinessPartners

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Order By

A comma-separated list of fields to sort by.

ItemCode
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Skip

The number of items to skip.

1
Top

The number of items to return. Maximum is 20.

10
Connection
Custom Query Params

Custom query parameters to be included in the request

key1=value1
Debug Request

Enabling this flag will log out the current request.

false
Fetch All

If true, all records will be fetched. Otherwise, the $top and $skip parameters will be used.

false

{
"data": [
{
"odata.etag": "W/\"356A192B7913B04C54574D18C28D46E6395428AB\"",
"CardCode": "C01305",
"CardName": "Anmol Steps – Bijolia(EL)",
"CardType": "cCustomer",
"GroupCode": 112,
"Address": "Bundi Road, Bijolia",
"ZipCode": "311602",
"MailAddress": "Bundi Road, Bijolia",
"MailZipCode": "311602",
"Phone1": "9460351521",
"Phone2": null,
"Fax": null,
"ContactPerson": "Anmol Steps – Bijolia(EL)",
"Notes": null,
"PayTermsGrpCode": 5,
"CreditLimit": 0,
"MaxCommitment": 0,
"DiscountPercent": 0,
"VatLiable": "vLiable",
"FederalTaxID": null,
"DeductibleAtSource": "tNO",
"DeductionPercent": 0,
"DeductionValidUntil": null,
"PriceListNum": 19,
"IntrestRatePercent": 0,
"CommissionPercent": 0,
"CommissionGroupCode": 0,
"FreeText": null,
"SalesPersonCode": -1,
"Currency": "INR",
"RateDiffAccount": "",
"Cellular": "9460351521",
"AvarageLate": null,
"City": "Bijolia",
"County": null,
"Country": "IN",
"MailCity": "Bijolia",
"MailCounty": null,
"MailCountry": "IN",
"EmailAddress": null,
"Picture": null,
"DefaultAccount": null,
"DefaultBranch": null,
"DefaultBankCode": "-1",
"AdditionalID": null,
"Pager": null,
"FatherCard": "C01169",
"CardForeignName": null,
"FatherType": "cDelivery_sum",
"DeductionOffice": null,
"ExportCode": null,
"MinIntrest": 0,
"CurrentAccountBalance": 0,
"OpenDeliveryNotesBalance": 0,
"OpenOrdersBalance": 0,
"OpenChecksBalance": 0,
"VatGroup": null,
"ShippingType": null,
"Password": null,
"Indicator": null,
"IBAN": null,
"CreditCardCode": -1,
"CreditCardNum": null,
"CreditCardExpiration": null,
"DebitorAccount": "_SYS00000000037",
"OpenOpportunities": null,
"Valid": "tYES",
"ValidFrom": null,
"ValidTo": null,
"ValidRemarks": null,
"Frozen": "tNO",
"FrozenFrom": null,
"FrozenTo": null,
"FrozenRemarks": null,
"Block": null,
"BillToState": "RJ",
"ShipToState": "RJ",
"ExemptNum": null,
"Priority": -1,
"FormCode1099": null,
"Box1099": null,
"PeymentMethodCode": null,
"BackOrder": "tYES",
"PartialDelivery": "tYES",
"BlockDunning": "tNO",
"BankCountry": null,
"HouseBank": null,
"HouseBankCountry": "IN",
"HouseBankAccount": null,
"ShipToDefault": "Anmol Steps – Bijolia(EL)",
"DunningLevel": null,
"DunningDate": null,
"CollectionAuthorization": "tNO",
"DME": null,
"InstructionKey": null,
"SinglePayment": "tNO",
"ISRBillerID": null,
"PaymentBlock": "tNO",
"ReferenceDetails": null,
"HouseBankBranch": null,
"OwnerIDNumber": null,
"PaymentBlockDescription": -1,
"TaxExemptionLetterNum": null,
"MaxAmountOfExemption": 0,
"ExemptionValidityDateFrom": null,
"ExemptionValidityDateTo": null,
"LinkedBusinessPartner": null,
"LastMultiReconciliationNum": null,
"DeferredTax": "tNO",
"Equalization": "tNO",
"SubjectToWithholdingTax": "boNO",
"CertificateNumber": null,
"ExpirationDate": null,
"NationalInsuranceNum": null,
"AccrualCriteria": "tNO",
"WTCode": null,
"BillToBuildingFloorRoom": "",
"DownPaymentClearAct": "_SYS00000000084",
"ChannelBP": null,
"DefaultTechnician": null,
"BilltoDefault": "Anmol Steps – Bijolia(EL)",
"CustomerBillofExchangDisc": null,
"Territory": null,
"ShipToBuildingFloorRoom": "",
"CustomerBillofExchangPres": null,
"ProjectCode": null,
"VatGroupLatinAmerica": null,
"DunningTerm": null,
"Website": null,
"OtherReceivablePayable": null,
"BillofExchangeonCollection": null,
"CompanyPrivate": "cCompany",
"LanguageCode": 8,
"UnpaidBillofExchange": null,
"WithholdingTaxDeductionGroup": -1,
"ClosingDateProcedureNumber": null,
"Profession": null,
"BankChargesAllocationCode": null,
"TaxRoundingRule": "trr_CompanyDefault",
"Properties1": "tNO",
"Properties2": "tNO",
"Properties3": "tNO",
"Properties4": "tNO",
"Properties5": "tNO",
"Properties6": "tNO",
"Properties7": "tNO",
"Properties8": "tNO",
"Properties9": "tNO",
"Properties10": "tNO",
"Properties11": "tNO",
"Properties12": "tNO",
"Properties13": "tNO",
"Properties14": "tNO",
"Properties15": "tNO",
"Properties16": "tNO",
"Properties17": "tNO",
"Properties18": "tNO",
"Properties19": "tNO",
"Properties20": "tNO",
"Properties21": "tNO",
"Properties22": "tNO",
"Properties23": "tNO",
"Properties24": "tNO",
"Properties25": "tNO",
"Properties26": "tNO",
"Properties27": "tNO",
"Properties28": "tNO",
"Properties29": "tNO",
"Properties30": "tNO",
"Properties31": "tNO",
"Properties32": "tNO",
"Properties33": "tNO",
"Properties34": "tNO",
"Properties35": "tNO",
"Properties36": "tNO",
"Properties37": "tNO",
"Properties38": "tNO",
"Properties39": "tNO",
"Properties40": "tNO",
"Properties41": "tNO",
"Properties42": "tNO",
"Properties43": "tNO",
"Properties44": "tNO",
"Properties45": "tNO",
"Properties46": "tNO",
"Properties47": "tNO",
"Properties48": "tNO",
"Properties49": "tNO",
"Properties50": "tNO",
"Properties51": "tNO",
"Properties52": "tNO",
"Properties53": "tNO",
"Properties54": "tNO",
"Properties55": "tNO",
"Properties56": "tNO",
"Properties57": "tNO",
"Properties58": "tNO",
"Properties59": "tNO",
"Properties60": "tNO",
"Properties61": "tNO",
"Properties62": "tNO",
"Properties63": "tNO",
"Properties64": "tNO",
"CompanyRegistrationNumber": null,
"VerificationNumber": null,
"DiscountBaseObject": "dgboNone",
"DiscountRelations": "dgrLowestDiscount",
"TypeReport": "atCompany",
"ThresholdOverlook": "tNO",
"SurchargeOverlook": "tNO",
"DownPaymentInterimAccount": "_SYS00000000054",
"OperationCode347": "ocSalesOrServicesRevenues",
"InsuranceOperation347": "tNO",
"HierarchicalDeduction": "tNO",
"ShaamGroup": "sgServicesAndAsset",
"WithholdingTaxCertified": "tNO",
"BookkeepingCertified": "tNO",
"PlanningGroup": null,
"Affiliate": "tNO",
"Industry": null,
"VatIDNum": null,
"DatevAccount": null,
"DatevFirstDataEntry": "tYES",
"UseShippedGoodsAccount": "tNO",
"GTSRegNo": null,
"GTSBankAccountNo": null,
"GTSBillingAddrTel": null,
"ETaxWebSite": null,
"HouseBankIBAN": "",
"VATRegistrationNumber": null,
"RepresentativeName": null,
"IndustryType": null,
"BusinessType": null,
"Series": 85,
"AutomaticPosting": null,
"InterestAccount": null,
"FeeAccount": null,
"CampaignNumber": null,
"AliasName": null,
"DefaultBlanketAgreementNumber": null,
"EffectiveDiscount": "dgrLowestDiscount",
"NoDiscounts": "tNO",
"EffectivePrice": "epDefaultPriority",
"EffectivePriceConsidersPriceBeforeDiscount": "tNO",
"GlobalLocationNumber": null,
"EDISenderID": null,
"EDIRecipientID": null,
"ResidenNumber": "rntSpanishFiscalID",
"RelationshipCode": null,
"RelationshipDateFrom": null,
"RelationshipDateTill": null,
"UnifiedFederalTaxID": null,
"AttachmentEntry": null,
"TypeOfOperation": null,
"EndorsableChecksFromBP": "tYES",
"AcceptsEndorsedChecks": "tNO",
"OwnerCode": null,
"BlockSendingMarketingContent": "tNO",
"AgentCode": null,
"PriceMode": null,
"EDocGenerationType": null,
"EDocStreet": null,
"EDocStreetNumber": null,
"EDocBuildingNumber": null,
"EDocZipCode": null,
"EDocCity": null,
"EDocCountry": null,
"EDocDistrict": null,
"EDocRepresentativeFirstName": null,
"EDocRepresentativeSurname": null,
"EDocRepresentativeCompany": null,
"EDocRepresentativeFiscalCode": null,
"EDocRepresentativeAdditionalId": null,
"EDocPECAddress": null,
"IPACodeForPA": null,
"UpdateDate": "2023-10-26",
"UpdateTime": "13:16:49",
"ExemptionMaxAmountValidationType": "emaIndividual",
"ECommerceMerchantID": null,
"UseBillToAddrToDetermineTax": "tNO",
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"DefaultTransporterEntry": 0,
"DefaultTransporterLineNumber": 0,
"FCERelevant": "tNO",
"FCEValidateBaseDelivery": "tNO",
"MainUsage": null,
"EBooksVATExemptionCause": null,
"LegalText": null,
"DataVersion": 1,
"ExchangeRateForIncomingPayment": "tYES",
"ExchangeRateForOutgoingPayment": "tYES",
"CertificateDetails": null,
"DefaultCurrency": null,
"EORINumber": null,
"FCEAsPaymentMeans": "tNO",
"U_Discount": 0,
"U_InterBranch": "N",
"ElectronicProtocols": [],
"BPAddresses": [
{
"AddressName": "Anmol Steps – Bijolia(EL)",
"Street": "Bundi Road, Bijolia",
"Block": null,
"ZipCode": "311602",
"City": "Bijolia",
"County": null,
"Country": "IN",
"State": "RJ",
"FederalTaxID": null,
"TaxCode": null,
"BuildingFloorRoom": null,
"AddressType": "bo_BillTo",
"AddressName2": null,
"AddressName3": null,
"TypeOfAddress": null,
"StreetNo": null,
"BPCode": "C01305",
"RowNum": 0,
"GlobalLocationNumber": null,
"Nationality": null,
"TaxOffice": null,
"GSTIN": null,
"GstType": null,
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"MYFType": null,
"TaasEnabled": "tYES",
"U_UTL_ST_ThLegName": null,
"U_UTL_ST_ThTrdName": null
},
{
"AddressName": "Anmol Steps – Bijolia(EL)",
"Street": "Bundi Road, Bijolia",
"Block": null,
"ZipCode": "311602",
"City": "Bijolia",
"County": null,
"Country": "IN",
"State": "RJ",
"FederalTaxID": null,
"TaxCode": null,
"BuildingFloorRoom": null,
"AddressType": "bo_ShipTo",
"AddressName2": null,
"AddressName3": null,
"TypeOfAddress": null,
"StreetNo": null,
"BPCode": "C01305",
"RowNum": 1,
"GlobalLocationNumber": null,
"Nationality": null,
"TaxOffice": null,
"GSTIN": null,
"GstType": null,
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"MYFType": null,
"TaasEnabled": "tYES",
"U_UTL_ST_ThLegName": null,
"U_UTL_ST_ThTrdName": null
}
],
"ContactEmployees": [
{
"CardCode": "C01305",
"Name": "Anmol Steps – Bijolia(EL)",
"Position": null,
"Address": null,
"Phone1": "9460351521",
"Phone2": null,
"MobilePhone": "9460351521",
"Fax": null,
"E_Mail": null,
"Pager": null,
"Remarks1": null,
"Remarks2": null,
"Password": null,
"InternalCode": 1325,
"PlaceOfBirth": "-1",
"DateOfBirth": null,
"Gender": "gt_Undefined",
"Profession": null,
"Title": null,
"CityOfBirth": null,
"Active": "tYES",
"FirstName": null,
"MiddleName": null,
"LastName": null,
"EmailGroupCode": null,
"BlockSendingMarketingContent": "tNO",
"CreateDate": "2023-10-26",
"CreateTime": "13:16:49",
"UpdateDate": "2023-10-26",
"UpdateTime": "13:16:00",
"ConnectedAddressName": null,
"ConnectedAddressType": null,
"ForeignCountry": null,
"ContactEmployeeBlockSendingMarketingContents": []
}
],
"BPAccountReceivablePaybleCollection": [],
"BPPaymentMethods": [],
"BPWithholdingTaxCollection": [],
"BPPaymentDates": [],
"BPBranchAssignment": [
{
"BPCode": "C01305",
"BPLID": 2,
"DisabledForBP": "tNO"
},
{
"BPCode": "C01305",
"BPLID": 4,
"DisabledForBP": "tNO"
}
],
"BPBankAccounts": [],
"BPFiscalTaxIDCollection": [
{
"Address": "",
"CNAECode": null,
"TaxId0": "ALKPM0323M",
"TaxId1": "",
"TaxId2": "",
"TaxId3": "",
"TaxId4": "",
"TaxId5": "",
"TaxId6": "",
"TaxId7": "",
"TaxId8": "",
"TaxId9": "",
"TaxId10": "",
"TaxId11": "",
"BPCode": "C01305",
"AddrType": "bo_ShipTo",
"TaxId12": null,
"TaxId13": "",
"AToRetrNFe": "tNO"
},
{
"Address": "Anmol Steps – Bijolia(EL)",
"CNAECode": null,
"TaxId0": null,
"TaxId1": null,
"TaxId2": null,
"TaxId3": null,
"TaxId4": null,
"TaxId5": null,
"TaxId6": null,
"TaxId7": null,
"TaxId8": null,
"TaxId9": null,
"TaxId10": null,
"TaxId11": null,
"BPCode": "C01305",
"AddrType": "bo_BillTo",
"TaxId12": null,
"TaxId13": null,
"AToRetrNFe": "tNO"
},
{
"Address": "Anmol Steps – Bijolia(EL)",
"CNAECode": null,
"TaxId0": "ALKPM0323M",
"TaxId1": "",
"TaxId2": "",
"TaxId3": "",
"TaxId4": "",
"TaxId5": "",
"TaxId6": "",
"TaxId7": "",
"TaxId8": "",
"TaxId9": "",
"TaxId10": "",
"TaxId11": "",
"BPCode": "C01305",
"AddrType": "bo_ShipTo",
"TaxId12": null,
"TaxId13": null,
"AToRetrNFe": "tNO"
}
],
"DiscountGroups": [],
"BPIntrastatExtension": {},
"BPBlockSendingMarketingContents": [],
"BPCurrenciesCollection": []
}
]
}

List Invoices

Retrieve a collection of Invoices with all or some selected properties in the given order by specifying the given filter condition. | key: listInvoices

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Order By

A comma-separated list of fields to sort by.

ItemCode
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Skip

The number of items to skip.

1
Top

The number of items to return. Maximum is 20.

10
Connection
Custom Query Params

Custom query parameters to be included in the request

key1=value1
Debug Request

Enabling this flag will log out the current request.

false
Fetch All

If true, all records will be fetched. Otherwise, the $top and $skip parameters will be used.

false

List Items

Retrieve a collection of Items with all or some selected properties. | key: listItems

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Order By

A comma-separated list of fields to sort by.

ItemCode
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Skip

The number of items to skip.

1
Top

The number of items to return. Maximum is 20.

10
Connection
Custom Query Params

Custom query parameters to be included in the request

key1=value1
Debug Request

Enabling this flag will log out the current request.

false
Fetch All

If true, all records will be fetched. Otherwise, the $top and $skip parameters will be used.

false

List Orders

Retrieve a collection of Orders with all or some selected properties | key: listOrders

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Order By

A comma-separated list of fields to sort by.

ItemCode
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Skip

The number of items to skip.

1
Top

The number of items to return. Maximum is 20.

10
Connection
Custom Query Params

Custom query parameters to be included in the request

key1=value1
Debug Request

Enabling this flag will log out the current request.

false
Fetch All

If true, all records will be fetched. Otherwise, the $top and $skip parameters will be used.

false

List Price Lists

Retrieve a collection of PriceLists with all or some selected properties. | key: listPriceLists

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Order By

A comma-separated list of fields to sort by.

ItemCode
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Skip

The number of items to skip.

1
Top

The number of items to return. Maximum is 20.

10
Connection
Custom Query Params

Custom query parameters to be included in the request

key1=value1
Debug Request

Enabling this flag will log out the current request.

false
Fetch All

If true, all records will be fetched. Otherwise, the $top and $skip parameters will be used.

false

{
"data": [
{
"RoundingMethod": "borm_NoRounding",
"GroupNum": "boplgn_Group2",
"BasePriceList": 2,
"Factor": 1,
"PriceListNo": 2,
"PriceListName": "Buying Price List",
"IsGrossPrice": "tNO",
"Active": "tYES",
"ValidFrom": null,
"ValidTo": null,
"DefaultPrimeCurrency": "INR",
"DefaultAdditionalCurrency1": "INR",
"DefaultAdditionalCurrency2": "INR",
"RoundingRule": "borrRoundOff",
"FixedAmount": 0
}
]
}

List Purchase Orders

Retrieve a collection of Purchase Orders with all or some selected properties. | key: listPurchaseOrders

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Order By

A comma-separated list of fields to sort by.

ItemCode
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Skip

The number of items to skip.

1
Top

The number of items to return. Maximum is 20.

10
Connection
Custom Query Params

Custom query parameters to be included in the request

key1=value1
Debug Request

Enabling this flag will log out the current request.

false
Fetch All

If true, all records will be fetched. Otherwise, the $top and $skip parameters will be used.

false

List Records

Retrieve a list of records from SAP Business One. | key: listRecords

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Order By

A comma-separated list of fields to sort by.

ItemCode
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Skip

The number of items to skip.

1
Top

The number of items to return. Maximum is 20.

10
Connection
Custom Query Params

Custom query parameters to be included in the request

key1=value1
Debug Request

Enabling this flag will log out the current request.

false
Fetch All

If true, all records will be fetched. Otherwise, the $top and $skip parameters will be used.

false
Record Type

The type of the record to use for the operation.

JournalEntries

List Warehouse Locations

Retrieve a collection of Warehouses Locations with all or some selected properties in the given order by specifying the given filter condition. | key: listWarehouseLocations

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Order By

A comma-separated list of fields to sort by.

ItemCode
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Skip

The number of items to skip.

1
Top

The number of items to return. Maximum is 20.

10
Connection
Custom Query Params

Custom query parameters to be included in the request

key1=value1
Debug Request

Enabling this flag will log out the current request.

false
Fetch All

If true, all records will be fetched. Otherwise, the $top and $skip parameters will be used.

false

{
"data": [
{
"Code": 1,
"Name": "Delhi",
"LSTVATNumber": null,
"CSTNumber": "07AAFCE3317E1Z1",
"ExemptionNumber": null,
"TANNumber": null,
"ServiceTaxNumber": null,
"AssesseeType": null,
"CompanyType": null,
"NatureOfBusiness": null,
"TINNumber": null,
"RegistrationType": "XM",
"EccNumber": "AABPS8791RXM001",
"CERange": null,
"CEDivision": null,
"CECommissionerate": null,
"ManufacturerCode": null,
"Jurisdiction": null,
"Street": "B-2/3 , Second Floor, Mohan Co-Operative Industrial Estate",
"Block": "Mathura Road",
"ZipCode": "110044",
"City": "New Delhi",
"County": null,
"Country": "IN",
"State": "DL",
"PANNumber": "AABPS8791R",
"CERegisterNumber": null,
"BuildingFloorRoom": null,
"GSTIN": "07AAFCE3317E1Z1",
"GstType": "gstRegularTDSISD",
"GSTTDS": null,
"GSTISD": null,
"U_UTL_ST_OWID": "6daf01b8-77bc-467d-91e8-d00d1fc53d45",
"U_CID": null,
"U_SECRET": null,
"U_UTL_EUID": null,
"U_UTL_EPSW": null,
"U_UTL_ST_PAYUPID": null,
"U_UTL_ST_PAYNM": null,
"U_UTL_ST_PAYACNO": null,
"U_UTL_ST_PAYIFSC": null
}
]
}

List Warehouses

Retrieve a collection of Warehouses with all or some selected properties in the given order by specifying the given filter condition. | key: listWarehouses

InputNotesExample
Filter

A filter expression to apply to the request.

startswith(ItemCode, 'a')
Order By

A comma-separated list of fields to sort by.

ItemCode
Select

A comma-separated list of fields to include in the response. If not provided, all fields will be returned and the query will be slower.

ItemCode,ItemName,ForeignName
Skip

The number of items to skip.

1
Top

The number of items to return. Maximum is 20.

10
Connection
Custom Query Params

Custom query parameters to be included in the request

key1=value1
Debug Request

Enabling this flag will log out the current request.

false
Fetch All

If true, all records will be fetched. Otherwise, the $top and $skip parameters will be used.

false

{
"data": [
{
"Street": "B-2/3 , Second Floor, Mohan Co-Operative Industrial Estate",
"StockInflationOffsetAccount": "",
"ZipCode": "110044",
"DecreasingAccount": "",
"PurchaseAccount": "",
"EURevenuesAccount": "",
"ReturningAccount": "",
"ShippedGoodsAccount": "",
"StockInflationAdjustAccount": "",
"AllowUseTax": "tNO",
"CostInflationAccount": "",
"ForeignExpensesAccount": "",
"EUExpensesAccount": "",
"CostInflationOffsetAccount": "",
"ExpensesClearingAccount": "",
"PurchaseReturningAccount": "",
"VATInRevenueAccount": "",
"FederalTaxID": null,
"Location": 1,
"Block": "Mathura Road",
"ExpenseAccount": "",
"DecreaseGLAccount": "",
"RevenuesAccount": "",
"TaxGroup": null,
"ExemptRevenuesAccount": "",
"PurchaseOffsetAccount": "",
"CostOfGoodsSold": "",
"WarehouseCode": "01",
"State": "DL",
"City": "New Delhi",
"PriceDifferencesAccount": "",
"VarianceAccount": "",
"Country": "IN",
"IncreaseGLAccount": "",
"ExchangeRateDifferencesAccount": "",
"WIPMaterialAccount": "",
"WarehouseName": "General Warehouse",
"DropShip": "tNO",
"WIPMaterialVarianceAccount": "",
"TransfersAcc": "",
"InternalKey": 0,
"ForeignRevenuesAcc": "",
"BuildingFloorRoom": null,
"County": null,
"Nettable": "tYES",
"IncreasingAcc": "",
"ExpenseOffsetingAct": "",
"GoodsClearingAcc": "",
"StockAccount": "",
"BusinessPlaceID": 0,
"PurchaseCreditAcc": "",
"EUPurchaseCreditAcc": "",
"ForeignPurchaseCreditAcc": "",
"SalesCreditAcc": "",
"SalesCreditEUAcc": "",
"ExemptedCredits": "",
"SalesCreditForeignAcc": "",
"NegativeInventoryAdjustmentAccount": "",
"WHShipToName": null,
"Excisable": "tNO",
"WHIncomingCenvatAccount": "",
"WHOutgoingCenvatAccount": "",
"StockInTransitAccount": "",
"WipOffsetProfitAndLossAccount": "",
"InventoryOffsetProfitAndLossAccount": "",
"AddressType": null,
"StreetNo": null,
"Storekeeper": null,
"Shipper": null,
"ManageSerialAndBatchNumbers": "tNO",
"GlobalLocationNumber": null,
"EnableBinLocations": "tNO",
"BinLocCodeSeparator": "-",
"DefaultBin": null,
"DefaultBinEnforced": "tNO",
"AutoAllocOnIssue": "whsBinSingleChoiceOnly",
"EnableReceivingBinLocations": "tNO",
"ReceivingBinLocationsBy": "rblmBinLocationCodeOrder",
"PurchaseBalanceAccount": "",
"Inactive": "tNO",
"RestrictReceiptToEmptyBinLocation": "tYES",
"ReceiveUpToMaxQuantity": "tNO",
"AutoAllocOnReceipt": "aaormDefaultBin",
"ReceiveUpToMaxWeight": "tNO",
"ReceiveUpToMethod": "rutmMaximumQty",
"LegalText": null
},
{
"Street": null,
"StockInflationOffsetAccount": null,
"ZipCode": "110044",
"DecreasingAccount": null,
"PurchaseAccount": null,
"EURevenuesAccount": null,
"ReturningAccount": null,
"ShippedGoodsAccount": null,
"StockInflationAdjustAccount": null,
"AllowUseTax": "tNO",
"CostInflationAccount": null,
"ForeignExpensesAccount": null,
"EUExpensesAccount": null,
"CostInflationOffsetAccount": null,
"ExpensesClearingAccount": null,
"PurchaseReturningAccount": null,
"VATInRevenueAccount": null,
"FederalTaxID": null,
"Location": 3,
"Block": null,
"ExpenseAccount": null,
"DecreaseGLAccount": null,
"RevenuesAccount": null,
"TaxGroup": null,
"ExemptRevenuesAccount": null,
"PurchaseOffsetAccount": null,
"CostOfGoodsSold": null,
"WarehouseCode": "Del-02",
"State": "DL",
"City": "DELHI",
"PriceDifferencesAccount": null,
"VarianceAccount": null,
"Country": "IN",
"IncreaseGLAccount": null,
"ExchangeRateDifferencesAccount": null,
"WIPMaterialAccount": null,
"WarehouseName": "Badapur - Rejection warehouse",
"DropShip": "tNO",
"WIPMaterialVarianceAccount": null,
"TransfersAcc": null,
"InternalKey": null,
"ForeignRevenuesAcc": null,
"BuildingFloorRoom": null,
"County": null,
"Nettable": "tYES",
"IncreasingAcc": null,
"ExpenseOffsetingAct": null,
"GoodsClearingAcc": null,
"StockAccount": null,
"BusinessPlaceID": 2,
"PurchaseCreditAcc": null,
"EUPurchaseCreditAcc": null,
"ForeignPurchaseCreditAcc": null,
"SalesCreditAcc": null,
"SalesCreditEUAcc": null,
"ExemptedCredits": null,
"SalesCreditForeignAcc": null,
"NegativeInventoryAdjustmentAccount": null,
"WHShipToName": null,
"Excisable": "tNO",
"WHIncomingCenvatAccount": null,
"WHOutgoingCenvatAccount": null,
"StockInTransitAccount": null,
"WipOffsetProfitAndLossAccount": null,
"InventoryOffsetProfitAndLossAccount": null,
"AddressType": null,
"StreetNo": null,
"Storekeeper": null,
"Shipper": null,
"ManageSerialAndBatchNumbers": "tNO",
"GlobalLocationNumber": null,
"EnableBinLocations": "tNO",
"BinLocCodeSeparator": "-",
"DefaultBin": null,
"DefaultBinEnforced": "tNO",
"AutoAllocOnIssue": "whsBinSingleChoiceOnly",
"EnableReceivingBinLocations": "tNO",
"ReceivingBinLocationsBy": "rblmBinLocationCodeOrder",
"PurchaseBalanceAccount": null,
"Inactive": "tNO",
"RestrictReceiptToEmptyBinLocation": "tYES",
"ReceiveUpToMaxQuantity": "tNO",
"AutoAllocOnReceipt": "aaormDefaultBin",
"ReceiveUpToMaxWeight": "tNO",
"ReceiveUpToMethod": "rutmMaximumQty",
"LegalText": null
}
]
}

Raw Request

Send raw HTTP request to the SAP Business One API | key: rawRequest

InputNotesExample
Connection
Data

The HTTP body payload to send to the URL.

{"exampleKey": "Example Data"}
Debug Request

Enable this to log the request and response

false
File Data

File Data to be sent as a multipart form upload.

[{key: "example.txt", value: "My File Contents"}]
File Data File Names

File names to apply to the file data inputs. Keys must match the file data keys above.

Form Data

The Form Data to be sent as a multipart form upload.

[{"key": "Example Key", "value": new Buffer("Hello World")}]
Header

A list of headers to send with the request.

User-Agent: curl/7.64.1
Max Retry Count

The maximum number of retries to attempt. Specify 0 for no retries.

0
Method

The HTTP method to use.

Query Parameter

A list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.

Response Type

The type of data you expect in the response. You can request json, text, or binary data.

json
Retry On All Errors

If true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.

false
Retry Delay (ms)

The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.

0
Timeout

The maximum time that a client will await a response to its request

2000
URL

This is the URL to call.

Input the path only (Items), The base URL is already included (https://<Server Name/IP>:<Port>/b1s/v1). For example, to connect to https://<Server Name/IP>:<Port>/b1s/v1/Items, only Items is entered in this field. e.g. Items
Use Exponential Backoff

Specifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.

false

Update Business Partner

Update an instance of Business Partners | key: updateBusinessPartner

InputNotesExample
Body Fields

More fields to include in the request body.

Card Code

The code of the business partner.

c001
Card Name

The name of the business partner.

c001
Card Type

The type of the business partner.

Connection
Debug Request

Enabling this flag will log out the current request.

false

{
"data": "UPDATED SUCCESSFULLY"
}

Update Invoice

Update an instance of Invoices. | key: updateInvoice

InputNotesExample
Body Fields

More fields to include in the request body.

Comments

The comments to be added to the modified order.

new comments - modified by Service Layer
Connection
Debug Request

Enabling this flag will log out the current request.

false
Doc Entry

The DocEntry of the invoice.

12345

{
"data": "UPDATED SUCCESSFULLY"
}

Update Item

Update an instance of Items | key: updateItem

InputNotesExample
Body Fields

More fields to include in the request body.

Connection
Debug Request

Enabling this flag will log out the current request.

false
Item Code

The code of the item.

i001
Item Name

The name of the item.

Item1
Item Type

The type of the item.

{
"data": "UPDATED SUCCESSFULLY"
}

Update Order

Update an instance of Orders. | key: updateOrder

InputNotesExample
Body Fields

More fields to include in the request body.

Comments

The comments to be added to the modified order.

new comments - modified by Service Layer
Connection
Debug Request

Enabling this flag will log out the current request.

false
Doc Entry

The doc entry of the order.

c001

{
"data": "UPDATED SUCCESSFULLY"
}

Update Price List

Update an instance of Price Lists. | key: updatePriceList

InputNotesExample
Body Fields

More fields to include in the request body.

Connection
Debug Request

Enabling this flag will log out the current request.

false
Price List Name

The name of the price list.

Price List 30
Price List Number

The number of the price list.

12345

{
"data": "UPDATED SUCCESSFULLY"
}

Update Purchase Order

Update an instance of Purchase Orders. | key: updatePurchaseOrder

InputNotesExample
Body Fields

More fields to include in the request body.

Comments

The comments to be added to the modified order.

new comments - modified by Service Layer
Connection
Debug Request

Enabling this flag will log out the current request.

false
Purchase Order Document Entry

The document entry of the purchase order.

12345

{
"data": "UPDATED SUCCESSFULLY"
}

Update Record

Update an existing record in SAP Business One. | key: updateRecord

InputNotesExample
Body Fields

More fields to include in the request body.

Connection
Debug Request

Enabling this flag will log out the current request.

false
Record ID

The ID of the record.

12355
Record Type

The type of the record to use for the operation.

JournalEntries

{
"data": "UPDATED SUCCESSFULLY"
}

Update Warehouse

Update an instance of Warehouses. | key: updateWarehouse

InputNotesExample
Body Fields

More fields to include in the request body.

Connection
Debug Request

Enabling this flag will log out the current request.

false
Warehouse Location ID

The id of the warehouse location.

12345
Warehouse Code

The code of the warehouse.

12345
Warehouse Name

The name of the warehouse.

Amazon

{
"data": "UPDATED SUCCESSFULLY"
}