Endpoints
-
Get a list of all support cases
Get a list of support cases of clients under the logged-in IBGET https://gateway.saxobank.com/sim/openapi/cs/v1/partner/support/cases/?$top={$top}&Status={Status}&FromDateTime={FromDateTime}&ToDateTime={ToDateTime}
-
Get a specific support case
Gets a particular case that matches the case idGET https://gateway.saxobank.com/sim/openapi/cs/v1/partner/support/cases/{CaseId}
-
Close a specific support case
Request to close a particular case that matches the case idPUT https://gateway.saxobank.com/sim/openapi/cs/v1/partner/support/cases/{CaseId}/caseclose
-
Create internal comment under a case
Creates an internal comment under a particular case that matches the case idPOST https://gateway.saxobank.com/sim/openapi/cs/v1/partner/support/cases/{CaseId}/internalcomment
-
Create note under a case
Creates a note under a particular case that matches the case idPOST https://gateway.saxobank.com/sim/openapi/cs/v1/partner/support/cases/{CaseId}/note
-
Update support case
Updates a particular case that matches with the case idPATCH https://gateway.saxobank.com/sim/openapi/cs/v1/partner/support/cases/{CaseId}
-
Facilitates an IB to create a new case on behalf of its client
Facilitates an IB to create a new case on behalf of its clientPOST https://gateway.saxobank.com/sim/openapi/cs/v1/partner/support/cases