POST v1/customers
Allows customer creation and full update
Request Information
URI Parameters
None.
Body Parameters
Use ID = 0 to create a customer, use existing ID to update. Customer Name, Status are required. Available Categories, ReferralSource, Industry can be pulled using different API's listed in API Help Page. Please ensure all the properties are correctly supplied in the request body when performing and update, This is an full update so existing customer will be updated fully with the object being supplied with this request Also ensure correct PhoneID, EmailID are being used when updating a customer. If incorrect ID's are used you will get a validation error. If you wish to add new Phone/Email use 0 as ID.
CustomerName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
Required |
|
Number | string |
None. |
|
IsVendor | boolean |
None. |
|
IsConsumerAccount | boolean |
None. |
|
PrimaryContact |
Read Only |
IdNamePair |
None. |
Status | IdNamePair |
Required |
|
Categories |
This is required based on CRM Settings setup in the application |
Collection of IdNamePair |
None. |
ReferralSource |
This is required based on CRM Settings setup in the application |
IdNamePair |
None. |
Industry | IdNamePair |
None. |
|
CustomerSince | date |
None. |
|
OnCreditHold |
This property will be deprecated in the future |
boolean |
None. |
CreditLimit | decimal number |
None. |
|
WebSite | string |
Matching regular expression pattern: ^http(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_!]*)?$ |
|
IsTaxExempt | boolean |
None. |
|
IsFinanceChargeExempt | boolean |
None. |
|
PaymentTerm | IdNamePair |
None. |
|
BillToLocation | IdNamePair |
None. |
|
ShipToLocation | IdNamePair |
None. |
|
Phones | Collection of Phone |
None. |
|
PrimaryAddress | Address |
None. |
|
PriceList |
Price List |
IdNamePair |
None. |
CustomFields | Collection of CustomField |
None. |
|
DateCreated |
The date and time (in company time zone) when the customer was created. |
date |
None. |
CreatedBy | IdNamePair |
None. |
|
LastUpdatedDate |
The date and time (in company time zone) when the customer was last updated. |
date |
None. |
LastUpdatedBy | IdNamePair |
None. |
|
Currency |
Read Only - Currency Information. |
Currency |
None. |
Request Formats
application/json, text/json
{ "id": 1, "name": "sample string 2", "number": "sample string 3", "isVendor": true, "isConsumerAccount": true, "primaryContact": { "id": 1, "name": "sample string 2" }, "status": { "id": 1, "name": "sample string 2" }, "categories": [ { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" } ], "referralSource": { "id": 1, "name": "sample string 2" }, "industry": { "id": 1, "name": "sample string 2" }, "customerSince": "2022-07-01T16:13:34.5150777-04:00", "onCreditHold": true, "creditLimit": 7.0, "webSite": "sample string 8", "isTaxExempt": true, "isFinanceChargeExempt": true, "paymentTerm": { "id": 1, "name": "sample string 2" }, "billToLocation": { "id": 1, "name": "sample string 2" }, "shipToLocation": { "id": 1, "name": "sample string 2" }, "phones": [ { "id": 1, "phoneType": { "id": 1, "name": "sample string 2" }, "countryDialCode": 2, "number": "sample string 3", "extension": "sample string 4", "isPreferred": true, "active": true }, { "id": 1, "phoneType": { "id": 1, "name": "sample string 2" }, "countryDialCode": 2, "number": "sample string 3", "extension": "sample string 4", "isPreferred": true, "active": true } ], "primaryAddress": { "address1": "sample string 1", "address2": "sample string 2", "address3": "sample string 3", "city": "sample string 4", "state": "sample string 5", "postalCode": "sample string 6", "country": "sample string 7", "latitude": 8.0, "longitude": 9.0, "fullAddress": "sample string 10" }, "priceList": { "id": 1, "name": "sample string 2" }, "customFields": [ { "id": 1, "name": "sample string 2", "fieldType": { "id": 1, "name": "sample string 2" }, "sourceId": 3, "value": "sample string 4", "valueText": "sample string 5", "isRequired": true }, { "id": 1, "name": "sample string 2", "fieldType": { "id": 1, "name": "sample string 2" }, "sourceId": 3, "value": "sample string 4", "valueText": "sample string 5", "isRequired": true } ], "dateCreated": "2022-07-01T16:13:34.5150777-04:00", "createdBy": { "id": 1, "name": "sample string 2" }, "lastUpdatedDate": "2022-07-01T16:13:34.5150777-04:00", "lastUpdatedBy": { "id": 1, "name": "sample string 2" }, "currency": { "currencyISOCode": "sample string 1", "exchangeRate": 2.0 } }
application/xml, text/xml
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAPI.Models.CRM"> <BillToLocation xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </BillToLocation> <Categories xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:IdNamePair> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </d2p1:IdNamePair> <d2p1:IdNamePair> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </d2p1:IdNamePair> </Categories> <CreatedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </CreatedBy> <CreditLimit>7</CreditLimit> <Currency xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_CurrencyISOCode_x003E_k__BackingField>sample string 1</d2p1:_x003C_CurrencyISOCode_x003E_k__BackingField> <d2p1:_x003C_ExchangeRate_x003E_k__BackingField>2</d2p1:_x003C_ExchangeRate_x003E_k__BackingField> </Currency> <CustomFields xmlns:d2p1="http://schemas.datacontract.org/2004/07/BAPI.Models.Core"> <d2p1:CustomField> <d2p1:FieldType xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField> <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField> </d2p1:FieldType> <d2p1:Id>1</d2p1:Id> <d2p1:IsRequired>true</d2p1:IsRequired> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:SourceId>3</d2p1:SourceId> <d2p1:Value>sample string 4</d2p1:Value> <d2p1:ValueText>sample string 5</d2p1:ValueText> </d2p1:CustomField> <d2p1:CustomField> <d2p1:FieldType xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField> <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField> </d2p1:FieldType> <d2p1:Id>1</d2p1:Id> <d2p1:IsRequired>true</d2p1:IsRequired> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:SourceId>3</d2p1:SourceId> <d2p1:Value>sample string 4</d2p1:Value> <d2p1:ValueText>sample string 5</d2p1:ValueText> </d2p1:CustomField> </CustomFields> <CustomerSince>2022-07-01T16:13:34.5150777-04:00</CustomerSince> <DateCreated>2022-07-01T16:13:34.5150777-04:00</DateCreated> <Id>1</Id> <Industry xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </Industry> <IsConsumerAccount>true</IsConsumerAccount> <IsFinanceChargeExempt>true</IsFinanceChargeExempt> <IsTaxExempt>true</IsTaxExempt> <IsVendor>true</IsVendor> <LastUpdatedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </LastUpdatedBy> <LastUpdatedDate>2022-07-01T16:13:34.5150777-04:00</LastUpdatedDate> <Name>sample string 2</Name> <Number>sample string 3</Number> <OnCreditHold>true</OnCreditHold> <PaymentTerm xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </PaymentTerm> <Phones xmlns:d2p1="http://schemas.datacontract.org/2004/07/BAPI.Models.Core"> <d2p1:Phone> <d2p1:Active>true</d2p1:Active> <d2p1:CountryDialCode>2</d2p1:CountryDialCode> <d2p1:Extension>sample string 4</d2p1:Extension> <d2p1:Id>1</d2p1:Id> <d2p1:IsPreferred>true</d2p1:IsPreferred> <d2p1:Number>sample string 3</d2p1:Number> <d2p1:PhoneType xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField> <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField> </d2p1:PhoneType> </d2p1:Phone> <d2p1:Phone> <d2p1:Active>true</d2p1:Active> <d2p1:CountryDialCode>2</d2p1:CountryDialCode> <d2p1:Extension>sample string 4</d2p1:Extension> <d2p1:Id>1</d2p1:Id> <d2p1:IsPreferred>true</d2p1:IsPreferred> <d2p1:Number>sample string 3</d2p1:Number> <d2p1:PhoneType xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField> <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField> </d2p1:PhoneType> </d2p1:Phone> </Phones> <PriceList xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </PriceList> <PrimaryAddress xmlns:d2p1="http://schemas.datacontract.org/2004/07/BAPI.Models.Core"> <d2p1:Address1>sample string 1</d2p1:Address1> <d2p1:Address2>sample string 2</d2p1:Address2> <d2p1:Address3>sample string 3</d2p1:Address3> <d2p1:City>sample string 4</d2p1:City> <d2p1:Country>sample string 7</d2p1:Country> <d2p1:FullAddress>sample string 10</d2p1:FullAddress> <d2p1:Latitude>8</d2p1:Latitude> <d2p1:Longitude>9</d2p1:Longitude> <d2p1:PostalCode>sample string 6</d2p1:PostalCode> <d2p1:State>sample string 5</d2p1:State> </PrimaryAddress> <PrimaryContact xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </PrimaryContact> <ReferralSource xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </ReferralSource> <ShipToLocation xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </ShipToLocation> <Status xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </Status> <WebSite>sample string 8</WebSite> </Customer>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
CustomerName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
Required |
|
Number | string |
None. |
|
IsVendor | boolean |
None. |
|
IsConsumerAccount | boolean |
None. |
|
PrimaryContact |
Read Only |
IdNamePair |
None. |
Status | IdNamePair |
Required |
|
Categories |
This is required based on CRM Settings setup in the application |
Collection of IdNamePair |
None. |
ReferralSource |
This is required based on CRM Settings setup in the application |
IdNamePair |
None. |
Industry | IdNamePair |
None. |
|
CustomerSince | date |
None. |
|
OnCreditHold |
This property will be deprecated in the future |
boolean |
None. |
CreditLimit | decimal number |
None. |
|
WebSite | string |
Matching regular expression pattern: ^http(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_!]*)?$ |
|
IsTaxExempt | boolean |
None. |
|
IsFinanceChargeExempt | boolean |
None. |
|
PaymentTerm | IdNamePair |
None. |
|
BillToLocation | IdNamePair |
None. |
|
ShipToLocation | IdNamePair |
None. |
|
Phones | Collection of Phone |
None. |
|
PrimaryAddress | Address |
None. |
|
PriceList |
Price List |
IdNamePair |
None. |
CustomFields | Collection of CustomField |
None. |
|
DateCreated |
The date and time (in company time zone) when the customer was created. |
date |
None. |
CreatedBy | IdNamePair |
None. |
|
LastUpdatedDate |
The date and time (in company time zone) when the customer was last updated. |
date |
None. |
LastUpdatedBy | IdNamePair |
None. |
|
Currency |
Read Only - Currency Information. |
Currency |
None. |
Response Formats
application/json, text/json
{ "id": 1, "name": "sample string 2", "number": "sample string 3", "isVendor": true, "isConsumerAccount": true, "primaryContact": { "id": 1, "name": "sample string 2" }, "status": { "id": 1, "name": "sample string 2" }, "categories": [ { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" } ], "referralSource": { "id": 1, "name": "sample string 2" }, "industry": { "id": 1, "name": "sample string 2" }, "customerSince": "2022-07-01T16:13:34.5306824-04:00", "onCreditHold": true, "creditLimit": 7.0, "webSite": "sample string 8", "isTaxExempt": true, "isFinanceChargeExempt": true, "paymentTerm": { "id": 1, "name": "sample string 2" }, "billToLocation": { "id": 1, "name": "sample string 2" }, "shipToLocation": { "id": 1, "name": "sample string 2" }, "phones": [ { "id": 1, "phoneType": { "id": 1, "name": "sample string 2" }, "countryDialCode": 2, "number": "sample string 3", "extension": "sample string 4", "isPreferred": true, "active": true }, { "id": 1, "phoneType": { "id": 1, "name": "sample string 2" }, "countryDialCode": 2, "number": "sample string 3", "extension": "sample string 4", "isPreferred": true, "active": true } ], "primaryAddress": { "address1": "sample string 1", "address2": "sample string 2", "address3": "sample string 3", "city": "sample string 4", "state": "sample string 5", "postalCode": "sample string 6", "country": "sample string 7", "latitude": 8.0, "longitude": 9.0, "fullAddress": "sample string 10" }, "priceList": { "id": 1, "name": "sample string 2" }, "customFields": [ { "id": 1, "name": "sample string 2", "fieldType": { "id": 1, "name": "sample string 2" }, "sourceId": 3, "value": "sample string 4", "valueText": "sample string 5", "isRequired": true }, { "id": 1, "name": "sample string 2", "fieldType": { "id": 1, "name": "sample string 2" }, "sourceId": 3, "value": "sample string 4", "valueText": "sample string 5", "isRequired": true } ], "dateCreated": "2022-07-01T16:13:34.5306824-04:00", "createdBy": { "id": 1, "name": "sample string 2" }, "lastUpdatedDate": "2022-07-01T16:13:34.5306824-04:00", "lastUpdatedBy": { "id": 1, "name": "sample string 2" }, "currency": { "currencyISOCode": "sample string 1", "exchangeRate": 2.0 } }
application/xml, text/xml
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAPI.Models.CRM"> <BillToLocation xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </BillToLocation> <Categories xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:IdNamePair> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </d2p1:IdNamePair> <d2p1:IdNamePair> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </d2p1:IdNamePair> </Categories> <CreatedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </CreatedBy> <CreditLimit>7</CreditLimit> <Currency xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_CurrencyISOCode_x003E_k__BackingField>sample string 1</d2p1:_x003C_CurrencyISOCode_x003E_k__BackingField> <d2p1:_x003C_ExchangeRate_x003E_k__BackingField>2</d2p1:_x003C_ExchangeRate_x003E_k__BackingField> </Currency> <CustomFields xmlns:d2p1="http://schemas.datacontract.org/2004/07/BAPI.Models.Core"> <d2p1:CustomField> <d2p1:FieldType xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField> <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField> </d2p1:FieldType> <d2p1:Id>1</d2p1:Id> <d2p1:IsRequired>true</d2p1:IsRequired> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:SourceId>3</d2p1:SourceId> <d2p1:Value>sample string 4</d2p1:Value> <d2p1:ValueText>sample string 5</d2p1:ValueText> </d2p1:CustomField> <d2p1:CustomField> <d2p1:FieldType xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField> <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField> </d2p1:FieldType> <d2p1:Id>1</d2p1:Id> <d2p1:IsRequired>true</d2p1:IsRequired> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:SourceId>3</d2p1:SourceId> <d2p1:Value>sample string 4</d2p1:Value> <d2p1:ValueText>sample string 5</d2p1:ValueText> </d2p1:CustomField> </CustomFields> <CustomerSince>2022-07-01T16:13:34.5306824-04:00</CustomerSince> <DateCreated>2022-07-01T16:13:34.5306824-04:00</DateCreated> <Id>1</Id> <Industry xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </Industry> <IsConsumerAccount>true</IsConsumerAccount> <IsFinanceChargeExempt>true</IsFinanceChargeExempt> <IsTaxExempt>true</IsTaxExempt> <IsVendor>true</IsVendor> <LastUpdatedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </LastUpdatedBy> <LastUpdatedDate>2022-07-01T16:13:34.5306824-04:00</LastUpdatedDate> <Name>sample string 2</Name> <Number>sample string 3</Number> <OnCreditHold>true</OnCreditHold> <PaymentTerm xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </PaymentTerm> <Phones xmlns:d2p1="http://schemas.datacontract.org/2004/07/BAPI.Models.Core"> <d2p1:Phone> <d2p1:Active>true</d2p1:Active> <d2p1:CountryDialCode>2</d2p1:CountryDialCode> <d2p1:Extension>sample string 4</d2p1:Extension> <d2p1:Id>1</d2p1:Id> <d2p1:IsPreferred>true</d2p1:IsPreferred> <d2p1:Number>sample string 3</d2p1:Number> <d2p1:PhoneType xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField> <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField> </d2p1:PhoneType> </d2p1:Phone> <d2p1:Phone> <d2p1:Active>true</d2p1:Active> <d2p1:CountryDialCode>2</d2p1:CountryDialCode> <d2p1:Extension>sample string 4</d2p1:Extension> <d2p1:Id>1</d2p1:Id> <d2p1:IsPreferred>true</d2p1:IsPreferred> <d2p1:Number>sample string 3</d2p1:Number> <d2p1:PhoneType xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField> <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField> </d2p1:PhoneType> </d2p1:Phone> </Phones> <PriceList xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </PriceList> <PrimaryAddress xmlns:d2p1="http://schemas.datacontract.org/2004/07/BAPI.Models.Core"> <d2p1:Address1>sample string 1</d2p1:Address1> <d2p1:Address2>sample string 2</d2p1:Address2> <d2p1:Address3>sample string 3</d2p1:Address3> <d2p1:City>sample string 4</d2p1:City> <d2p1:Country>sample string 7</d2p1:Country> <d2p1:FullAddress>sample string 10</d2p1:FullAddress> <d2p1:Latitude>8</d2p1:Latitude> <d2p1:Longitude>9</d2p1:Longitude> <d2p1:PostalCode>sample string 6</d2p1:PostalCode> <d2p1:State>sample string 5</d2p1:State> </PrimaryAddress> <PrimaryContact xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </PrimaryContact> <ReferralSource xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </ReferralSource> <ShipToLocation xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </ShipToLocation> <Status xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core"> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField> </Status> <WebSite>sample string 8</WebSite> </Customer>