SubmitOrder

The “SubmitOrder” API method allows client applications to send orders to TridentCare.

Request:

This request should include the following sections with field information in the body of the request payload in JSON format.

  • Order Header: Required, contains the common order information.

  • Order Detail: Required, contains the order’s detailed information.

  • Insurance: Repeated and required for TridentCare’s claim processing parties, contains individual insurance information

  • Guarantor: Repeated and required for TridentCare’s claim processing parties, contains individual guarantor information

  • Diagnosis: Repeated, contains diagnosis information about the patient.

  • Order Notes: Optional, contains order-level notes.

Note: Please refer the “Data and Parameter” section for field level information’s.

POST https://tridentapimanagement.azureapi.net/api/orders/submitorder

Response:

Upon successful validation and processing of the order, the API method returns a Success message. In case of any failures, an appropriate error message will be returned.

Success Message: Order Submitted Successfully.

Failure Messages:

In case of any issue in the request, client application will receive an error message with Error Code and Error Description. Please refer below table for various error codes and descriptions.