Solved

Creating Resources - Reg

  • 12 July 2023
  • 5 replies
  • 67 views

Badge +4

Dear Community,

 

May I know how to create a scheduling resource through “IFSSchedulingRESTfulGateway” API ?  as I can see only  “GET  https://MyHost/IFSSchedulingRESTfulGateway/api/v1/scheduling/resource “  and No  POST in the interface guide. When I tried with POST methods the API threw an error “Method not allowed”.

icon

Best answer by Sajith Anushan 12 July 2023, 12:46

View original

5 replies

Userlevel 6
Badge +21

You need to use  https://MyHost/IFSSchedulingRESTfulGateway/api/v1/scheduling/data  POST endpoint with dataType = SCHEDULE parameter. 

Badge +4

Thank you for the swift response Sajith, Hope this is the same way we have to update (UPDATE) the resource for example to the the skills and qualifications etc. 

Userlevel 6
Badge +21

That is correct. Follow the entities in Scheduling Schema.

Badge +4

Thank you Sajith,  Would you  mind sending the latest “Scheduling Schema” here please ?

Userlevel 6
Badge +21

Here you go.

Reply