| name | data type | description |
|---|---|---|
| string | ||
| paymentMethod | number | |
| |
|
|
| customerCode | string | Customer Code |
| sellerCode | string | Seller Code |
| customerBrandCode | string | SelCustomer Brand Code |
| customerCategoryCode | string | Custmork Code |
| currencyCode | string | Currency Code |
| countryCode | string | SeCountry Cideller Code |
| languageCode | string | Language Code |
| titleCode | string | Title Code |
| firstName | string | First Code |
| lastName | string | Last Name |
| birthDate | number | Birth Date |
| phoneNumber | string | Phone Number |
| billingCycleCode | string | Billing Cycle Code |
| address1 | string | Address 1 |
| address2 | string | Address 2 |
| address3 | string | Address 3 |
| zipCode | string | Zip Code |
| state | string | State |
| city | string | City |
| usePrefix | boolean | True if use prefix |
| invoicingThreshold | number | Invoicing Threshold |
| discountPlan | string | Discount Plan |
| customFields | CustomFieldsDto | Custom Fiends |
Example
{
"email" : "...",
"paymentMethod" : 12345,
"customerCode" : "...",
"sellerCode" : "...",
"customerBrandCode" : "...",
"customerCategoryCode" : "...",
"currencyCode" : "...",
"countryCode" : "...",
"languageCode" : "...",
"titleCode" : "...",
"firstName" : "...",
"lastName" : "...",
"birthDate" : 12345,
"phoneNumber" : "...",
"billingCycleCode" : "...",
"address1" : "...",
"address2" : "...",
"address3" : "...",
"zipCode" : "...",
"state" : "...",
"city" : "...",
"usePrefix" : true,
"invoicingThreshold" : 12345.0,
"discountPlan" : "...",
"customFields" : {
"customField" : [ {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "STORE_ONLY"
}, {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "STORE_ONLY"
} ],
"inheritedCustomField" : [ {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "STORE_ONLY"
}, {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "INDEX"
} ]
}
}