Create Organization

Version 1.0.0
download iconDownload spec

Endpoint

POST
undefined/organization

arrowSecurity

http

scheme:bearer
arrowRequest

Body Parameters

Responses

Successful Response

arrowBody

application/json

    REQUEST

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    curl --request POST \
         --url https://example.com/organization \
         --header 'accept: application/json' \
         --header 'content-type: application/json' \
         --data '
    {
      "name": "string",
      "city": "string",
      "state": "string",
      "source": "duns_number",
      "country": "string",
      "street1": "string",
      "street2": "string",
      "postCode": "string",
      "source_id": "string"
    }
    '