POST api/Customers/Import/{key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | SharedCustomerSearchKey |
Required |
Body Parameters
Collection of SharedCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IsPerson | boolean |
None. |
|
| BusinessName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| ErpCode | string |
None. |
|
| Phone | string |
None. |
|
| Mobile | string |
None. |
|
| string |
None. |
||
| TaxCode | string |
None. |
|
| VatCode | string |
None. |
|
| Address | string |
None. |
|
| Zip | string |
None. |
|
| City | string |
None. |
|
| Province | string |
None. |
|
| Country | string |
None. |
|
| Fax | string |
None. |
|
| WebSite | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| AdditionalData | Collection of Entry |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SharedResponseOfSharedCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseEnum | SharedResponseEnum |
None. |
|
| ResponseObject | SharedCustomer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.