Skip to content

UsageProcedures

Add new Procedures to existing Usages

Path

POST /odata/UsageProcedures/BulkAdd

Description

Adds new Procedures to existing Usages within a logged organization.

Request body

For adding Procedure(s) to Usage(s)

Parameter
Explanation
usageId: string
required
in formData
Unique Identifier of the the Usage.
If not provided: 400 Bad Request.
procedureNo: string
required
in formData
Number of the Procedure.
It is populated from procedureNo if it is matched by Procedure No and Facility. You can add procedures only with unique values.
If not provided: 400 Bad Request.
Request Content-types: APPLICATION/JSON, APPLICATION/XML
Request Example
{
  "usageId": "string(uuid)",
  "procedureNo": "string",
}

Request parameters

Parameter
Explanation
api-version: string default: 1.0
in header
The requested API version.
Authorization: string default:
Bearer access_token
in header
Specify the type of the token (bearer) and then insert the access_token, which was obtained during authentication.

Responses

Response
Explanation
200 OK OK
400 Bad Request Incorrect input data or organization ID does not match with the organization ID user is logged in.
401 Unauthorized Incorrect specified access_token or access_token got expired.
403 Forbidden User doesn’t have appropriate privileges.
500 Internal Server Error Server encountered an unexpected condition that prevented it from fulfilling the request.
Response Content-types: APPLICATION/JSON, APPLICATION/XML
Response example (200 OK)
"object"