SAP · Example Payload

Sap Business One Service Layer Business Partner Example

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Sap Business One Service Layer Business Partner Example is an example object payload from SAP, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CardCodeCardNameCardTypeGroupCodePhone1EmailAddressFederalTaxIDCurrencyValid

Example Payload

Raw ↑
{
  "CardCode": "example_value",
  "CardName": "example_value",
  "CardType": "example_value",
  "GroupCode": 10,
  "Phone1": "example_value",
  "EmailAddress": "user@example.com",
  "FederalTaxID": "500123",
  "Currency": "example_value",
  "Valid": "500123"
}