POST Resion/Resion_SaveInspectionReportsToLocations
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.Resion_InspectionReportsToLocations| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ReportId | integer |
None. |
|
| LocationId | integer |
None. |
|
| Date | date |
None. |
|
| DocNo | integer |
None. |
|
| WHCode | string |
None. |
|
| Location | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ReportId": 1,
"LocationId": 1,
"Date": "2026-04-03T08:49:25.7541844-04:00",
"DocNo": 1,
"WHCode": "sample string 1",
"Location": "sample string 2"
}
application/xml, text/xml
Sample:
<Resion_InspectionReportsToLocations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <Date>2026-04-03T08:49:25.7541844-04:00</Date> <DocNo>1</DocNo> <Id>1</Id> <Location>sample string 2</Location> <LocationId>1</LocationId> <ReportId>1</ReportId> <WHCode>sample string 1</WHCode> </Resion_InspectionReportsToLocations>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |