POST api/Intake/AddAmendment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "08a7b3ed-121e-4beb-96e4-38c18dae03e6",
  "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-12-15 20:05"
  }
}

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-12-15T20:05:42.9377921+00:00</d2p1:Timestamp>
  </Parameter>
  <AppContextId>08a7b3ed-121e-4beb-96e4-38c18dae03e6</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.