Place API

(0 reviews)

Errors

The Place API returns the following error codes and messages.

Error codeHTTP status codeAPI endpoint / resourceHTTP status messageDesription
401-86401ALLUnauthorizedIndicates that authentication credentials haven't been provided in the request header or the credentials provided are incorrect.
Check if the correct authentication credentials are in the header and try again.
429-89429ALLToo many requestsOccurs when a request is blocked due to rate limit restrictions. Try reducing the number of requests you're making.
Learn more about API rate limits
FCL-400-1400ALLBad requestOccurs when the request syntax, parameters or headers are invalid or missing. Check and try again.
Message “cause” will depend on the context of error. For example, “Query parameter 'serialNumber' is required if 'refresh' = true.“.
FCL-400-6400/placesBad requestIndicates an invalid street number has been supplied in a search.
Valid street number formats are a number range, full numeric street number, or full alphanumeric street number.
For example, 24-28, 29A, 1/25, or 1/A 23-27.
FCL-400-8400/placesBad requestOccurs when a search parameter has not been supplied for an address search.
If searching for an address, provide at least a street name or one of the following: PLSAM ID, TUI ID, Product ID, or ONT Serial Number.
FCL-400-13400/placesBad requestOccurs when mixed search criteria is supplied for the street address.
Try again using a street name and either a number range, full numeric street number, or full alphanumeric street number.
For example, 24-28, 29A, 1/25, 1A/25, or 1/A 23-27.
FCL-400-22400/placesBad requestOccurs when a search query has too many conflicting query parameters.
Use either address based parameter streetName or one of the following key-based parameters: PLSAM ID, TUI ID, Product ID or ONT Serial Number.
FCL-401-84401/places
/places/{id}
/places/{id}/siteinformation
UnauthorizedOccurs when an organisation name can't be found for authentication purposes. Check your organisation credentials are correct and try again. If the problem persists, contact your Chorus representative.
FCL-400-85400/places
/places/{id}
/places/{id}/siteinformation
Bad requestOccurs when there is an issue with the syntax, message or header of a request.
Check the syntax and formatting of the request and ensure all required parameters are included.
FCL-400-90400/placesBad requestOccurs when there is no street address or key-based query parameter supplied for a search.
Provide either a streetName, tuiId, samId, productId or ontSerialNumber and try again.
FCL-404-1404ALLNot foundNo resource was found for the requested identifier.
Occurs when a resource cannot be found. Check if you have supplied the correct resource and try again.
FCL-405-0405/places
/places/{id}
/places/{id}/siteinformation
Method not allowedIndicates that the requested method is not supported for the resource. Choose another method and try again.
FCL-406-0406/places
/places/{id}
/places/{id}/siteinformation
Not acceptableOccurs when a request doesn’t list acceptable response content types that can be returned. Check you have listed acceptable content types and try again.
FCL-409-1409ALLConflictIndicates a conflict of the resource or application state.
Message example, “Status cannot be refreshed due to ONT serial number not available for the ONT.“.
FCL-415-0415/places
/places/{id}
/places/{id}/siteinformation
UnsupportedIndicates that a request doesn’t contain a content type that is recognised. Try again using a recognisable content type.
FCL-429-1429ALLToo many requestsIndicates that the rate limit quota has been exceeded.
Message example, “The service is currently handling a high volume of requests. Retry later.“
FCL-500-1500ALLInternal server errorAn unexpected error occurred while processing the request.
Try again and if the problem persists, contact your Chorus representative.
FCL-500-0500/places
/places/{id}
/places/{id}/siteinformation
Internal server errorOccurs when a Chorus internal server error has occurred. Try again and if the problem persists, contact your Chorus representative.
FCL-501-1501ALLNot implementedThe requested resource or operation is not currently supported.
For more information, contact your Chorus representative.
FCL-501-0501/places
/places/{id}
/places/{id}/siteinformation
Not implementedIndicates that the requested resource hasn't been implemented yet. For more information, contact your Chorus representative.
FCC-503-1503ALLService UnavailableThe service is temporarily unavailable. Retry later.
For more information, contact your Chorus Service Delivery Manager.
FCC-504-1504ALLGateway timeoutThe request could not be completed within the timeout period. Retry later.
Occurs when a timeout has occurred from gateway or from downstream systems. Please try again later.

Reviews