API Reference

Create a new organisation

Create a new organisation.
Sample Curl
curl --location 'https: //mygatewayurl.com/V1/storeview/default/organisation' --header 'Content-Type: application/json' --data '{ "organisation": { "store_code": "default", "name": "ORG-10D244", "legal_name": "ORG-10D244", "status": 1, "street": ["3 Albert road"], "region_id": 572, "city": "South Melbourne", "country_id": "AU", "postcode": "3205", "telephone": "+6198554544", "vat_id": "123654789", "fax": "+6198554545", "administrator_id": 180 }}'

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!