> For the complete documentation index, see [llms.txt](https://dev.ropo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ropo.com/api-reference/profile.md).

# Profile

Customer profile

## Create a new Ropo one Profile

> Creates a new Ropo One profile if the contract 'create\_customer\_api' is active for the authenticated user.

```json
{"openapi":"3.1.0","info":{"title":"Ropo One","version":"1.0.0"},"tags":[{"name":"profile","description":"Customer profile"}],"servers":[{"url":"/rest","description":"Ropo One"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","bearerFormat":"JWT","scheme":"bearer"}},"schemas":{"CreateProfileRequest":{"title":"CreateProfileRequest","description":"Profile creation payload","properties":{"allowIncompleteData":{"description":"Whether incomplete data is allowed. When true and required fields are missing, the profile is stored for later completion instead of created.","type":["boolean","null"]},"customer_info":{"$ref":"#/components/schemas/CreateProfileCustomerInfo","description":"Customer (company) information"},"customer_service_contact":{"$ref":"#/components/schemas/CreateCustomerServiceContact","description":"Customer service contact information"},"contact_person":{"$ref":"#/components/schemas/CreateCustomerContactPerson","description":"Contact person"},"agreement_acceptor":{"$ref":"#/components/schemas/CreateCustomerAgreementAcceptor","description":"Agreement acceptor"},"money_laundering_acceptor":{"$ref":"#/components/schemas/CreateCustomerMoneyLaunderingAcceptor","description":"Money laundering acceptor"},"services":{"$ref":"#/components/schemas/CreateProfileServices","description":"Services information"},"settlement_settings":{"$ref":"#/components/schemas/CreateCustomerSettlementSettings","description":"Settlement settings"},"ropo_service_fees":{"$ref":"#/components/schemas/CreateProfileRopoServiceFees","description":"Ropo service fees"},"additional_information":{"$ref":"#/components/schemas/CreateCustomerAdditionalInformation","description":"Additional information"},"users":{"description":"Users","type":["array","null"],"items":{"$ref":"#/components/schemas/CreateCustomerUser"}}},"type":"object"},"CreateProfileCustomerInfo":{"title":"CreateProfileCustomerInfo","description":"Customer (company) information","properties":{"business_id":{"description":"Business ID / Personal identification number","type":["string","null"]},"name":{"description":"Name","type":["string","null"]},"street_address":{"description":"Street address","type":["string","null"]},"postal_code":{"description":"Postal code","type":["string","null"]},"town_or_city":{"description":"Town or city","type":["string","null"]},"country":{"description":"Country","type":["string","null"]},"language":{"description":"Language","type":["string","null"]},"liable_to_pay_vat":{"description":"Is the customer liable to pay VAT","type":["boolean","null"]},"vat_number":{"description":"VAT number","type":["string","null"]},"customer_company_type":{"description":"Customer type","type":["integer","null"]}},"type":"object"},"CreateCustomerServiceContact":{"title":"CustomerServiceContact","properties":{"telephone":{"description":"Telephone","type":["string","null"]},"email":{"description":"Email","type":["string","null"]}},"type":"object"},"CreateCustomerContactPerson":{"title":"ContactPerson","properties":{"name":{"description":"Name","type":["string","null"]},"telephone":{"description":"Telephone","type":["string","null"]},"email":{"description":"Email","type":["string","null"]}},"type":"object"},"CreateCustomerAgreementAcceptor":{"title":"AgreementAcceptor","properties":{"email":{"description":"Email","type":["string","null"]}},"type":"object"},"CreateCustomerMoneyLaunderingAcceptor":{"title":"MoneyLaunderingAcceptor","properties":{"email":{"description":"Email","type":["string","null"]}},"type":"object"},"CreateProfileServices":{"title":"Services","properties":{"service_types":{"description":"Service types to activate","type":"array","items":{"type":"integer"}}},"type":"object"},"CreateCustomerSettlementSettings":{"title":"SettlementSettings","properties":{"bank_account_type":{"description":"Bank account type","type":["integer","null"]},"bank_account_number":{"description":"Bank account number","type":["string","null"]},"bank_account_owner":{"description":"Bank account owner","type":["string","null"]},"reference_length":{"description":"Reference length (SE & NO only)","type":["integer","null"]}},"type":"object"},"CreateProfileRopoServiceFees":{"title":"RopoServiceFees","properties":{"invoicing_method":{"description":"Invoicing method (1=post, 2=email, 3=B2B e-invoice, 4=Peppol)","type":["integer","null"]},"invoicing_email_address":{"description":"Invoicing email address","type":["string","null"]}},"type":"object"},"CreateCustomerAdditionalInformation":{"title":"AdditionalInformation","properties":{"profile_uuid":{"description":"Profile UUID","type":["string","null"]}},"type":"object"},"CreateCustomerUser":{"title":"User","properties":{"first_name":{"description":"First name","type":["string","null"]},"last_name":{"description":"Last name","type":["string","null"]},"street_address":{"description":"Street address","type":["string","null"]},"postal_code":{"description":"Postal code","type":["string","null"]},"town_or_city":{"description":"Town or city","type":["string","null"]},"country":{"description":"Country","type":["string","null"]},"nationality":{"description":"Nationality","type":["string","null"]},"phone_number":{"description":"Phone number","type":["string","null"]},"email":{"description":"Email","type":["string","null"]},"language":{"description":"Language","type":["string","null"]}},"type":"object"},"NewCustomerResultRest":{"title":"NewCustomerResultRest","description":"NewCustomerResultRest","properties":{"customerId":{"description":"Customer ID of the newly created customer","type":["string","null"]},"message":{"description":"Message regarding the creation result","type":["string","null"]},"status":{"description":"Status of the customer creation process","type":["string","null"]}},"type":"object"},"IncompleteCustomerResult":{"title":"IncompleteCustomerResult","description":"Response object for incomplete customer creation operations","properties":{"uuid":{"description":"Unique identifier for the incomplete customer record","type":["string","null"]},"status":{"description":"HTTP status code or operation status","type":["string","null"]},"message":{"description":"Human-readable message describing the result","type":["string","null"]},"wizard_url":{"description":"Ropo One URL where to continue the onboarding process","type":["string","null"]}},"type":"object"},"HttpApiProblem":{"title":"HttpApiProblem","description":"HttpApiProblem","properties":{"status":{"description":"The HTTP status code generated by the origin server for this occurrence of the problem","type":["integer","null"]},"type":{"description":"A URI reference that identifies the problem type","type":["string","null"]},"title":{"description":"A short, human-readable summary of the problem type","type":["string","null"]},"detail":{"description":"A human-readable explanation specific to this occurrence of the problem","type":["string","null"]},"errors":{"description":"An array of individual problems that caused this occurrence.","type":["array","null"],"items":{"$ref":"#/components/schemas/HttpApiProblemErrorDetail"}}},"type":"object"},"HttpApiProblemErrorDetail":{"title":"HttpApiProblemErrorDetail","description":"HttpApiProblemErrorDetail","properties":{"detail":{"description":"A human-readable explanation specific to this occurrence of the problem.","type":["string","null"]},"pointer":{"description":"A JSON Pointer to the value in the request document that caused the problem.","type":["string","null"]}},"type":"object"}}},"paths":{"/profile/createprofile":{"post":{"tags":["profile"],"summary":"Create a new Ropo one Profile","description":"Creates a new Ropo One profile if the contract 'create_customer_api' is active for the authenticated user.","operationId":"createCustomerAction","requestBody":{"description":"Profile creation payload","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateProfileRequest"}}}},"responses":{"200":{"description":"Customer created successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewCustomerResultRest"}}}},"201":{"description":"Incomplete customer data added successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompleteCustomerResult"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/HttpApiProblem"},{"$ref":"#/components/schemas/NewCustomerResultRest"}]}}}},"403":{"description":"Create customer contract not active","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HttpApiProblem"}}}}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dev.ropo.com/api-reference/profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
