POST Inspection/Note
Request Information
URI Parameters
None.
Body Parameters
Collection of AuditDataQuestioinNote| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteId | integer |
None. |
|
| FAQId | integer |
None. |
|
| Notes | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedByName | string |
None. |
|
| CreatedBy | integer |
None. |
|
| IsInternal | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"NoteId": 1,
"FAQId": 2,
"Notes": "sample string 3",
"CreatedOn": "2026-06-01T14:42:16.7339732-04:00",
"CreatedByName": "sample string 5",
"CreatedBy": 6,
"IsInternal": true
},
{
"NoteId": 1,
"FAQId": 2,
"Notes": "sample string 3",
"CreatedOn": "2026-06-01T14:42:16.7339732-04:00",
"CreatedByName": "sample string 5",
"CreatedBy": 6,
"IsInternal": true
}
]
application/xml, text/xml
Sample:
<ArrayOfAuditDataQuestioinNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities.EAuditor">
<AuditDataQuestioinNote>
<CreatedBy>6</CreatedBy>
<CreatedByName>sample string 5</CreatedByName>
<CreatedOn>2026-06-01T14:42:16.7339732-04:00</CreatedOn>
<FAQId>2</FAQId>
<IsInternal>true</IsInternal>
<NoteId>1</NoteId>
<Notes>sample string 3</Notes>
</AuditDataQuestioinNote>
<AuditDataQuestioinNote>
<CreatedBy>6</CreatedBy>
<CreatedByName>sample string 5</CreatedByName>
<CreatedOn>2026-06-01T14:42:16.7339732-04:00</CreatedOn>
<FAQId>2</FAQId>
<IsInternal>true</IsInternal>
<NoteId>1</NoteId>
<Notes>sample string 3</Notes>
</AuditDataQuestioinNote>
</ArrayOfAuditDataQuestioinNote>
multipart/form-data
Sample:
<ArrayOfAuditDataQuestioinNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities.EAuditor"><AuditDataQuestioinNote><CreatedBy>6</CreatedBy><CreatedByName>sample string 5</CreatedByName><CreatedOn>2026-06-01T14:42:16.7339732-04:00</CreatedOn><FAQId>2</FAQId><IsInternal>true</IsInternal><NoteId>1</NoteId><Notes>sample string 3</Notes></AuditDataQuestioinNote><AuditDataQuestioinNote><CreatedBy>6</CreatedBy><CreatedByName>sample string 5</CreatedByName><CreatedOn>2026-06-01T14:42:16.7339732-04:00</CreatedOn><FAQId>2</FAQId><IsInternal>true</IsInternal><NoteId>1</NoteId><Notes>sample string 3</Notes></AuditDataQuestioinNote></ArrayOfAuditDataQuestioinNote>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.