POST api/Seabulk/ContainerInspection/StartContainerInspection
Start the ContainerInspection
Request Information
URI Parameters
None.
Body Parameters
StartContainerInspectionRequest
StartContainerInspectionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ContainerInspectionType | ContainerInspectionType |
None. |
|
| CompanyCode | string |
None. |
|
| GeoLocationIdNo | integer |
None. |
|
| EquipmentLabel | string |
None. |
|
| CarrierIdNo | integer |
None. |
|
| BookingEquipmentIdNo | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
Sample not available.
Response Information
Resource Description
ContainerInspection
ContainerInspection| Name | Description | Type | Additional information |
|---|---|---|---|
| IdNo | integer |
None. |
|
| ContainerInspectionType | ContainerInspectionType |
None. |
|
| GeoLocationIdNo | integer |
None. |
|
| EquipmentLabel | string |
None. |
|
| CarrierIdNo | integer |
None. |
|
| InspectedByEmployeeIdNo | integer |
None. |
|
| CompanyCode | string |
None. |
|
| IsPassed | boolean |
None. |
|
| BookingEquipmentIdNo | integer |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| ObjectKeyString | string |
None. |
|
| PrimaryKey | Collection of Object |
None. |
|
| IsPrimaryKeyInitialized | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdNo": 1,
"ContainerInspectionType": 1,
"GeoLocationIdNo": 2,
"EquipmentLabel": "SAMPLE STRING 3",
"CarrierIdNo": 1,
"InspectedByEmployeeIdNo": 4,
"CompanyCode": "sample string 5",
"IsPassed": true,
"BookingEquipmentIdNo": 1,
"StartDateTime": "2025-11-05T14:59:01.2372598-06:00",
"EndDateTime": "2025-11-05T14:59:01.2372598-06:00",
"ObjectKeyString": "sample string 7",
"PrimaryKey": [
1
],
"IsPrimaryKeyInitialized": true
}
text/html
Sample:
{"IdNo":1,"ContainerInspectionType":1,"GeoLocationIdNo":2,"EquipmentLabel":"SAMPLE STRING 3","CarrierIdNo":1,"InspectedByEmployeeIdNo":4,"CompanyCode":"sample string 5","IsPassed":true,"BookingEquipmentIdNo":1,"StartDateTime":"2025-11-05T14:59:01.2372598-06:00","EndDateTime":"2025-11-05T14:59:01.2372598-06:00","ObjectKeyString":"sample string 7","PrimaryKey":[1],"IsPrimaryKeyInitialized":true}