> For the complete documentation index, see [llms.txt](https://docs.infraon.io/infraon-infinity-api-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/infraon-infinity-api-guide/modules/service-feasibility-requests.md).

# Service Feasibility Requests

## GET /ux/common/service\_feasibility\_request/service\_request/

> API endpoint that allows users to be viewed.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}},"schemas":{"ServiceFeasibilityRequest":{"type":"object","description":"Service Feasibility Request Serializer","properties":{"id":{"type":"string","readOnly":true},"location":{"type":"string","readOnly":true},"fat_info":{"type":"string","readOnly":true},"reservation_start_period":{"type":"string","readOnly":true},"reservation_expiry_period":{"type":"string","readOnly":true},"is_archived":{"type":"boolean"},"state":{"type":"string"},"feasibility_status":{"type":"string"},"subscriber_id":{"type":"string"},"work_order_id":{"type":"string"},"registration_request_id":{"type":"string"},"request_display_id":{"type":"string"},"external_id":{"type":"string"},"request_id":{"type":"string"},"contact_number":{"type":"string"},"profile_type":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"latitude":{"type":"number","format":"float","default":20.59},"longitude":{"type":"number","format":"float","default":78.96},"organization":{"type":"string"},"resource_info":{"$ref":"#/components/schemas/Embedded"},"feasibility_info":{"$ref":"#/components/schemas/Embedded"}},"required":["fat_info","id","location","reservation_expiry_period","reservation_start_period"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}},"paths":{"/ux/common/service_feasibility_request/service_request/":{"get":{"operationId":"ux_common_service_feasibility_request_service_request_list","description":"API endpoint that allows users to be viewed.","tags":["Service Feasibility Requests"],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}}}},"description":""}}}}}}
```

## POST /ux/common/service\_feasibility\_request/service\_request/

> API endpoint that allows users to be viewed.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}},"schemas":{"ServiceFeasibilityRequest":{"type":"object","description":"Service Feasibility Request Serializer","properties":{"id":{"type":"string","readOnly":true},"location":{"type":"string","readOnly":true},"fat_info":{"type":"string","readOnly":true},"reservation_start_period":{"type":"string","readOnly":true},"reservation_expiry_period":{"type":"string","readOnly":true},"is_archived":{"type":"boolean"},"state":{"type":"string"},"feasibility_status":{"type":"string"},"subscriber_id":{"type":"string"},"work_order_id":{"type":"string"},"registration_request_id":{"type":"string"},"request_display_id":{"type":"string"},"external_id":{"type":"string"},"request_id":{"type":"string"},"contact_number":{"type":"string"},"profile_type":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"latitude":{"type":"number","format":"float","default":20.59},"longitude":{"type":"number","format":"float","default":78.96},"organization":{"type":"string"},"resource_info":{"$ref":"#/components/schemas/Embedded"},"feasibility_info":{"$ref":"#/components/schemas/Embedded"}},"required":["fat_info","id","location","reservation_expiry_period","reservation_start_period"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}},"paths":{"/ux/common/service_feasibility_request/service_request/":{"post":{"operationId":"ux_common_service_feasibility_request_service_request_create","description":"API endpoint that allows users to be viewed.","tags":["Service Feasibility Requests"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}}},"description":""}}}}}}
```

## GET /ux/common/service\_feasibility\_request/service\_request/{id}/

> API endpoint that allows users to be viewed.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}},"schemas":{"ServiceFeasibilityRequest":{"type":"object","description":"Service Feasibility Request Serializer","properties":{"id":{"type":"string","readOnly":true},"location":{"type":"string","readOnly":true},"fat_info":{"type":"string","readOnly":true},"reservation_start_period":{"type":"string","readOnly":true},"reservation_expiry_period":{"type":"string","readOnly":true},"is_archived":{"type":"boolean"},"state":{"type":"string"},"feasibility_status":{"type":"string"},"subscriber_id":{"type":"string"},"work_order_id":{"type":"string"},"registration_request_id":{"type":"string"},"request_display_id":{"type":"string"},"external_id":{"type":"string"},"request_id":{"type":"string"},"contact_number":{"type":"string"},"profile_type":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"latitude":{"type":"number","format":"float","default":20.59},"longitude":{"type":"number","format":"float","default":78.96},"organization":{"type":"string"},"resource_info":{"$ref":"#/components/schemas/Embedded"},"feasibility_info":{"$ref":"#/components/schemas/Embedded"}},"required":["fat_info","id","location","reservation_expiry_period","reservation_start_period"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}},"paths":{"/ux/common/service_feasibility_request/service_request/{id}/":{"get":{"operationId":"ux_common_service_feasibility_request_service_request_retrieve","description":"API endpoint that allows users to be viewed.","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Service Feasibility Requests"],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}}},"description":""}}}}}}
```

## PUT /ux/common/service\_feasibility\_request/service\_request/{id}/

> API endpoint that allows users to be viewed.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}},"schemas":{"ServiceFeasibilityRequest":{"type":"object","description":"Service Feasibility Request Serializer","properties":{"id":{"type":"string","readOnly":true},"location":{"type":"string","readOnly":true},"fat_info":{"type":"string","readOnly":true},"reservation_start_period":{"type":"string","readOnly":true},"reservation_expiry_period":{"type":"string","readOnly":true},"is_archived":{"type":"boolean"},"state":{"type":"string"},"feasibility_status":{"type":"string"},"subscriber_id":{"type":"string"},"work_order_id":{"type":"string"},"registration_request_id":{"type":"string"},"request_display_id":{"type":"string"},"external_id":{"type":"string"},"request_id":{"type":"string"},"contact_number":{"type":"string"},"profile_type":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"latitude":{"type":"number","format":"float","default":20.59},"longitude":{"type":"number","format":"float","default":78.96},"organization":{"type":"string"},"resource_info":{"$ref":"#/components/schemas/Embedded"},"feasibility_info":{"$ref":"#/components/schemas/Embedded"}},"required":["fat_info","id","location","reservation_expiry_period","reservation_start_period"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}},"paths":{"/ux/common/service_feasibility_request/service_request/{id}/":{"put":{"operationId":"ux_common_service_feasibility_request_service_request_update","description":"API endpoint that allows users to be viewed.","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Service Feasibility Requests"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}}},"description":""}}}}}}
```

## DELETE /ux/common/service\_feasibility\_request/service\_request/{id}/

> API endpoint that allows users to be viewed.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/service_feasibility_request/service_request/{id}/":{"delete":{"operationId":"ux_common_service_feasibility_request_service_request_destroy","description":"API endpoint that allows users to be viewed.","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Service Feasibility Requests"],"responses":{"204":{"description":"No response body"}}}}}}
```

## Gets a list of Service Feasibility Requests

> This endpoint is used to fetch all the Service Feasibility Requests in the current organization

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}},"schemas":{"ServiceFeasibilityRequest":{"type":"object","description":"Service Feasibility Request Serializer","properties":{"id":{"type":"string","readOnly":true},"location":{"type":"string","readOnly":true},"fat_info":{"type":"string","readOnly":true},"reservation_start_period":{"type":"string","readOnly":true},"reservation_expiry_period":{"type":"string","readOnly":true},"is_archived":{"type":"boolean"},"state":{"type":"string"},"feasibility_status":{"type":"string"},"subscriber_id":{"type":"string"},"work_order_id":{"type":"string"},"registration_request_id":{"type":"string"},"request_display_id":{"type":"string"},"external_id":{"type":"string"},"request_id":{"type":"string"},"contact_number":{"type":"string"},"profile_type":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"latitude":{"type":"number","format":"float","default":20.59},"longitude":{"type":"number","format":"float","default":78.96},"organization":{"type":"string"},"resource_info":{"$ref":"#/components/schemas/Embedded"},"feasibility_info":{"$ref":"#/components/schemas/Embedded"}},"required":["fat_info","id","location","reservation_expiry_period","reservation_start_period"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}},"paths":{"/ux/common/service_feasibility_request/service_request/get_service_requests/":{"get":{"operationId":"ux_common_service_feasibility_request_service_request_get_service_requests_retrieve","description":"This endpoint is used to fetch all the Service Feasibility Requests in the current organization","summary":"Gets a list of Service Feasibility Requests","parameters":[{"in":"query","name":"items_per_page","schema":{"type":"integer"},"description":"Items Per Page","required":true},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page Number","required":true},{"in":"query","name":"reverse","schema":{"type":"boolean"},"description":"Sorting Order"},{"in":"query","name":"sort","schema":{"type":"string"},"description":"Sorting Key"}],"tags":["Service Feasibility Requests"],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceFeasibilityRequest"}}},"description":""}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.infraon.io/infraon-infinity-api-guide/modules/service-feasibility-requests.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
