updateOrganization
put
/ccstore/v1/organizations/{id}
Update Organization. This operation is used to update properties like approval required, order price limit and dynamic properties ("dynamicPropertyName": "dynamicPropertyValue") for an organization.Optionally takes the X-CCOrganization header to specify current Organization id of logged in user.
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
The ID of the Organization to be updated.
Root Schema : updateOrganization_request
Type:
Show Source
object
-
approvalRequired:
boolean
Approval Required value for an organization.
-
dynamicProperty:
object dynamicProperty
Dynamic property name and value.
-
orderPriceLimit:
number
Order Price Limit Value for an organization
Example:
{
"dynamicProperty":"dynamicProperty value",
"approvalRequired":true,
"orderPriceLimit":1000
}
Nested Schema : dynamicProperty
Type:
object
Dynamic property name and value.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : updateOrganization_response
Type:
Show Source
object
-
active:
boolean
Active status of an Organization. Should be true or false. By default the value is set to true
-
allowPunchoutShopping:
boolean
Allow Punchout Shopping flag
-
approvalRequired:
boolean
Approval flag is required for the organization, by default it is set to false, if set to true then order price limit becomes mandatory field
-
authorizationCode:
string
Authorization code of the organization. Possible values we can update using this endpoint is null or NO_AUTH_CODE
-
billingAddress:
object billingAddress
The default billing address for the Organization. This a read only attribute. This will be returned if the property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute.
-
contract:
object contract
Contract
-
customerType:
string
Customer Type for Organization
-
delegateApprovalManagement:
boolean
This flag indicates if the delegated admin has the provision of approval management.
-
derivedAllowPunchoutShopping:
boolean
Derived Allow Punchout Shopping flag
-
derivedAuthorizationCode:
string
Derived Authorization code of the organization.
-
derivedBillingAddress:
object derivedBillingAddress
The default billing address for the Organization. This a read only attribute. This will be returned if the property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute.
-
derivedBillingAddressType:
string
Then nickname of the billing Address type derived.
-
derivedContract:
object derivedContract
Contract
-
derivedCustomerType:
string
Customer Type for Organization
-
derivedDescription:
string
Description for Organization
-
derivedDunsNumber:
string
DUNS Number for Organization. Should be 9 digit number
-
derivedOrganizationLogo:
string
File path of organization logo.
-
derivedShippingAddressType:
string
Then nickname of the shipping Address type derived.
-
derivedTaxReferenceNumber:
string
Tax Reference number for Organization
-
derivedUniqueId:
string
Unique Id of the Organization
-
derivedVatReferenceNumber:
string
Vat reference number for the organization
-
description:
string
Description for Organization
-
dunsNumber:
string
DUNS Number for Organization. Should be 9 digit number
-
dynamicProperty:
object dynamicProperty
Dynamic property name and value.
-
externalOrganizationId:
string
External organization id
-
id:
string
Id of the Organization
-
members:
array members
List of contact ids associated with an Organization
-
name:
string
The name for Organization
-
orderPriceLimit:
string
Its order limit value for the organization, if order limit is more than this value then approval is needed for the order
-
organizationLogo:
string
File path of organization logo.
-
organizationLogoURL:
string
Full URL of organization logo.
-
punchoutUserId:
string
Punchout user Id of organization, read only property.
-
relativeRoles:
array relativeRoles
List of roles associated with an Organization
-
repositoryId:
string
Repository Id of the Organization
-
secondaryAddresses:
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:
object shippingAddress
The default shipping address for the Organization. This a read only attribute. This will be returned if the property 'isDefaultShippingAddress' is set to 'true' in secondaryAddresses attribute.
-
taxReferenceNumber:
string
Tax Reference number for Organization
-
type:
string
Type for Organization
-
uniqueId:
string
Unique Id of the Organization
-
vatReferenceNumber:
string
Vat reference number for the organization
Nested Schema : billingAddress
Type:
object
The default billing address for the Organization. This a read only attribute. This will be returned if the property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute.
Show Source
-
address1:
string
the address1 of the address
-
address2:
string
the address2 of the address
-
city:
string
the city of the address
-
companyName:
string
the company name of the address
-
country:
string
the country of the address
-
dynamicProperty:
object dynamicProperty
The value of the dynamic Property
-
externalAddressId:
string
External address id
-
phoneNumber:
string
the phone Number of the address
-
postalCode:
string
the postal Code of the address
-
repositoryId:
string
Repository Id of the address
-
state:
string
the state of the address
Nested Schema : contract
Type:
object
Contract
Show Source
-
catalog:
object catalog
Catalog associated with contract
-
creationDate:
string
Contract creation date time stamp
-
description:
string
Description for contract
-
displayName:
string
Display name for contract
-
endDate:
string
Contract end date time stamp
-
externalContractReference:
string
External contract reference
-
priceListGroup:
object priceListGroup
Price ListGroup associated with contract
-
repositoryId:
string
Repository Id of the contract
-
startDate:
string
Contract start date time stamp
-
terms:
object terms
Terms and Conditions
Nested Schema : derivedBillingAddress
Type:
object
The default billing address for the Organization. This a read only attribute. This will be returned if the property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute.
Show Source
-
address1:
string
the address1 of the address
-
address2:
string
the address2 of the address
-
city:
string
the city of the address
-
companyName:
string
the company name of the address
-
country:
string
the country of the address
-
dynamicProperty:
object dynamicProperty
The value of the dynamic Property
-
externalAddressId:
string
External address id
-
phoneNumber:
string
the phone Number of the address
-
postalCode:
string
the postal Code of the address
-
repositoryId:
string
Repository Id of the address
-
state:
string
the state of the address
Nested Schema : derivedContract
Type:
object
Contract
Show Source
-
catalog:
object catalog
Catalog associated with contract
-
creationDate:
string
Contract creation date time stamp
-
description:
string
Description for contract
-
displayName:
string
Display name for contract
-
endDate:
string
Contract end date time stamp
-
externalContractReference:
string
External contract reference
-
priceListGroup:
object priceListGroup
Price ListGroup associated with contract
-
repositoryId:
string
Repository Id of the contract
-
startDate:
string
Contract start date time stamp
-
terms:
object terms
Terms and Conditions
Nested Schema : dynamicProperty
Type:
object
Dynamic property name and value.
Nested Schema : secondaryAddresses
Type:
array
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'.
Show Source
Nested Schema : shippingAddress
Type:
object
The default shipping address for the Organization. This a read only attribute. This will be returned if the property 'isDefaultShippingAddress' is set to 'true' in secondaryAddresses attribute.
Show Source
-
address1:
string
the address1 of the address
-
address2:
string
the address2 of the address
-
city:
string
the city of the address
-
companyName:
string
the company name shipping address
-
country:
string
the country of the address
-
dynamicProperty:
object dynamicProperty
The value of the dynamic Property
-
externalAddressId:
string
External address id
-
phoneNumber:
string
the phone Number of the company address
-
postalCode:
string
the postal Code of the address
-
repositoryId:
string
Repository Id of the address
-
state:
string
the state of the address
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : catalog
Type:
object
Catalog associated with contract
Show Source
-
repositoryId:
string
Repository Id of the catalog
Nested Schema : priceListGroup
Type:
object
Price ListGroup associated with contract
Show Source
-
repositoryId:
string
Repository Id of the price list group
Nested Schema : terms
Type:
object
Terms and Conditions
Show Source
-
repositoryId:
string
Repository Id of terms and conditions
-
terms:
string
Terms and Conditions
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : catalog
Type:
object
Catalog associated with contract
Show Source
-
repositoryId:
string
Repository Id of the catalog
Nested Schema : priceListGroup
Type:
object
Price ListGroup associated with contract
Show Source
-
repositoryId:
string
Repository Id of the price list group
Nested Schema : terms
Type:
object
Terms and Conditions
Show Source
-
repositoryId:
string
Repository Id of terms and conditions
-
terms:
string
Terms and Conditions
Nested Schema : items
Type:
Show Source
object
-
function:
string
Function of the role which can be admin or buyer.
-
relativeTo:
string
The organization Id with which this profile role is associated with.
Nested Schema : items
Type:
Show Source
object
-
address:
object address
Address created for the Organization.
-
addressType:
string
Address type represents nick name of account if present else repository ID of address item.
Nested Schema : address
Type:
object
Address created for the Organization.
Show Source
-
address1:
string
The address1 of the secondary address
-
address2:
string
The address2 of the secondary address
-
city:
string
The city of the secondary address
-
companyName:
string
Company name of the secondary address
-
country:
string
The country of the address
-
dynamicProperty:
object dynamicProperty
The value of the dynamic Property
-
externalAddressId:
string
External address id
-
phoneNumber:
string
Phone Number of the address
-
postalCode:
string
Postal Code of the address
-
repositoryId:
string
repository Id of the address
-
state:
string
The State of the address
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Example Response (application/json)
{
"taxReferenceNumber":"REFNUM123",
"organizationLogo":"/general/update-hero-image1.jpg",
"description":null,
"secondaryAddresses":[
{
"address":{
"country":"US",
"externalAddressId":"EXT_ADDR_1",
"types":[
{
"displayName":"Shipping",
"repositoryId":"ss-10001",
"id":"ss-10001"
},
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"150002",
"state":"AL"
},
"addressType":"Office Address"
}
],
"externalOrganizationId":"EXT_ORG_1",
"type":"none",
"derivedBillingAddress":{
"country":"US",
"externalAddressId":"EXT_ADDR_1",
"types":[
{
"displayName":"Shipping",
"repositoryId":"ss-10001",
"id":"ss-10001"
},
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"150002",
"state":"AL"
},
"customerType":"Standard",
"derivedShippingMethods":[
{
"displayName":"Shipping Method Name",
"repositoryId":"shippingMethodId1",
"id":"shippingMethodId1"
}
],
"organizationLogoURL":"http://localhost:9080/file/general/update-hero-image1.jpg",
"members":[
{
"repositoryId":"110000"
}
],
"paymentMethods":[
"card",
"cash"
],
"links":[
{
"rel":"self",
"href":"http://localhost:9080/ccadmin/v1/organizations"
}
],
"id":"200003",
"dunsNumber":"123456789",
"relativeRoles":[
{
"function":"admin"
},
{
"function":"buyer"
}
],
"shippingMethods":[
{
"id":"shippingMethodId1"
}
],
"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":{
"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":{
"repositoryId":"defaultPriceGroup"
},
"creationDate":"2016-04-01T09:34:50.000Z",
"startDate":"2016-10-10T11:44:26.000Z",
"externalContractReference":"UMWCUS001"
},
"active":true,
"vatReferenceNumber":"Vat123123",
"orderPriceLimit":1000,
"dynamicProperty":"dynamicProperty value",
"derivedShippingAddress":{
"country":"US",
"types":[
{
"displayName":"Shipping",
"repositoryId":"ss-10001",
"id":"ss-10001"
},
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"150002"
},
"useAllShippingMethodsFromSite":false,
"derivedUseAllShippingMethodsFromSite":false,
"approvalRequired":true,
"useAllPaymentMethodsFromSite":false,
"derivedPaymentMethods":[
"card",
"cash"
],
"repositoryId":"200003",
"name":"Oracle",
"shippingAddress":{
"country":"US",
"externalAddressId":"EXT_ADDR_1",
"types":[
{
"displayName":"Shipping",
"repositoryId":"ss-10001",
"id":"ss-10001"
},
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"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",
"externalAddressId":"EXT_ADDR_1",
"types":[
{
"displayName":"Shipping",
"repositoryId":"ss-10001",
"id":"ss-10001"
},
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"150002",
"state":"AL"
},
"uniqueId":"TestIDNumber"
}
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|
|------------------|------------------|
|100081|If order price limit is not passed or passed empty or null|
|100082|The current account does not have the delegate approval management option enabled. Requiring order approvals or making changes to purchase limits cannot be done.|
|100083|You must create at least one active approver for the account before you can enable the approval required option|
|100084|You cannot remove this contact from the account. The account has no other active Approvers. Approvals are still enabled and/or there are orders pending approval.|
|100086|Merchant admin is not allowed to do approval management with delegate approval management set to true.|
|100021|If approval required value is invalid|
|100080|If order price limit is Invalid |
|180106|One or more address type ID is invalid|
|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code