updateOrganization
put
/ccadmin/v1/organizations/{id}
Update Organization. This operation is used to update 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
Path Parameters
- id
-
Type:
string
Required:true
The ID of the Organization to be updated.
Body Parameter
Root Schema : updateOrganization_request
{
"dynamicProperty":"dynamicProperty value",
"approvalRequired":true,
"orderPriceLimit":1000
}
- approvalRequired
-
Type:
boolean
Approval flag is required for the organization, by default it is set to false - orderPriceLimit
-
Type:
number
Order 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:
boolean
Active status of an Organization. Should be true or false. By default the value is set to true - approvalRequired
-
Type:
boolean
Approval flag is required for the organization, by default it is set to false - billingAddress
-
Type:
object
billingAddressAdditional 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:
object
contractAdditional Properties Allowed:Contract - customerType
-
Type:
string
Customer Type for Organization - delegateApprovalManagement
-
Type:
boolean
This flag indicates if the delegated admin has the provision of approval management, if set merchant admin cannot do any approval management. - derivedBillingAddress
-
Type:
object
derivedBillingAddressAdditional 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:
array
derivedPaymentMethodsAdditional Properties Allowed:Derived payment methods associated for organization. - derivedShippingAddress
-
Type:
object
derivedShippingAddressAdditional 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:
array
derivedShippingMethodsAdditional Properties Allowed:Derived shipping methods associated for organization. - derivedUseAllPaymentMethodsFromSite
-
Type:
boolean
Derived flag to use all the payment methods available for site. - derivedUseAllShippingMethodsFromSite
-
Type:
string
Derived flag to use all the shipping methods available for site. - description
-
Type:
string
Description for Organization - dunsNumber
-
Type:
string
DUNS Number for Organization - id
-
Type:
string
Id of the Organization - members
-
Type:
array
membersAdditional Properties Allowed:List of contact ids associated with an Organization - name
-
Type:
string
The name for Organization - orderPriceLimit
-
Type:
number
Order Price Limit Value for an organization - organizationLogo
-
Type:
string
File path of organization logo. - organizationLogoURL
-
Type:
string
Full URL of organization logo. - paymentMethods
-
Type:
array
paymentMethodsAdditional Properties Allowed:Payment methods associated for organization. - relativeRoles
-
Type:
array
relativeRolesAdditional Properties Allowed:List of organization roles. - repositoryId
-
Type:
string
Repository Id of the Organization - secondaryAddresses
-
Type:
array
secondaryAddressesAdditional 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:
object
shippingAddressAdditional 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:
array
shippingMethodsAdditional Properties Allowed:Shipping methods associated for organization. - taxReferenceNumber
-
Type:
string
Tax Reference number for Organization - type
-
Type:
string
Type for Organization - uniqueId
-
Type:
string
Unique Id of the Organization - useAllShippingMethodsFromSite
-
Type:
string
Flag to use all the shipping methods available for site. - useExternalApprovalWebhook
-
Type:
boolean
Flag to enable/disable Order Approval check from External Webhook - vatReferenceNumber
-
Type:
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 come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute.
- address1
-
Type:
string
the address1 of the address - address2
-
Type:
string
the address2 of the address - city
-
Type:
string
the city of the address - companyName
-
Type:
string
the company name of the address - country
-
Type:
string
the country of the secondary address - phoneNumber
-
Type:
string
the phone Number of the address - postalCode
-
Type:
string
the postal Code of the address - repositoryId
-
Type:
string
Repository Id of the address - state
-
Type:
string
the state of the secondary address
Nested Schema : contract
Type:
object
Contract
- catalog
-
Type:
object
catalogAdditional Properties Allowed:Catalog associated with contract - creationDate
-
Type:
string
Contract creation date time stamp - description
-
Type:
string
Description for contract - displayName
-
Type:
string
Display name for contract - endDate
-
Type:
string
Contract end date time stamp - externalContractReference
-
Type:
string
External contract reference - priceListGroup
-
Type:
object
priceListGroupAdditional Properties Allowed:Price ListGroup associated with contract - repositoryId
-
Type:
string
Repository Id of the contract - startDate
-
Type:
string
Contract start date time stamp - terms
-
Type:
object
termsAdditional Properties Allowed:Terms and Conditions
Nested Schema : derivedBillingAddress
Type:
object
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.
- address1
-
Type:
string
the address1 of the address - address2
-
Type:
string
the address2 of the address - city
-
Type:
string
the city of the address - companyName
-
Type:
string
the company name of the address - country
-
Type:
string
the country of the secondary address - phoneNumber
-
Type:
string
the phone Number of the address - postalCode
-
Type:
string
the postal Code of the address - repositoryId
-
Type:
string
Repository Id of the address - state
-
Type:
string
the state of the secondary address
Nested Schema : derivedPaymentMethods
Nested Schema : derivedShippingAddress
Type:
object
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.
- address1
-
Type:
string
the address1 of the address - address2
-
Type:
string
the address2 of the address - city
-
Type:
string
the city of the address - companyName
-
Type:
string
the company name of shipping address - country
-
Type:
string
the country of the address - phoneNumber
-
Type:
string
the phone Number of the company address - postalCode
-
Type:
string
the postal Code of the address - repositoryId
-
Type:
string
Repository Id of the address - state
-
Type:
string
the state of the address
Nested Schema : derivedShippingMethods
Nested Schema : members
Nested Schema : paymentMethods
Nested Schema : relativeRoles
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 'billingAddres'.
Nested Schema : shippingAddress
Type:
object
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.
- address1
-
Type:
string
the address1 of the address - address2
-
Type:
string
the address2 of the address - city
-
Type:
string
the city of the address - companyName
-
Type:
string
the company name of shipping address - country
-
Type:
string
the country of the address - phoneNumber
-
Type:
string
the phone Number of the company address - postalCode
-
Type:
string
the postal Code of the address - repositoryId
-
Type:
string
Repository Id of the address - state
-
Type:
string
the state of the address
Nested Schema : shippingMethods
Nested Schema : catalog
Type:
object
Catalog associated with contract
- repositoryId
-
Type:
string
Repository Id of the catalog
Nested Schema : priceListGroup
Type:
object
Price ListGroup associated with contract
- repositoryId
-
Type:
string
Repository Id of the price list group
Nested Schema : terms
Type:
object
Terms and Conditions
- repositoryId
-
Type:
string
Repository Id of terms and conditions - terms
-
Type:
string
Terms and Conditions
Nested Schema : items
Type:
object
- displayName
-
Type:
string
Repository Id of the shipping method. - id
-
Type:
string
Repository Id of the shipping method. - repositoryId
-
Type:
string
Repository Id of the shipping method.
Nested Schema : items
Type:
object
- repositoryId
-
Type:
string
Contact Id of contact
Nested Schema : items
Type:
object
- function
-
Type:
string
Function of the role.
Nested Schema : items
Type:
object
- address
-
Type:
object
addressAdditional Properties Allowed:Address created for the Organization. - addressType
-
Type:
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.
- address1
-
Type:
string
The address1 of the secondary address - address2
-
Type:
string
The address2 of the secondary address - city
-
Type:
string
The city of the secondary address - companyName
-
Type:
string
Company name of the secondary address - country
-
Type:
string
The country of the address - phoneNumber
-
Type:
string
Phone Number of the address - postalCode
-
Type:
string
Postal Code of the address - repositoryId
-
Type:
string
repository Id of the address - state
-
Type:
string
The State of the address
Nested Schema : items
Type:
object
- id
-
Type:
string
Repository Id of the shipping method.
Example application/json
{
"taxReferenceNumber":"REFNUM123",
"organizationLogo":"/general/update-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"
}
],
"parentOrganization":{
"name":"Oracle Sample",
"repositoryId":"100001",
"active":true,
"id":"100001"
},
"type":"none",
"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":"Oracle 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/update-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|
|------------------|------------------|
|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.|
|100093|If there was any internal error while getting the organization.|
|100083|You must create at least one active approver for the account before you can enable the approval required option|
|100073|If the catalog id is required|
|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.|
|100074|If the pricelist group id is required|
|20187|If the pricelist group id is invalid|
|100064|If the catalog id is invalid|
|100075|If external reference number is invalid|
|100086|Merchant admin is not allowed to do approval management with delegate approval management set to true.|
|100011|If the Organization Id passed is Invalid |
|100022|If invalid input is passed|
|22002|If invalid profile/member id is given|
|100012|If the Organization name is empty or null|
|100013|If the Organization's parent is being updated to itself or one of its child.|
|100024|If trying to update root organization|
|100014|If the organization name passed is duplicate|
|100018|If there was any internal error while updating 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:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - errors
-
Type:
array
errorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code - type
-
Type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Nested Schema : items
Type:
object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code
Examples
Sample Request:
{ "taxReferenceNumber": "REFNUM123", "organizationLogo": "/general/update-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"}], "op": "addContacts", "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/update-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" }], "parentOrganization": { "name": "Oracle Sample", "repositoryId": "100001", "active": true, "id": "100001" }, "type": "none", "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": "Oracle 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/update-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 }