Order Feasibility API

(0 reviews)

Errors

The Order Feasibility API returns the following error codes and messages.

API error codeHTTP status codeAPI endpoint / resourceHTTP status messageDescription
401-86401orderFeasibilityUnauthorizedIndicates 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-89429orderFeasibilityToo many requestsOccurs when a request is blocked due to rate limit restrictions. Try reducing the number of requests you're making.
Learn more about our API rate limits.
FCF-404-1404orderFeasibilityNot foundOccurs when a Place ID can’t be found. Check the Place ID and try again.
FCF-404-3404orderFeasibilityNot foundOccurs when a Product ID can’t be found. Check the Product ID and try again.
FCF-404-13404orderFeasibilityNot foundOccurs when the selected Product Offering ID couldn't be found in the product catalogue.
Check you've selected the correct Product Offering ID and try again.
FCF-404-14404orderFeasibilityNot foundOccurs when the selected CSE Product Offering ID couldn’t be found in the product catalogue.
Check you've selected the correct CSE Product Offering ID and try again.
FCF-400-40400orderFeasibilityBad requestOccurs when you are not onboarded for the product offer you’ve requested.
Check you’ve requested the correct product offer and try again.
FCF-400-41400orderFeasibilityBad requestOccurs when a Product Offering ID isn't from a supported Product Family Type.
Check you’ve supplied the correct Product Offer ID and try again.
FCF-400-42400orderFeasibilityBad requestOccurs when a Product Offering ID hasn’t been provided.
Check you’ve provided a Product Offering ID and try again.
FCF-400-43400orderFeasibilityBad requestOccurs when a Product ID hasn’t been provided.
Check you’ve provided a Product ID and try again.
FCF-400-44400orderFeasibilityBad requestOccurs because the ONT ID supplied couldn't be found at the location.
Check the ONT ID you've supplied and try again.
FCF-400-45400orderFeasibilityBad requestOccurs when the CSE Product Offering ID you’ve provided isn't from the correct Product Family Type.
Check you’ve supplied the correct CSE Product Offering ID and try again.
FCF-400-46400orderFeasibilityBad requestOccurs when the CSE Product Offering ID isn't compatible with the requested order type.
Check you’ve selected the correct CSE Product Offering ID and try again.
FCF-400-47400orderFeasibilityBad requestOccurs when a Product ID isn't from the correct Product Family Type.
Check you’ve supplied the correct Product ID and try again.
FCF-400-48400orderFeasibilityBad requestOccurs when a product offer has been limited or withdrawn by Chorus.
Check you’ve requested the latest product offer and try again.
FCF-400-49400orderFeasibilityBad requestOccurs when an ONT ID isn’t required for the requested product offer.
Remove the ONT ID and try again.
FCF-400-51400orderFeasibilityBad requestOccurs when a Product ID can’t be matched to the Place ID.
Check the Product ID and Place ID are correct and try again.
FCF-400-52400orderFeasibilityBad requestOccurs when a Product ID can’t be matched to the ONT ID.
Check the Product ID and ONT ID are correct and try again.
FCF-400-53400orderFeasibilityBad requestOccurs when an existingProviderName isn’t required for the order type requested.
Remove the existingProviderName and try again.
FCF-400-54400orderFeasibilityBad requestOccurs when the ONT ID isn’t required. An ONT ID is only required for Connect Primary or Move Primary order types.
Remove the ONT ID and try again.
FCF-400-56400orderFeasibilityBad requestOccurs when an existingProviderName hasn’t been provided.
This is required for submitting transfer orders for Business or Education product offers.
Provide the existingProviderName and try again.
FCF-400-57400orderFeasibilityBad requestOccurs when the Product Offering ID isn't the correct Offer Type.
Check the Product Offering ID and try again.
FCF-400-58400orderFeasibilityBad requestOccurs when the Product ID belongs to a Secondary offer.
Provide a Product ID for a Primary offer and try again.
FCF-400-59400orderFeasibilityBad requestOccurs when the Product ID belongs to a Primary offer.vProvide a Product ID for a Secondary offer and try again.
FCF-400-60400orderFeasibilityBad requestOccurs when a Product ID isn’t required for the order type requested.
Remove the Product ID and try again.
FCF-400-61400orderFeasibilityBad requestOccurs when a Product Offering ID isn’t required for the order type requested.
Remove the Product Offering ID and try again.
FCF-400-62400orderFeasibilityBad requestOccurs when a Product ID isn’t active. Check the correct Product ID is supplied and try again.
FCF-400-63400orderFeasibilityBad requestOccurs because the new location of the active service must be different from the existing location for Move order types.
Change the new location Place ID and try again.
FCF-400-64400orderFeasibilityBad requestOccurs when the order type requested isn't compatible with the current product offer.
Check the order type is correct and try again.
FCF-400-65400orderFeasibilityBad requestOccurs when you already own the active service supplied.
To proceed with that order type, provide a Product ID you don’t own and try again.
FCF-400-66400orderFeasibilityBad requestOccurs when the new Product Offering ID isn’t of the same Product Family Type as the existing product offer.
Check you’ve requested the correct Product Offering ID and try again.
FCF-400-67400orderFeasibilityBad requestOccurs when a CSE Product Offering ID is required for the order type requested.
Check a CSE Product Offering ID was supplied and try again.
FCF-400-68400orderFeasibilityBad requestOccurs when a Product ID already has an open order against it. A Product ID can only have one open order at a time.
Wait for the order to close before trying again.
FCF-400-81400orderFeasibilityBad requestOccurs when the selected Customer Service Experience (CSE) isn’t compatible with the product offer selected.
Check you've selected the correct product offer and try again.
Learn more about CSE product offers.
FCF-400-82400orderFeasibilityBad requestOccurs when the product offer you've selected doesn't need voiceRequired.
Remove voiceRequired and try again.
FCF-400-83400orderFeasibilityBad requestOccurs when the order type you've requested doesn't need voiceRequired.
Remove voiceRequired and try again.
FCF-400-85400orderFeasibilityBad requestOccurs when there's 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.
FCF-401-84401orderFeasibilityUnauthorizedOccurs 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.
FCF-404-0404orderFeasibilityNot foundOccurs when a resource can't be found. Check if you've supplied the correct resource and try again.
FCF-405-0405orderFeasibilityMethod not allowedIndicates that the requested method isn't supported for the resource. Choose another method and try again.
FCF-406-0406orderFeasibilityNot acceptableOccurs when a request doesn’t list acceptable response content types that can be returned.
Check you've listed acceptable content types and try again.
FCF-415-0415orderFeasibilityUnsupportedIndicates that a request doesn’t contain a content type that is recognised.
Try again using a recognisable content type.
FCF-500-0500orderFeasibilityInternal server errorOccurs when a Chorus internal server error has occurred.
Try again and if the problem persists, contact your Chorus representative.
FCF-500-1500orderFeasibilityInternal server errorTime out waiting for feasibility status to be determined.
Occurs when there is a timeout while waiting for the Order Feasibility check to be processed. Wait 30 minutes and try again.
FCF-501-0501orderFeasibilityNot implementedIndicates that the requested resource hasn't been implemented yet.
For more information, contact your Chorus representative.

Reviews