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
-
Type:
stringRequired:trueThe ID of the Organization to be updated.
Body Parameter
Root Schema : updateOrganization_request
{
"dynamicProperty":"dynamicProperty value",
"approvalRequired":true,
"orderPriceLimit":1000
}
- approvalRequired
-
Type:
booleanApproval flag is required for the organization, by default it is set to false - orderPriceLimit
-
Type:
numberOrder Price Limit Value for an organization
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : updateOrganization_response
- active
-
Type:
booleanActive status of an Organization. Should be true or false. By default the value is set to true - 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 default billing address for the Organization. This a read only attribute. This will come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute. - derivedPaymentMethods
-
Type:
arrayderivedPaymentMethodsAdditional Properties Allowed:Derived payment methods associated for organization. - derivedShippingAddress
-
Type:
objectderivedShippingAddressAdditional 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. - derivedShippingMethods
-
Type:
arrayderivedShippingMethodsAdditional Properties Allowed:Derived shipping methods associated for 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. - description
-
Type:
stringDescription for Organization - dunsNumber
-
Type:
stringDUNS Number for Organization - 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:
numberOrder Price Limit Value for an organization - organizationLogo
-
Type:
stringFile path of organization logo. - organizationLogoURL
-
Type:
stringFull URL of organization logo. - 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 'billingAddres'. - 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. - taxReferenceNumber
-
Type:
stringTax Reference number for Organization - type
-
Type:
stringType for Organization - uniqueId
-
Type:
stringUnique Id of the Organization - useAllShippingMethodsFromSite
-
Type:
stringFlag to use all the shipping methods available for site. - useExternalApprovalWebhook
-
Type:
booleanFlag to enable/disable Order Approval check from External Webhook - vatReferenceNumber
-
Type:
stringVat reference number for the organization
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 secondary address - phoneNumber
-
Type:
stringthe phone Number of the address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringRepository Id of the address - state
-
Type:
stringthe state of the secondary 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 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 secondary address - phoneNumber
-
Type:
stringthe phone Number of the address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringRepository Id of the address - state
-
Type:
stringthe state of the secondary address
Nested Schema : derivedPaymentMethods
Nested Schema : derivedShippingAddress
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 of 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 : members
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 'billingAddres'.
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 of 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 : catalog
Type:
objectCatalog associated with contract
- repositoryId
-
Type:
stringRepository Id of the catalog
Nested Schema : priceListGroup
Type:
objectPrice ListGroup associated with contract
- 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- displayName
-
Type:
stringRepository Id of the shipping method. - id
-
Type:
stringRepository Id of the shipping method. - repositoryId
-
Type:
stringRepository Id of the shipping method.
Nested Schema : items
Type:
object- repositoryId
-
Type:
stringContact Id of contact
Nested Schema : items
Type:
object- function
-
Type:
stringFunction 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/update-hero-image1.jpg",
"description":null,
"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",
"derivedBillingAddress":{
"country":"US",
"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",
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"150002",
"state":"AL"
},
"useAllShippingMethodsFromSite":false,
"derivedUseAllShippingMethodsFromSite":false,
"approvalRequired":true,
"useAllPaymentMethodsFromSite":false,
"derivedPaymentMethods":[
"card",
"cash"
],
"repositoryId":"200003",
"name":"Oracle",
"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"
},
"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 |
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:
{
"dynamicProperty": "dynamicProperty value",
"approvalRequired": true,
"orderPriceLimit": 1000
}
Sample Response Payload returned by endpoint:
{
"taxReferenceNumber": "REFNUM123",
"organizationLogo": "/general/update-hero-image1.jpg",
"description": null,
"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",
"derivedBillingAddress": {
"country": "US",
"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",
"phoneNumber": "973-974-1234",
"address2": "Street 2",
"city": "Montgomery",
"address1": "600 Dexter Avenue",
"postalCode": "36130",
"companyName": "Oracle",
"repositoryId": "150002",
"state": "AL"
},
"useAllShippingMethodsFromSite": false,
"derivedUseAllShippingMethodsFromSite": false,
"approvalRequired": true,
"useAllPaymentMethodsFromSite": false,
"derivedPaymentMethods": [
"card",
"cash"
],
"repositoryId": "200003",
"name": "Oracle",
"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"
},
"uniqueId": "TestIDNumber"
}