Account

Endpoint is used to import existing place accounts from your system to Repsly – one by one.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request definition

Keys that determine which records to update or insert are marked with a blue diamond 🔹, while the required keys are marked with a red triangle 🔺

NameTypeDescription
Code​ 🔺 🔹StringUnique account code.
Name 🔺StringAccount name
ActiveBooleanActive account
LogoUrlStringPublic url to the image file that represents the account logo

Response definition

NameTypeDescription
CodeIntegerError identifier (0 = no errors)
MessageString (255)Response affirmative or error message

For a successful HTTP request (code 200), you will always receive a status response with Code equal to 0 (no error) and Message = “Account import job started asynchronously under ID: {ImportJobID}”, where {ImportJobID} is the key you can use to check the current status of the import.

To check the status of the import job you can use ​Import job status endpoint.

In case of a HTTP bad request (code 400), you will also receive a status response with Code not equal to 0 and a descriptive message. For incorrect format or other unhandled errors you will receive an HTMLRequest error page.

Headers
string

application/json, application/xml

string

application/json, application/xml

Response

Language
LoadingLoading…
Response
Choose an example:
application/json