IPrimeSuiteAPI REST API Documentation


PostCharges


Method: POST

URI Template: https://api-test.greenwaymedical.com/Integration/RESTv1.0/PrimeSuiteAPIService/Patient/Billing/PostCharges

Request Format: Xml or Json

Request XML Example (schema):

Could not generate example for request. Failed with error: No parameterless constructor defined for this object.

Request Json Example (schema):

Could not generate example for request. Failed with error: Specified cast is not valid.

Response Format: Xml

Response XML Example (schema):

<?xml version="1.0" encoding="utf-16"?>
<PostChargesResponse>
  <PostStatus>String Content</PostStatus>
  <FailureReason>String Content</FailureReason>
</PostChargesResponse>

Response Format: Json

Response Example (schema):

{
  "PostStatus": "String Content",
  "FailureReason": "String Content"
}