get Address for an Organization
get
/ccapp/v1/organizations/{id}/secondaryAddresses/{addressId}
Get Organization Address. This endpoint is used to get secondary address of an Organization in Oracle Commerce Cloud.
Request
Supported Media Types
- application/json
Path Parameters
-
addressId(required): string
The address id of the requested address for an Organization.
-
id(required): string
The ID of the requested Organization.
Header Parameters
-
X-CCAsset-Language: string
The asset language of the request. E.g., en,de,fr_CA.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getOrganizationAddress_response
Type:
Show Source
object
-
address:
object address
Updated address 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
Updated address for the Organization.
Show Source
-
address1:
string
The address1 of the secondary address.
-
address2:
string
The address2 of the secondary address
-
address3:
string
The address3 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.
-
externalAddressId:
string
External address id
-
phoneNumber:
string
Phone Number of the address.
-
postalCode:
string
Postal Code of the address.
-
state:
string
The State of the address.
-
types:
array types
The types tagged to the address
Nested Schema : items
Type:
Show Source
object
-
displayName:
string
The name of the address type
-
id:
string
repository Id of the address type
-
repositoryId:
string
repository Id of the address type
Example Response (application/json)
{
"address":{
"country":"US",
"externalAddressId":"EXT_ADDR_1",
"types":[
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"phoneNumber":"973-974-1234",
"address3":"Street 3",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"companyName":"National Discount Auto Parts",
"postalCode":"36130",
"repositoryId":"280004",
"state":"AL"
},
"addressType":"Montgomery Office Address",
"links":[
{
"rel":"self",
"href":"/ccadminui/v1/organizations/or-100001/secondaryAddresses/280004"
}
]
}
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|
|------------------|------------------|
|100185|Invalid Address ID : No Address is found with the given id|
|100000|If input passed is invalid|
|100001|If there was no organization found with the given id|
|
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