POST api/MotorTruck/Insert
Insert/Update motor truck cargo.
Request Information
URI Parameters
None.
Body Parameters
MotorTruckCargoDataName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
CommoditiesHauled | string |
None. |
|
Hazardous | boolean |
None. |
|
AverageValue | decimal number |
None. |
|
MaximumValue | decimal number |
None. |
|
PercentOfRevenue | decimal number |
None. |
|
InsuredDatabaseId | globally unique identifier |
None. |
|
InsuredEmail | string |
None. |
|
InsuredFirstName | string |
None. |
|
InsuredLastName | string |
None. |
|
InsuredCommercialName | string |
None. |
|
CreateDate | date |
None. |
|
ChangeDate | date |
None. |
|
Active | boolean |
None. |
|
Policies | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "databaseId": "8c3f1d21-bb76-4b1a-b380-777feadb5e41", "commoditiesHauled": "sample string 2", "hazardous": true, "averageValue": 1.0, "maximumValue": 1.0, "percentOfRevenue": 1.0, "insuredDatabaseId": "78e3f9cc-98f8-4eae-b6ef-22eaf420f6f1", "insuredEmail": "sample string 3", "insuredFirstName": "sample string 4", "insuredLastName": "sample string 5", "insuredCommercialName": "sample string 6", "createDate": "2025-07-01T23:29:36.7338835-05:00", "changeDate": "2025-07-01T23:29:36.7338835-05:00", "active": true, "policies": [ "ebc19759-8a2c-445f-b0e0-7ecf0afc2018", "6265df2e-a336-4e1f-8f59-e57ef62b7754" ] }
application/xml, text/xml
Sample:
<MotorTruckCargoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Active>true</Active> <AverageValue>1</AverageValue> <ChangeDate>2025-07-01T23:29:36.7338835-05:00</ChangeDate> <CommoditiesHauled>sample string 2</CommoditiesHauled> <CreateDate>2025-07-01T23:29:36.7338835-05:00</CreateDate> <DatabaseId>8c3f1d21-bb76-4b1a-b380-777feadb5e41</DatabaseId> <Hazardous>true</Hazardous> <InsuredCommercialName>sample string 6</InsuredCommercialName> <InsuredDatabaseId>78e3f9cc-98f8-4eae-b6ef-22eaf420f6f1</InsuredDatabaseId> <InsuredEmail>sample string 3</InsuredEmail> <InsuredFirstName>sample string 4</InsuredFirstName> <InsuredLastName>sample string 5</InsuredLastName> <MaximumValue>1</MaximumValue> <PercentOfRevenue>1</PercentOfRevenue> <Policies xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ebc19759-8a2c-445f-b0e0-7ecf0afc2018</d2p1:guid> <d2p1:guid>6265df2e-a336-4e1f-8f59-e57ef62b7754</d2p1:guid> </Policies> </MotorTruckCargoData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultWithDatabaseIdName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
Status | ApiStatus |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "0b356782-df00-4bd1-8285-f4fa05ae12c6", "status": 0, "message": "sample string 2" }
application/xml, text/xml
Sample:
<NowCertsApiResultWithDatabaseId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 2</Message> <Status>Error</Status> <DatabaseId>0b356782-df00-4bd1-8285-f4fa05ae12c6</DatabaseId> </NowCertsApiResultWithDatabaseId>