PATCH api/StagedDocumentMapping
Request Information
URI Parameters
None.
Body Parameters
InspectionDefectClientDocumentMappingData| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentID | string |
None. |
|
| DefectID | string |
None. |
|
| AssociationTimestamp | date |
None. |
|
| InReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocumentID": "sample string 1",
"DefectID": "sample string 2",
"AssociationTimestamp": "2025-11-08T12:08:15.2835197+00:00",
"InReport": true
}
application/xml, text/xml
Sample:
<InspectionDefectClientDocumentMappingData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.Api.ApiModels"> <AssociationTimestamp>2025-11-08T12:08:15.2835197+00:00</AssociationTimestamp> <DefectID>sample string 2</DefectID> <DocumentID>sample string 1</DocumentID> <InReport>true</InReport> </InspectionDefectClientDocumentMappingData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |