POST api/Seabulk/ContainerInspection/StartContainerInspection
Start the ContainerInspection
Request Information
URI Parameters
None.
Body Parameters
StartContainerInspectionRequest
StartContainerInspectionRequestName | 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
ContainerInspectionName | 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-06-18T08:57:58.868068-05:00", "EndDateTime": "2025-06-18T08:57:58.868068-05: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-06-18T08:57:58.868068-05:00","EndDateTime":"2025-06-18T08:57:58.868068-05:00","ObjectKeyString":"sample string 7","PrimaryKey":[1],"IsPrimaryKeyInitialized":true}