createOrganization
post
                    /ccadmin/v1/organizations
Create Organization. This operation is used to create an Organization in Oracle Commerce Cloud for a customer.As few properties are site specific they will be mapped to the default site, however if 'x-ccsite' header is sent then site specific properties will be mapped to the site sent in header.
                Request
Supported Media Types
                - application/json
Query Parameters
                - 
                        exclude(optional): string
                        
                        As an alternative to the fields parameter, which explicitly specifies the properties to include, you can use the exclude parameter to include all properties except the ones specified. For example, to return all of the properties of organization except paymentMethods.
- 
                        expand(optional): string
                        
                        Expand query parameter is used to return only ID. Possible values for this expand query parameter is 'none'
- 
                        fields(optional): string
                        
                        You can use the fields parameter to restrict the set of properties returned to only those you explicitly specify. The properties are specified as a comma-separated list. For example, id and name properties of organization.
- 
                        filterKey(optional): string
                        
                        Rather than using fields or exclude to explicitly list properties in the URL of a REST call, you can create persistent filters that store the set of properties to include or exclude. You can then specify a filter by name in the URL using the filterKey query parameter. Use Response Filters Admin API to create new persistent filters and use them.
Root Schema : createOrganization_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            active(optional): 
            boolean
            Active status of an Organization. Should be true or false. By default the value is set to true. If passed null then no action will be performed.
- 
            allowPunchoutShopping(optional): 
            boolean
            Allow Punchout Shopping flag
- 
            approvalRequired(optional): 
            boolean
            Approval flag is required for the organization, by default it is set to false
- 
            authorizationCode(optional): 
            string
            Authorization code of the organization. Possible values we can update using this endpoint is null or NO_AUTH_CODE
- 
            billingAddress(optional): 
            object  billingAddress
            
            Default Billing Address
- 
            contract(optional): 
            object  contract
            
            Contract Info
- 
            customerType(optional): 
            string
            Customer Type for an Organization. Accepts one of these values [Standard, Preferred, Enterprise, OEM, Distributor, Supplier]
- 
            delegateApprovalManagement(optional): 
            boolean
            This flag indicates if the delegated admin has the provision of approval management, if set merchant admin cannot do any approval management.
- 
            description(optional): 
            string
            Description for Organization
- 
            dunsNumber(optional): 
            string
            DUNS Number for Organization. Should be 9 digit number
- 
            dynamicProperty(optional): 
            object  dynamicProperty
            
            The value of the dynamic Property
- 
            externalOrganizationId(optional): 
            string
            External organization id
- 
            members(optional): 
            array  members
            
            List of contact ids associated with an Organization
- 
            name: 
            string
            The name for Organization
- 
            orderPriceLimit(optional): 
            number
            Its order limit value for the organization, if order limit is more than this value then approval is needed for the order
- 
            organizationLogo(optional): 
            string
            File path of an Organization logo image
- 
            parentOrganization(optional): 
            object  parentOrganization
            
            Parent Organization.
- 
            paymentMethods(optional): 
            array  paymentMethods
            
            Payment methods associated for organization.
- 
            secondaryAddresses(optional): 
            array  secondaryAddresses
            
            List of all the addresses associated with an Organization, if property like 'isDefaultShippingAddress' or 'isDefaultBillingAddress' is set to 'true', then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'
- 
            shippingAddress(optional): 
            object  shippingAddress
            
            Default Shipping Address
- 
            shippingMethods(optional): 
            array  shippingMethods
            
            Shipping methods associated for organization.
- 
            taxExemptionCode(optional): 
            string
            Tax exemption code for Organization
- 
            taxReferenceNumber(optional): 
            string
            Tax Reference number for Organization
- 
            type(optional): 
            string
            Type for Organization. Accepts one of these values [none, company, division, department, group]
- 
            uniqueId(optional): 
            string
            Unique Id of an Organization
- 
            useAllPaymentMethodsFromSite(optional): 
            boolean
            Flag to use all the payment methods available for site. If this request parameter is not avaliable, defualt value for this flag will be true while creating a contract for Principal Accounts.
- 
            useAllShippingMethodsFromSite(optional): 
            string
            Flag to use all the shipping methods available for site. If this request parameter is not avaliable, defualt value for this flag will be true while creating a contract for Principal Accounts.
- 
            vatReferenceNumber(optional): 
            string
            Vat reference number of an Organization
Example:
    
    
{
    "taxReferenceNumber":"REFNUM123",
    "authorizationCode":"NO_AUTH_CODE",
    "organizationLogo":"/general/hero-image1.jpg",
    "delegateApprovalManagement":false,
    "secondaryAddresses":[
        {
            "address":{
                "isDefaultBillingAddress":true,
                "country":"US",
                "types":[
                    {
                        "id":"at200001"
                    }
                ],
                "address3":"Street 3",
                "address2":"Street 2",
                "city":"Montgomery",
                "address1":"600 Dexter Avenue",
                "postalCode":"36130",
                "companyName":"Oracle",
                "externalAddressId":"EXT_ADDR_1",
                "phoneNumber":"973-974-1234",
                "isDefaultShippingAddress":true,
                "state":"AL"
            },
            "addressType":"Office Address"
        }
    ],
    "externalOrganizationId":"externalOrg1",
    "parentOrganization":{
        "id":"100001"
    },
    "type":"none",
    "customerType":"Standard",
    "members":[
        "110000"
    ],
    "paymentMethods":[
        "card",
        "cash"
    ],
    "dunsNumber":"123456789",
    "shippingMethods":[
        {
            "id":"shippingMethodId1"
        }
    ],
    "dynamicProperty1":"dynamicProperty1 value",
    "contract":{
        "catalogId":"cloudCatalog",
        "priceListGroupId":"defaultPriceGroup",
        "endDate":"2017-10-10T11:44:26.000Z",
        "displayName":"Us Motor Works Contract",
        "description":"This is a written or spoken agreement, especially one concerning employment, sales, or tenancy, that is intended to be enforceable by law.",
        "contract_terms":{
            "terms":"All copyright, trade marks, design rights, patents and other intellectual property rights (registered and unregistered) belong to Us Motor Works Contract"
        },
        "startDate":"2016-10-10T11:44:26.000Z",
        "externalContractReference":"UMWCUS001"
    },
    "active":true,
    "vatReferenceNumber":"Vat123123",
    "taxExemptionCode":"TAXUQ12345",
    "orderPriceLimit":null,
    "allowPunchoutShopping":true,
    "useAllShippingMethodsFromSite":false,
    "approvalRequired":false,
    "useAllPaymentMethodsFromSite":false,
    "name":"Oracle",
    "shippingAddress":null,
    "useExternalApprovalWebhook":false,
    "billingAddress":null,
    "uniqueId":"TestIDNumber"
}Nested Schema : billingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDefault Billing Address
    
    
    
    
        Show Source
        - 
            repositoryId(optional): 
            string
            Repository Id of the address.
Nested Schema : contract
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectContract Info
    
    
    
    
        Show Source
        - 
            catalogId: 
            string
            Catalog Id of the contract associated with account
- 
            contract_terms(optional): 
            object  contract_terms
            
            Terms & Conditions for contract
- 
            description(optional): 
            string
            Description for contract
- 
            displayName: 
            string
            Display name for contract
- 
            endDate(optional): 
            string
            Contract end date time stamp
- 
            externalContractReference(optional): 
            string
            External contract reference
- 
            priceListGroupId: 
            string
            Price list group Id associated with account
- 
            startDate(optional): 
            string
            Contract start date time stamp
Nested Schema : dynamicProperty
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe value of the dynamic Property
    
    
    
    
    
    
    
    
    
    
Nested Schema : parentOrganization
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectParent Organization.
    
    
    
    
        Show Source
        - 
            id(optional): 
            string
            Id of the parent organization.
Nested Schema : secondaryAddresses
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayList of all the addresses associated with an Organization, if property like 'isDefaultShippingAddress' or 'isDefaultBillingAddress' is set to 'true', then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : shippingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDefault Shipping Address
    
    
    
    
        Show Source
        - 
            repositoryId(optional): 
            string
            Repository Id of the address.
Nested Schema : shippingMethods
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayShipping methods associated for organization.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : contract_terms
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectTerms & Conditions for contract
    
    
    
    
        Show Source
        - 
            terms(optional): 
            string
            Terms & Conditions
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            address(optional): 
            object  address
            
            Address created for the Organization.
- 
            addressType: 
            string
            Address type represents nick name of account if present else repository ID of address item. This is a mandatory field
Nested Schema : address
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectAddress created for the Organization.
    
    
    
    
        Show Source
        - 
            address1: 
            string
            The address1 of the secondary address. This is a mandatory field.
- 
            address2(optional): 
            string
            The address2 of the secondary address
- 
            address3(optional): 
            string
            The address3 of the secondary address
- 
            city: 
            string
            The city of the secondary address. This is a mandatory field.
- 
            companyName: 
            string
            Company name of the secondary address. This is a mandatory field
- 
            country: 
            string
            The country of the address. This is a mandatory field.
- 
            externalAddressId(optional): 
            string
            External address id
- 
            isDefaultBillingAddress(optional): 
            boolean
            Marks an address as default billing address. Default value is false. Accepts true or false
- 
            isDefaultShippingAddress(optional): 
            boolean
            Marks an address as default shipping address. Default value is false. Accepts true or false
- 
            phoneNumber(optional): 
            string
            Phone Number of the address.
- 
            postalCode: 
            string
            Postal Code of the address. This is a mandatory field
- 
            state: 
            string
            The State of the address. This is a mandatory field
- 
            types(optional): 
            array  types
            
            The types tagged to the address
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            id(optional): 
            string
            repository Id of the address type
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            id(optional): 
            string
            Repository Id of the shipping method.
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : createOrganization_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            active(optional): 
            boolean
            Active status of an Organization. Should be true or false. By default the value is set to true
- 
            allowPunchoutShopping(optional): 
            boolean
            Allow Punchout Shopping flag
- 
            ancestorOrganizations(optional): 
            array  ancestorOrganizations
            
            List of ancestors for the Organization
- 
            approvalRequired(optional): 
            boolean
            Approval flag is required for the organization, by default it is set to false
- 
            authorizationCode(optional): 
            string
            Authorization code of the organization.
- 
            billingAddress(optional): 
            object  billingAddress
            
            The default billing address for the Organization. This a read only attribute. This will come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute.
- 
            contract(optional): 
            object  contract
            
            Contract
- 
            customerType(optional): 
            string
            Customer Type for Organization
- 
            delegateApprovalManagement(optional): 
            boolean
            This flag indicates if the delegated admin has the provision of approval management, if set merchant admin cannot do any approval management.
- 
            derivedAllowPunchoutShopping(optional): 
            boolean
            Derived Allow Punchout Shopping flag
- 
            derivedAuthorizationCode(optional): 
            string
            Derived Authorization code of the organization.
- 
            derivedBillingAddress(optional): 
            object  derivedBillingAddress
            
            The derived default billing address for the Organization. This a read only attribute. This will come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute or if parent has default billing address.
- 
            derivedBillingAddressType(optional): 
            string
            Address type for derived billing address
- 
            derivedContract(optional): 
            object  derivedContract
            
            Derived Contract
- 
            derivedCustomerType(optional): 
            string
            Derived Customer type of the Organization
- 
            derivedDescription(optional): 
            string
            Drived description of the Organization
- 
            derivedDunsNumber(optional): 
            string
            Derived dunsNumber of the Organization
- 
            derivedOrganizationLogo(optional): 
            string
            derived oragnizationLogo of the Organization
- 
            derivedPaymentMethods(optional): 
            array  derivedPaymentMethods
            
            Derived payment methods associated for organization.
- 
            derivedShippingAddress(optional): 
            object  derivedShippingAddress
            
            The derived default shipping address for the Organization. This a read only attribute. This will come if property 'isDefaultShippingAddress' is set to 'true' in secondaryAddresses attribute or if parent has default shipping address.
- 
            derivedShippingAddressType(optional): 
            string
            Address type for derived shipping address
- 
            derivedShippingMethods(optional): 
            array  derivedShippingMethods
            
            Derived shipping methods associated for organization.
- 
            derivedTaxExemptionCode(optional): 
            string
            Derived taxExemptionCode of the Organization
- 
            derivedTaxReferenceNumber(optional): 
            string
            Derived taxReferenceNumber of the Organization
- 
            derivedType(optional): 
            string
            Derived type of the Organization
- 
            derivedUniqueId(optional): 
            string
            Derived unique Id of the Organization
- 
            derivedUseAllPaymentMethodsFromSite(optional): 
            boolean
            Derived flag to use all the payment methods available for site.
- 
            derivedUseAllShippingMethodsFromSite(optional): 
            string
            Derived flag to use all the shipping methods available for site.
- 
            derivedVatReferenceNumber(optional): 
            string
            derivedVatReferenceNumber of the Organization
- 
            description(optional): 
            string
            Description for Organization
- 
            dunsNumber(optional): 
            string
            DUNS Number for Organization.
- 
            dynamicProperty(optional): 
            object  dynamicProperty
            
            The value of the dynamic Property
- 
            externalOrganizationId(optional): 
            string
            External organization id
- 
            id(optional): 
            string
            Id of the Organization
- 
            members(optional): 
            array  members
            
            List of contact ids associated with an Organization
- 
            name(optional): 
            string
            The name for Organization
- 
            orderPriceLimit(optional): 
            number
            Its order limit value for the organization, if order limit is more than this value then approval is needed for the order
- 
            organizationLogo(optional): 
            string
            File path of organization logo.
- 
            organizationLogoURL(optional): 
            string
            Full URL of organization logo.
- 
            parentOrganization(optional): 
            object  parentOrganization
            
            Parent organization Info.
- 
            paymentMethods(optional): 
            array  paymentMethods
            
            Payment methods associated for organization.
- 
            relativeRoles(optional): 
            array  relativeRoles
            
            List of organization roles.
- 
            repositoryId(optional): 
            string
            repository Id of the Organization
- 
            secondaryAddresses(optional): 
            array  secondaryAddresses
            
            List of all the addresses associated with an Organization, if property like 'isDefaultShippingAddress' or 'isDefaultBillingAddress' is set to 'true', then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'
- 
            shippingAddress(optional): 
            object  shippingAddress
            
            The default shipping address for the Organization. This a read only attribute. This will come if property 'isDefaultShippingAddress' is set to 'true' in secondaryAddresses attribute.
- 
            shippingMethods(optional): 
            array  shippingMethods
            
            Shipping methods associated for organization.
- 
            taxExemptionCode(optional): 
            string
            Tax exemption code for Organization
- 
            taxReferenceNumber(optional): 
            string
            Tax Reference number for Organization
- 
            type(optional): 
            string
            Type for Organization
- 
            uniqueId(optional): 
            string
            Unique Id of the Organization
- 
            useAllPaymentMethodsFromSite(optional): 
            boolean
            Flag to use all the payment methods available for site.
- 
            useAllShippingMethodsFromSite(optional): 
            string
            Flag to use all the shipping methods available for site.
- 
            useExternalApprovalRequired(optional): 
            boolean
            Flag to enable/disable Order Approval check from External Webhook
- 
            vatReferenceNumber(optional): 
            string
            Vat reference number for the organization
Nested Schema : ancestorOrganizations
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayList of ancestors for the Organization
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : billingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe default billing address for the Organization. This a read only attribute. This will come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute.
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            the address1 of the address
- 
            address2(optional): 
            string
            the address2 of the address
- 
            address3(optional): 
            string
            the address3 of the address
- 
            city(optional): 
            string
            the city of the address
- 
            companyName(optional): 
            string
            the company name of the address
- 
            country(optional): 
            string
            the country of the address
- 
            externalAddressId(optional): 
            string
            External address id
- 
            phoneNumber(optional): 
            string
            the phone Number of the company address
- 
            postalCode(optional): 
            string
            the postal Code of the address
- 
            repositoryId(optional): 
            string
            repository Id of the address
- 
            state(optional): 
            string
            the state of the address
- 
            types(optional): 
            array  types
            
            The types tagged to the address
Nested Schema : contract
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectContract
    
    
    
    
        Show Source
        - 
            catalog(optional): 
            object  catalog
            
            Catalog associated with contract
- 
            creationDate(optional): 
            string
            Contract creation date time stamp
- 
            description(optional): 
            string
            Description for contract
- 
            displayName(optional): 
            string
            Display name for contract
- 
            endDate(optional): 
            string
            Contract end date time stamp
- 
            externalContractReference(optional): 
            string
            External contract reference
- 
            priceListGroup(optional): 
            object  priceListGroup
            
            Price ListGroup associated with contract
- 
            repositoryId(optional): 
            string
            Repository Id of the contract
- 
            startDate(optional): 
            string
            Contract start date time stamp
- 
            terms(optional): 
            object  terms
            
            Terms and Conditions
Nested Schema : derivedBillingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe derived default billing address for the Organization. This a read only attribute. This will come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute or if parent has default billing address.
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            the address1 of the address
- 
            address2(optional): 
            string
            the address2 of the address
- 
            address3(optional): 
            string
            the address3 of the address
- 
            city(optional): 
            string
            the city of the address
- 
            companyName(optional): 
            string
            the company name of the address
- 
            country(optional): 
            string
            the country of the address
- 
            externalAddressId(optional): 
            string
            External address id
- 
            phoneNumber(optional): 
            string
            the phone Number of the company address
- 
            postalCode(optional): 
            string
            the postal Code of the address
- 
            repositoryId(optional): 
            string
            repository Id of the address
- 
            state(optional): 
            string
            the state of the address
- 
            types(optional): 
            array  types
            
            The types tagged to the address
Nested Schema : derivedContract
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDerived Contract
    
    
    
    
        Show Source
        - 
            catalog(optional): 
            object  catalog
            
            Catalog associated with contract
- 
            creationDate(optional): 
            string
            Contract creation date time stamp
- 
            description(optional): 
            string
            Description for contract
- 
            displayName(optional): 
            string
            Display name for contract
- 
            endDate(optional): 
            string
            Contract end date time stamp
- 
            externalContractReference(optional): 
            string
            External contract reference
- 
            priceListGroup(optional): 
            object  priceListGroup
            
            Price ListGroup associated with contract
- 
            repositoryId(optional): 
            string
            Repository Id of the contract
- 
            startDate(optional): 
            string
            Contract start date time stamp
- 
            terms(optional): 
            object  terms
            
            Terms and Conditions
Nested Schema : derivedPaymentMethods
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayDerived payment methods associated for organization.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : derivedShippingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe derived default shipping address for the Organization. This a read only attribute. This will come if property 'isDefaultShippingAddress' is set to  'true' in secondaryAddresses attribute or if parent has default shipping address.
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            the address1 of the address
- 
            address2(optional): 
            string
            the address2 of the address
- 
            address3(optional): 
            string
            the address3 of the address
- 
            city(optional): 
            string
            the city of the address
- 
            companyName(optional): 
            string
            the company name shipping address
- 
            country(optional): 
            string
            the country of the address
- 
            externalAddressId(optional): 
            string
            External address id
- 
            phoneNumber(optional): 
            string
            the phone Number of the company address
- 
            postalCode(optional): 
            string
            the postal Code of the address
- 
            repositoryId(optional): 
            string
            repository Id of the address
- 
            state(optional): 
            string
            the state of the address
- 
            types(optional): 
            array  types
            
            The types tagged to the address
Nested Schema : derivedShippingMethods
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayDerived shipping methods associated for organization.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : dynamicProperty
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe value of the dynamic Property
    
    
    
    
    
    
    
    
    
    
Nested Schema : parentOrganization
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectParent organization Info.
    
    
    
    
        Show Source
        - 
            active(optional): 
            boolean
            Active flag of the parent Organization.
- 
            externalOrganizationId(optional): 
            string
            External organization id
- 
            id(optional): 
            string
            Id of the parent Organization.
- 
            name(optional): 
            string
            Name of the parent organization.
- 
            repositoryId(optional): 
            string
            Repository Id of the parent organization.
Nested Schema : secondaryAddresses
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayList of all the addresses associated with an Organization, if property like 'isDefaultShippingAddress' or 'isDefaultBillingAddress' is set to 'true', then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : shippingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe default shipping address for the Organization. This a read only attribute. This will come if property 'isDefaultShippingAddress' is set to  'true' in secondaryAddresses attribute.
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            the address1 of the address
- 
            address2(optional): 
            string
            the address2 of the address
- 
            address3(optional): 
            string
            the address3 of the address
- 
            city(optional): 
            string
            the city of the address
- 
            companyName(optional): 
            string
            the company name shipping address
- 
            country(optional): 
            string
            the country of the address
- 
            externalAddressId(optional): 
            string
            External address id
- 
            phoneNumber(optional): 
            string
            the phone Number of the company address
- 
            postalCode(optional): 
            string
            the postal Code of the address
- 
            repositoryId(optional): 
            string
            repository Id of the address
- 
            state(optional): 
            string
            the state of the address
- 
            types(optional): 
            array  types
            
            The types tagged to the address
Nested Schema : shippingMethods
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayShipping methods associated for organization.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            active(optional): 
            boolean
            Active flag of the parent Organization.
- 
            externalOrganizationId(optional): 
            string
            External organization id
- 
            id(optional): 
            string
            Id of the parent Organization.
- 
            name(optional): 
            string
            Name of the organization.
- 
            repositoryId(optional): 
            string
            Repository Id of the organization.
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            displayName(optional): 
            string
            The name of the address type
- 
            id(optional): 
            string
            repository Id of the address type
- 
            repositoryId(optional): 
            string
            repository Id of the address type
Nested Schema : catalog
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectCatalog associated with contract
    
    
    
    
        Show Source
        - 
            displayName(optional): 
            string
            Name of the catalog
- 
            repositoryId(optional): 
            string
            Repository Id of the catalog
Nested Schema : priceListGroup
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPrice ListGroup associated with contract
    
    
    
    
        Show Source
        - 
            displayName(optional): 
            string
            Name of the price list group
- 
            repositoryId(optional): 
            string
            Repository Id of the price list group
Nested Schema : terms
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectTerms and Conditions
    
    
    
    
        Show Source
        - 
            repositoryId(optional): 
            string
            Repository Id of terms and conditions
- 
            terms(optional): 
            string
            Terms and Conditions
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            displayName(optional): 
            string
            The name of the address type
- 
            id(optional): 
            string
            repository Id of the address type
- 
            repositoryId(optional): 
            string
            repository Id of the address type
Nested Schema : catalog
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectCatalog associated with contract
    
    
    
    
        Show Source
        - 
            displayName(optional): 
            string
            Name of the catalog
- 
            repositoryId(optional): 
            string
            Repository Id of the catalog
Nested Schema : priceListGroup
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPrice ListGroup associated with contract
    
    
    
    
        Show Source
        - 
            displayName(optional): 
            string
            Name of the price list group
- 
            repositoryId(optional): 
            string
            Repository Id of the price list group
Nested Schema : terms
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectTerms and Conditions
    
    
    
    
        Show Source
        - 
            repositoryId(optional): 
            string
            Repository Id of terms and conditions
- 
            terms(optional): 
            string
            Terms and Conditions
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            displayName(optional): 
            string
            The name of the address type
- 
            id(optional): 
            string
            repository Id of the address type
- 
            repositoryId(optional): 
            string
            repository Id of the address type
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            id(optional): 
            string
            Repository Id of the shipping method.
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            id(optional): 
            string
            Id of the contact
- 
            repositoryId(optional): 
            string
            Contact Id of contact
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            function(optional): 
            string
            Function of the role which can be admin, buyer or approver.
- 
            repositoryId(optional): 
            string
            Repository Id of the role.
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            address(optional): 
            object  address
            
            Address created for the Organization.
- 
            addressType(optional): 
            string
            Address type represents nick name of account if present else repository ID of address item.
Nested Schema : address
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectAddress created for the Organization.
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            The address1 of the secondary address
- 
            address2(optional): 
            string
            The address2 of the secondary address
- 
            address3(optional): 
            string
            The address3 of the secondary address
- 
            city(optional): 
            string
            The city of the secondary address
- 
            companyName(optional): 
            string
            Company name of the secondary address
- 
            country(optional): 
            string
            The country of the address
- 
            externalAddressId(optional): 
            string
            External address id
- 
            phoneNumber(optional): 
            string
            Phone Number of the address
- 
            postalCode(optional): 
            string
            Postal Code of the address
- 
            repositoryId(optional): 
            string
            repository Id of the address
- 
            state(optional): 
            string
            The State of the address
- 
            types(optional): 
            array  types
            
            The types tagged to the address
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            displayName(optional): 
            string
            The name of the address type
- 
            id(optional): 
            string
            repository Id of the address type
- 
            repositoryId(optional): 
            string
            repository Id of the address type
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            displayName(optional): 
            string
            The name of the address type
- 
            id(optional): 
            string
            repository Id of the address type
- 
            repositoryId(optional): 
            string
            repository Id of the address type
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            id(optional): 
            string
            Repository Id of the shipping method.
Example Response (application/json)
                    {
    "taxReferenceNumber":"REFNUM123",
    "organizationLogo":"/general/hero-image1.jpg",
    "delegateApprovalManagement":false,
    "secondaryAddresses":[
        {
            "address":{
                "country":"US",
                "externalAddressId":"EXT_ADDR_1",
                "types":[
                    {
                        "displayName":"Shipping",
                        "repositoryId":"ss-10001",
                        "id":"ss-10001"
                    }
                ],
                "phoneNumber":"973-974-1234",
                "address3":"Street 3",
                "address2":"Street 2",
                "city":"Montgomery",
                "address1":"600 Dexter Avenue",
                "postalCode":"36130",
                "companyName":"Oracle",
                "repositoryId":"150002",
                "state":"AL"
            },
            "addressType":"Office Address"
        }
    ],
    "externalOrganizationId":"externalOrgId1",
    "type":"none",
    "parentOrganization":{
        "name":"Sample",
        "repositoryId":"100001",
        "active":true,
        "id":"100001",
        "externalOrganizationId":"EXT_ORG_1"
    },
    "customerType":"Standard",
    "derivedShippingMethods":[
        {
            "id":"shippingMethodId1"
        }
    ],
    "derivedBillingAddressType":"Office Address",
    "members":[
        {
            "repositoryId":"110000"
        }
    ],
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadmin/v1/organizations"
        }
    ],
    "id":"200003",
    "dunsNumber":"123456789",
    "relativeRoles":[
        {
            "function":"admin",
            "repositoryId":"200004"
        },
        {
            "function":"buyer",
            "repositoryId":"200005"
        },
        {
            "function":"approver",
            "repositoryId":"200006"
        },
        {
            "function":"accountAddressManager",
            "repositoryId":"200007"
        },
        {
            "function":"profileAddressManager",
            "repositoryId":"200008"
        }
    ],
    "dynamicProperty1":"dynamicProperty1 value",
    "derivedTaxReferenceNumber":"REFNUM123",
    "derivedUseAllPaymentMethodsFromSite":false,
    "derivedAuthorizationCode":"sadsaxxaASX34567==",
    "contract":{
        "terms":{
            "terms":"All copyright, trade marks, design rights, patents and other intellectual property rights (registered and unregistered) belong to Us Motor Works Contract",
            "repositoryId":"100002"
        },
        "endDate":"2017-10-10T11:44:26.000Z",
        "catalog":{
            "displayName":"Cloud Catalog",
            "repositoryId":"cloudCatalog"
        },
        "displayName":"Us Motor Works Contract",
        "repositoryId":"100003",
        "description":"This is a written or spoken agreement, especially one concerning employment, sales, or tenancy, that is intended to be enforceable by law.",
        "priceListGroup":{
            "displayName":"Default Price Group",
            "repositoryId":"defaultPriceGroup"
        },
        "creationDate":"2016-04-01T09:34:50.000Z",
        "startDate":"2016-10-10T11:44:26.000Z",
        "externalContractReference":"UMWCUS001"
    },
    "derivedCustomerType":"Standard",
    "active":true,
    "vatReferenceNumber":"Vat123123",
    "taxExemptionCode":"TAXUQ12345",
    "derivedType":"none",
    "allowPunchoutShopping":true,
    "useAllShippingMethodsFromSite":false,
    "approvalRequired":false,
    "derivedTaxExemptionCode":"TAXUQ12345",
    "derivedVatReferenceNumber":"Vat123123",
    "derivedAllowPunchoutShopping":true,
    "name":"Oracle",
    "ancestorOrganizations":[
        {
            "name":"Sample",
            "repositoryId":"100001",
            "active":true,
            "id":"100001",
            "externalOrganizationId":"EXT_ORG_1"
        }
    ],
    "uniqueId":"TestIDNumber",
    "authorizationCode":"sadsaxxaASX34567==",
    "description":null,
    "derivedBillingAddress":{
        "country":"US",
        "externalAddressId":"EXT_ADDR_1",
        "types":[
            {
                "displayName":"Shipping",
                "repositoryId":"ss-10001",
                "id":"ss-10001"
            }
        ],
        "phoneNumber":"973-974-1234",
        "address3":"Street 3",
        "address2":"Street 2",
        "city":"Montgomery",
        "address1":"600 Dexter Avenue",
        "postalCode":"36130",
        "companyName":"Oracle",
        "repositoryId":"150002",
        "state":"AL"
    },
    "derivedUniqueId":"TestIDNumber",
    "organizationLogoURL":"http://localhost:9080/file/general/hero-image1.jpg",
    "derivedContract":{
        "terms":{
            "terms":"All copyright, trade marks, design rights, patents and other intellectual property rights (registered and unregistered) belong to Us Motor Works Contract",
            "repositoryId":"100002"
        },
        "endDate":"2017-10-10T11:44:26.000Z",
        "catalog":{
            "displayName":"Cloud Catalog",
            "repositoryId":"cloudCatalog"
        },
        "displayName":"Us Motor Works Contract",
        "repositoryId":"100003",
        "description":"This is a written or spoken agreement, especially one concerning employment, sales, or tenancy, that is intended to be enforceable by law.",
        "priceListGroup":{
            "displayName":"Default Price Group",
            "repositoryId":"defaultPriceGroup"
        },
        "creationDate":"2016-04-01T09:34:50.000Z",
        "startDate":"2016-10-10T11:44:26.000Z",
        "externalContractReference":"UMWCUS001"
    },
    "paymentMethods":[
        "card",
        "cash"
    ],
    "derivedShippingAddressType":"Office Address",
    "shippingMethods":[
        {
            "id":"shippingMethodId1"
        }
    ],
    "derivedDunsNumber":123456789,
    "derivedOrganizationLogo":"/general/hero-image1.jpg",
    "orderPriceLimit":null,
    "derivedShippingAddress":{
        "country":"US",
        "externalAddressId":"EXT_ADDR_1",
        "types":[
            {
                "displayName":"Shipping",
                "repositoryId":"ss-10001",
                "id":"ss-10001"
            }
        ],
        "phoneNumber":"973-974-1234",
        "address3":"Street 3",
        "address2":"Street 2",
        "city":"Montgomery",
        "address1":"600 Dexter Avenue",
        "postalCode":"36130",
        "companyName":"Oracle",
        "repositoryId":"150002",
        "state":"AL"
    },
    "derivedUseAllShippingMethodsFromSite":false,
    "useAllPaymentMethodsFromSite":false,
    "derivedPaymentMethods":[
        "card",
        "cash"
    ],
    "repositoryId":"200003",
    "shippingAddress":{
        "country":"US",
        "externalAddressId":"EXT_ADDR_1",
        "types":[
            {
                "displayName":"Shipping",
                "repositoryId":"ss-10001",
                "id":"ss-10001"
            }
        ],
        "phoneNumber":"973-974-1234",
        "address3":"Street 3",
        "address2":"Street 2",
        "city":"Montgomery",
        "address1":"600 Dexter Avenue",
        "postalCode":"36130",
        "companyName":"Oracle",
        "repositoryId":"150002",
        "state":"AL"
    },
    "useExternalApprovalWebhook":false,
    "billingAddress":{
        "country":"US",
        "externalAddressId":"EXT_ADDR_1",
        "types":[
            {
                "displayName":"Shipping",
                "repositoryId":"ss-10001",
                "id":"ss-10001"
            }
        ],
        "phoneNumber":"973-974-1234",
        "address3":"Street 3",
        "address2":"Street 2",
        "city":"Montgomery",
        "address1":"600 Dexter Avenue",
        "postalCode":"36130",
        "companyName":"Oracle",
        "repositoryId":"150002",
        "state":"AL"
    },
    "derivedDescription":null
}Default Response
The error response.
 The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|100073|If the catalog id is required|
|100052|If the organization logo is not found|
|100074|If the pricelist group id is required|
|20187|If the pricelist group id  is invalid|
|100053|If the organization invalid default billing address value|
|100064|If the catalog id is invalid|
|100075|If external reference number is invalid|
|100054|If the organization invalid default shipping address value|
|22002|If invalid profile/member id is given|
|100002|If the input is Invalid|
|100003|If Organization name passed is empty|
|100005|If there is already an organization with given name|
|100006|If there was any internal error while creating the organization|
|100104|If the taxExemption code passed is invalid.|
|100120|If the useAllPaymentMethodsFromSite property value is invalid.|
|100118|If the paymentMethods passed in the input is invalid.|
|100121|If the useAllShippingMethodsFromSite property value is invalid.|
|100119|If the shippingMethods passed in the input is invalid.|
|100131|If we try to update authorization code property with value other than null or NO_AUTH_CODE|
|180106|One or more address type ID is invalid|
|100204|Missing ID for address type
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code