IPrimeSuiteAPI REST API Documentation
SubmittedChargeUpdate
Method: POST
URI Template: https://api-test.greenwaymedical.com/Integration/RESTv1.0/PrimeSuiteAPIService/Billing/SubmittedChargeUpdate
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: No parameterless constructor defined for this object.
Response Format: Xml
Response XML Example (schema):
<?xml version="1.0" encoding="utf-16"?>
<SubmittedChargeUpdateResponse>
<SubmittedChargeID>0</SubmittedChargeID>
<ChargePostedToChargesPage>false</ChargePostedToChargesPage>
</SubmittedChargeUpdateResponse>
Response Format: Json
Response Example (schema):
{
"SubmittedChargeID": 0,
"ChargePostedToChargesPage": false
}