POST api/Intake/AddAmendment
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "AppContextId": "3849a91d-78c5-46bf-8cac-28bbcb1d0acb", "Parameter": { "AmendmentId": 1, "PractitionerId": 2, "PractitionerName": "sample string 3", "Section": "sample string 4", "Level": "sample string 5", "Path": "sample string 6", "Text": "sample string 7", "IntakeId": 8, "Timestamp": "2025-05-30 20:07" } }
application/xml, text/xml
Sample:
<AuthenticatedInputOfUIAmendmentModelVTbbJOLw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP"> <Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.Web.Models.UI.Models.Intake"> <d2p1:AmendmentId>1</d2p1:AmendmentId> <d2p1:IntakeId>8</d2p1:IntakeId> <d2p1:Level>sample string 5</d2p1:Level> <d2p1:Path>sample string 6</d2p1:Path> <d2p1:PractitionerId>2</d2p1:PractitionerId> <d2p1:PractitionerName>sample string 3</d2p1:PractitionerName> <d2p1:Section>sample string 4</d2p1:Section> <d2p1:Text>sample string 7</d2p1:Text> <d2p1:Timestamp>2025-05-30T20:07:04.0687433+00:00</d2p1:Timestamp> </Parameter> <AppContextId>3849a91d-78c5-46bf-8cac-28bbcb1d0acb</AppContextId> </AuthenticatedInputOfUIAmendmentModelVTbbJOLw>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.