POST _api/AMTAPI/AuditPlan
Request Information
URI Parameters
None.
Body Parameters
AuditPlan| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required |
|
| Createdby | string |
Required |
|
| Created | date |
None. |
|
| Status | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Createdby": "sample string 2",
"Created": "2025-10-28T11:17:22.4033804-05:00",
"Status": true
}
application/xml, text/xml
Sample:
<AuditPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTAPI.Models"> <Created>2025-10-28T11:17:22.4033804-05:00</Created> <Createdby>sample string 2</Createdby> <Name>sample string 1</Name> <Status>true</Status> </AuditPlan>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.