get https://api.repsly.com/v3/export/client/
Endpoint is used to export your client from Repsly by code.
More Info
Any planned changes to existing endpoints are marked with an orange diamond 🔸.
Response definition
| Name | Type | Description |
|---|---|---|
| ID | Guid | Unique place identifier |
| Code | String | Unique place code |
| Name | String | Place name |
| Active | Boolean | Marks a place as active or inactive |
| Tags | Array of String | Tags associated with this place |
| Note | String | Additional note for the place |
| Status\StatusID | Guid | Unique status identifier |
| Status\StatusName | String | Status name in sales cycle |
| Address\StreetAddress | String | Place street address |
| Address\ZIP | String | Place ZIP code |
| Address\ZIPExt | String | Place ZIP extension |
| Address\City | String | Place city |
| Address\State | String | Place state |
| Address\Country | String | Place country |
| Address\GPSLongitude | String | Longitude coordinate |
| Address\GPSLatitude | String | Latitude coordinate |
| Contact\Email | String | Contact email address |
| Contact\Phone | String | Contact phone number |
| Contact\Mobile | String | Contact mobile phone number |
| Contact\Website | String | Contact website |
| Contact\ContactName | String | Contact person name |
| Contact\ContactTitle | String | Contact person title |
| Territory\TerritoryID | Guid | Unique territory identifier |
| Territory\TerritoryName | String | Territory name |
| Territory\TerritoryPath | String | Territory path (IDs, delimited) |
| Territory\TerritoryNamedPath | String | Territory path (names, delimited) |
| Account\AccountID | Guid | Unique account identifier |
| Account\AccountCode | String | Account code assigned to this place |
| AssignedRepresentatives\Item\RepresentativeID | Guid | Unique representative identifier |
| AssignedRepresentatives\Item\RepresentativeName | String | Representative name assigned to this place |
| AssignedRepresentatives\Item\RepresentativeCode | String | Representative code assigned to this place |
| AssignedRepresentatives\Item\Email | String | Representative email address |
| CustomAttributes\Item\AttributeGroupID | Guid | Custom attribute group identifier |
| CustomAttributes\Item\AttributeID | Guid | Custom attribute identifier |
| CustomAttributes\Item\AttributeTitle | String | Custom attribute title |
| CustomAttributes\Item\AttributeValue | String | Custom attribute value |