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
Body Parameter
Root Schema : createOrganization_request
{
"taxReferenceNumber":"REFNUM123",
"organizationLogo":"/general/hero-image1.jpg",
"delegateApprovalManagement":false,
"secondaryAddresses":[
{
"address":{
"isDefaultBillingAddress":true,
"country":"US",
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"isDefaultShippingAddress":true,
"state":"AL"
},
"addressType":"Office Address"
}
],
"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,
"useAllShippingMethodsFromSite":false,
"approvalRequired":false,
"useAllPaymentMethodsFromSite":false,
"name":"Oracle",
"shippingAddress":null,
"useExternalApprovalWebhook":false,
"billingAddress":null,
"uniqueId":"TestIDNumber"
}
- active
-
Type:
booleanActive 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. - approvalRequired
-
Type:
booleanApproval flag is required for the organization, by default it is set to false - billingAddress
-
Type:
objectbillingAddressAdditional Properties Allowed:Default Billing Address - contract
-
Type:
objectcontractAdditional Properties Allowed:Contract Info - customerType
-
Type:
stringCustomer Type for an Organization. Accepts one of these values [Standard, Preferred, Enterprise, OEM, Distributor, Supplier] - delegateApprovalManagement
-
Type:
booleanThis flag indicates if the delegated admin has the provision of approval management, if set merchant admin cannot do any approval management. - description
-
Type:
stringDescription for Organization - dunsNumber
-
Type:
stringDUNS Number for Organization. Should be 9 digit number - dynamicProperty
-
Type:
objectdynamicPropertyAdditional Properties Allowed:The value of the dynamic Property - members
-
Type:
arraymembersAdditional Properties Allowed:List of contact ids associated with an Organization - name
-
Type:
stringRequired:trueThe name for Organization - orderPriceLimit
-
Type:
numberIts order limit value for the organization, if order limit is more than this value then approval is needed for the order - organizationLogo
-
Type:
stringFile path of an Organization logo image - parentOrganization
-
Type:
objectparentOrganizationAdditional Properties Allowed:Parent Organization. - paymentMethods
-
Type:
arraypaymentMethodsAdditional Properties Allowed:Payment methods associated for organization. - secondaryAddresses
-
Type:
arraysecondaryAddressesAdditional Properties Allowed: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
-
Type:
objectshippingAddressAdditional Properties Allowed:Default Shipping Address - shippingMethods
-
Type:
arrayshippingMethodsAdditional Properties Allowed:Shipping methods associated for organization. - taxExemptionCode
-
Type:
stringTax exemption code for Organization - taxReferenceNumber
-
Type:
stringTax Reference number for Organization - type
-
Type:
stringType for Organization. Accepts one of these values [none, company, division, department, group] - uniqueId
-
Type:
stringUnique Id of an Organization - useAllPaymentMethodsFromSite
-
Type:
booleanFlag 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
-
Type:
stringFlag 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
-
Type:
stringVat reference number of an Organization
Nested Schema : billingAddress
Type:
objectDefault Billing Address
- repositoryId
-
Type:
stringRepository Id of the address.
Nested Schema : contract
Type:
objectContract Info
- catalogId
-
Type:
stringRequired:trueCatalog Id of the contract associated with account - contract_terms
-
Type:
objectcontract_termsAdditional Properties Allowed:Terms & Conditions for contract - description
-
Type:
stringDescription for contract - displayName
-
Type:
stringRequired:trueDisplay name for contract - endDate
-
Type:
stringContract end date time stamp - externalContractReference
-
Type:
stringExternal contract reference - priceListGroupId
-
Type:
stringRequired:truePrice list group Id associated with account - startDate
-
Type:
stringContract start date time stamp
Nested Schema : dynamicProperty
Type:
objectThe value of the dynamic Property
Nested Schema : members
Nested Schema : parentOrganization
Nested Schema : paymentMethods
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'
Nested Schema : shippingAddress
Type:
objectDefault Shipping Address
- repositoryId
-
Type:
stringRepository Id of the address.
Nested Schema : shippingMethods
Nested Schema : contract_terms
Nested Schema : items
Type:
object- address
-
Type:
objectaddressAdditional Properties Allowed:Address created for the Organization. - addressType
-
Type:
stringRequired:trueAddress 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.
- address1
-
Type:
stringRequired:trueThe address1 of the secondary address. This is a mandatory field. - address2
-
Type:
stringThe address2 of the secondary address - city
-
Type:
stringRequired:trueThe city of the secondary address. This is a mandatory field. - companyName
-
Type:
stringRequired:trueCompany name of the secondary address. This is a mandatory field - country
-
Type:
stringRequired:trueThe country of the address. This is a mandatory field. - isDefaultBillingAddress
-
Type:
booleanMarks an address as default billing address. Default value is false. Accepts true or false - isDefaultShippingAddress
-
Type:
booleanMarks an address as default shipping address. Default value is false. Accepts true or false - phoneNumber
-
Type:
stringRequired:truePhone Number of the address. This is a mandatory field - postalCode
-
Type:
stringRequired:truePostal Code of the address. This is a mandatory field - state
-
Type:
stringRequired:trueThe State of the address. This is a mandatory field
Nested Schema : items
Type:
object- id
-
Type:
stringRepository Id of the shipping method.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : createOrganization_response
- active
-
Type:
booleanActive status of an Organization. Should be true or false. By default the value is set to true - ancestorOrganizations
-
Type:
arrayancestorOrganizationsAdditional Properties Allowed:List of ancestors for the Organization - approvalRequired
-
Type:
booleanApproval flag is required for the organization, by default it is set to false - billingAddress
-
Type:
objectbillingAddressAdditional Properties Allowed: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
-
Type:
objectcontractAdditional Properties Allowed:Contract - customerType
-
Type:
stringCustomer Type for Organization - delegateApprovalManagement
-
Type:
booleanThis flag indicates if the delegated admin has the provision of approval management, if set merchant admin cannot do any approval management. - derivedBillingAddress
-
Type:
objectderivedBillingAddressAdditional Properties Allowed: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
-
Type:
stringAddress type for derived billing address - derivedContract
-
Type:
objectderivedContractAdditional Properties Allowed:Derived Contract - derivedCustomerType
-
Type:
stringDerived Customer type of the Organization - derivedDescription
-
Type:
stringDrived description of the Organization - derivedDunsNumber
-
Type:
stringDerived dunsNumber of the Organization - derivedOrganizationLogo
-
Type:
stringderived oragnizationLogo of the Organization - derivedPaymentMethods
-
Type:
arrayderivedPaymentMethodsAdditional Properties Allowed:Derived payment methods associated for organization. - derivedShippingAddress
-
Type:
objectderivedShippingAddressAdditional Properties Allowed: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
-
Type:
stringAddress type for derived shipping address - derivedShippingMethods
-
Type:
arrayderivedShippingMethodsAdditional Properties Allowed:Derived shipping methods associated for organization. - derivedTaxExemptionCode
-
Type:
stringDerived taxExemptionCode of the Organization - derivedTaxReferenceNumber
-
Type:
stringDerived taxReferenceNumber of the Organization - derivedType
-
Type:
stringDerived type of the Organization - derivedUniqueId
-
Type:
stringDerived unique Id of the Organization - derivedUseAllPaymentMethodsFromSite
-
Type:
booleanDerived flag to use all the payment methods available for site. - derivedUseAllShippingMethodsFromSite
-
Type:
stringDerived flag to use all the shipping methods available for site. - derivedVatReferenceNumber
-
Type:
stringderivedVatReferenceNumber of the Organization - description
-
Type:
stringDescription for Organization - dunsNumber
-
Type:
stringDUNS Number for Organization. - dynamicProperty
-
Type:
objectdynamicPropertyAdditional Properties Allowed:The value of the dynamic Property - id
-
Type:
stringId of the Organization - members
-
Type:
arraymembersAdditional Properties Allowed:List of contact ids associated with an Organization - name
-
Type:
stringThe name for Organization - orderPriceLimit
-
Type:
numberIts order limit value for the organization, if order limit is more than this value then approval is needed for the order - organizationLogo
-
Type:
stringFile path of organization logo. - organizationLogoURL
-
Type:
stringFull URL of organization logo. - parentOrganization
-
Type:
objectparentOrganizationAdditional Properties Allowed:Parent organization Info. - paymentMethods
-
Type:
arraypaymentMethodsAdditional Properties Allowed:Payment methods associated for organization. - relativeRoles
-
Type:
arrayrelativeRolesAdditional Properties Allowed:List of organization roles. - repositoryId
-
Type:
stringrepository Id of the Organization - secondaryAddresses
-
Type:
arraysecondaryAddressesAdditional Properties Allowed: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
-
Type:
objectshippingAddressAdditional Properties Allowed: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
-
Type:
arrayshippingMethodsAdditional Properties Allowed:Shipping methods associated for organization. - taxExemptionCode
-
Type:
stringTax exemption code for Organization - taxReferenceNumber
-
Type:
stringTax Reference number for Organization - type
-
Type:
stringType for Organization - uniqueId
-
Type:
stringUnique Id of the Organization - useAllPaymentMethodsFromSite
-
Type:
booleanFlag to use all the payment methods available for site. - useAllShippingMethodsFromSite
-
Type:
stringFlag to use all the shipping methods available for site. - useExternalApprovalRequired
-
Type:
booleanFlag to enable/disable Order Approval check from External Webhook - vatReferenceNumber
-
Type:
stringVat reference number for the organization
Nested Schema : ancestorOrganizations
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.
- address1
-
Type:
stringthe address1 of the address - address2
-
Type:
stringthe address2 of the address - city
-
Type:
stringthe city of the address - companyName
-
Type:
stringthe company name of the address - country
-
Type:
stringthe country of the address - phoneNumber
-
Type:
stringthe phone Number of the company address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringrepository Id of the address - state
-
Type:
stringthe state of the address
Nested Schema : contract
Type:
objectContract
- catalog
-
Type:
objectcatalogAdditional Properties Allowed:Catalog associated with contract - creationDate
-
Type:
stringContract creation date time stamp - description
-
Type:
stringDescription for contract - displayName
-
Type:
stringDisplay name for contract - endDate
-
Type:
stringContract end date time stamp - externalContractReference
-
Type:
stringExternal contract reference - priceListGroup
-
Type:
objectpriceListGroupAdditional Properties Allowed:Price ListGroup associated with contract - repositoryId
-
Type:
stringRepository Id of the contract - startDate
-
Type:
stringContract start date time stamp - terms
-
Type:
objecttermsAdditional Properties Allowed: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.
- address1
-
Type:
stringthe address1 of the address - address2
-
Type:
stringthe address2 of the address - city
-
Type:
stringthe city of the address - companyName
-
Type:
stringthe company name of the address - country
-
Type:
stringthe country of the address - phoneNumber
-
Type:
stringthe phone Number of the company address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringrepository Id of the address - state
-
Type:
stringthe state of the address
Nested Schema : derivedContract
Type:
objectDerived Contract
- catalog
-
Type:
objectcatalogAdditional Properties Allowed:Catalog associated with contract - creationDate
-
Type:
stringContract creation date time stamp - description
-
Type:
stringDescription for contract - displayName
-
Type:
stringDisplay name for contract - endDate
-
Type:
stringContract end date time stamp - externalContractReference
-
Type:
stringExternal contract reference - priceListGroup
-
Type:
objectpriceListGroupAdditional Properties Allowed:Price ListGroup associated with contract - repositoryId
-
Type:
stringRepository Id of the contract - startDate
-
Type:
stringContract start date time stamp - terms
-
Type:
objecttermsAdditional Properties Allowed:Terms and Conditions
Nested Schema : derivedPaymentMethods
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.
- address1
-
Type:
stringthe address1 of the address - address2
-
Type:
stringthe address2 of the address - city
-
Type:
stringthe city of the address - companyName
-
Type:
stringthe company name shipping address - country
-
Type:
stringthe country of the address - phoneNumber
-
Type:
stringthe phone Number of the company address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringrepository Id of the address - state
-
Type:
stringthe state of the address
Nested Schema : derivedShippingMethods
Nested Schema : dynamicProperty
Type:
objectThe value of the dynamic Property
Nested Schema : members
Nested Schema : parentOrganization
Type:
objectParent organization Info.
- active
-
Type:
booleanActive flag of the parent Organization. - id
-
Type:
stringId of the parent Organization. - name
-
Type:
stringName of the parent organization. - repositoryId
-
Type:
stringRepository Id of the parent organization.
Nested Schema : paymentMethods
Nested Schema : relativeRoles
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'
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.
- address1
-
Type:
stringthe address1 of the address - address2
-
Type:
stringthe address2 of the address - city
-
Type:
stringthe city of the address - companyName
-
Type:
stringthe company name shipping address - country
-
Type:
stringthe country of the address - phoneNumber
-
Type:
stringthe phone Number of the company address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringrepository Id of the address - state
-
Type:
stringthe state of the address
Nested Schema : shippingMethods
Nested Schema : items
Type:
object- active
-
Type:
booleanActive flag of the parent Organization. - id
-
Type:
stringId of the parent Organization. - name
-
Type:
stringName of the organization. - repositoryId
-
Type:
stringRepository Id of the organization.
Nested Schema : catalog
Type:
objectCatalog associated with contract
- displayName
-
Type:
stringName of the catalog - repositoryId
-
Type:
stringRepository Id of the catalog
Nested Schema : priceListGroup
Type:
objectPrice ListGroup associated with contract
- displayName
-
Type:
stringName of the price list group - repositoryId
-
Type:
stringRepository Id of the price list group
Nested Schema : terms
Type:
objectTerms and Conditions
- repositoryId
-
Type:
stringRepository Id of terms and conditions - terms
-
Type:
stringTerms and Conditions
Nested Schema : catalog
Type:
objectCatalog associated with contract
- displayName
-
Type:
stringName of the catalog - repositoryId
-
Type:
stringRepository Id of the catalog
Nested Schema : priceListGroup
Type:
objectPrice ListGroup associated with contract
- displayName
-
Type:
stringName of the price list group - repositoryId
-
Type:
stringRepository Id of the price list group
Nested Schema : terms
Type:
objectTerms and Conditions
- repositoryId
-
Type:
stringRepository Id of terms and conditions - terms
-
Type:
stringTerms and Conditions
Nested Schema : items
Type:
object- id
-
Type:
stringRepository Id of the shipping method.
Nested Schema : items
Type:
object- id
-
Type:
stringId of the contact - repositoryId
-
Type:
stringContact Id of contact
Nested Schema : items
Type:
object- function
-
Type:
stringFunction of the role which can be admin, buyer or approver. - repositoryId
-
Type:
stringRepository Id of the role.
Nested Schema : items
Type:
object- address
-
Type:
objectaddressAdditional Properties Allowed:Address created for the Organization. - addressType
-
Type:
stringAddress type represents nick name of account if present else repository ID of address item.
Nested Schema : address
Type:
objectAddress created for the Organization.
- address1
-
Type:
stringThe address1 of the secondary address - address2
-
Type:
stringThe address2 of the secondary address - city
-
Type:
stringThe city of the secondary address - companyName
-
Type:
stringCompany name of the secondary address - country
-
Type:
stringThe country of the address - phoneNumber
-
Type:
stringPhone Number of the address - postalCode
-
Type:
stringPostal Code of the address - repositoryId
-
Type:
stringrepository Id of the address - state
-
Type:
stringThe State of the address
Nested Schema : items
Type:
object- id
-
Type:
stringRepository Id of the shipping method.
Example application/json
{
"taxReferenceNumber":"REFNUM123",
"organizationLogo":"/general/hero-image1.jpg",
"delegateApprovalManagement":false,
"secondaryAddresses":[
{
"address":{
"country":"US",
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"150002",
"state":"AL"
},
"addressType":"Office Address"
}
],
"type":"none",
"parentOrganization":{
"name":"Sample",
"repositoryId":"100001",
"active":true,
"id":"100001"
},
"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,
"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",
"useAllShippingMethodsFromSite":false,
"approvalRequired":false,
"derivedTaxExemptionCode":"TAXUQ12345",
"derivedVatReferenceNumber":"Vat123123",
"name":"Oracle",
"ancestorOrganizations":[
{
"name":"Sample",
"repositoryId":"100001",
"active":true,
"id":"100001"
}
],
"uniqueId":"TestIDNumber",
"description":null,
"derivedBillingAddress":{
"country":"US",
"phoneNumber":"973-974-1234",
"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",
"phoneNumber":"973-974-1234",
"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",
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"150002",
"state":"AL"
},
"useExternalApprovalWebhook":false,
"billingAddress":{
"country":"US",
"phoneNumber":"973-974-1234",
"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.|
Body
Root Schema : errorModel
Type:
object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - errors
-
Type:
arrayerrorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code - type
-
Type:
stringThe URI to the HTTP state code definition
Nested Schema : errors
Nested Schema : items
Type:
object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code
Examples
Sample Request:
{
"taxReferenceNumber": "REFNUM123",
"organizationLogo": "/general/hero-image1.jpg",
"delegateApprovalManagement": false,
"secondaryAddresses": [{
"address": {
"isDefaultBillingAddress": true,
"country": "US",
"phoneNumber": "973-974-1234",
"address2": "Street 2",
"city": "Montgomery",
"address1": "600 Dexter Avenue",
"postalCode": "36130",
"companyName": "Oracle",
"isDefaultShippingAddress": true,
"state": "AL"
},
"addressType": "Office Address"
}],
"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,
"useAllShippingMethodsFromSite": false,
"approvalRequired": false,
"useAllPaymentMethodsFromSite": false,
"name": "Oracle",
"shippingAddress": null,
"useExternalApprovalWebhook": false,
"billingAddress": null,
"uniqueId": "TestIDNumber"
}
Sample Response Payload returned by endpoint:
{
"taxReferenceNumber": "REFNUM123",
"organizationLogo": "/general/hero-image1.jpg",
"delegateApprovalManagement": false,
"secondaryAddresses": [{
"address": {
"country": "US",
"phoneNumber": "973-974-1234",
"address2": "Street 2",
"city": "Montgomery",
"address1": "600 Dexter Avenue",
"postalCode": "36130",
"companyName": "Oracle",
"repositoryId": "150002",
"state": "AL"
},
"addressType": "Office Address"
}],
"type": "none",
"parentOrganization": {
"name": "Sample",
"repositoryId": "100001",
"active": true,
"id": "100001"
},
"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,
"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",
"useAllShippingMethodsFromSite": false,
"approvalRequired": false,
"derivedTaxExemptionCode": "TAXUQ12345",
"derivedVatReferenceNumber": "Vat123123",
"name": "Oracle",
"ancestorOrganizations": [{
"name": "Sample",
"repositoryId": "100001",
"active": true,
"id": "100001"
}],
"uniqueId": "TestIDNumber",
"description": null,
"derivedBillingAddress": {
"country": "US",
"phoneNumber": "973-974-1234",
"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",
"phoneNumber": "973-974-1234",
"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",
"phoneNumber": "973-974-1234",
"address2": "Street 2",
"city": "Montgomery",
"address1": "600 Dexter Avenue",
"postalCode": "36130",
"companyName": "Oracle",
"repositoryId": "150002",
"state": "AL"
},
"useExternalApprovalWebhook": false,
"billingAddress": {
"country": "US",
"phoneNumber": "973-974-1234",
"address2": "Street 2",
"city": "Montgomery",
"address1": "600 Dexter Avenue",
"postalCode": "36130",
"companyName": "Oracle",
"repositoryId": "150002",
"state": "AL"
},
"derivedDescription": null
}