PUT api/v1/gps/bca/vehicleinfoforwardimage
Request Information
URI Parameters
None.
Body Parameters
BcaVehicleInfoForwardImgUpdateI| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of BcaVehicleInfoForwardImgUpdateItem |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Data": [
{
"XNCode": 1,
"VehiclePlate": "sample string 2",
"VehicleID": 3,
"SystemID": 4,
"ClientSourceID": 5,
"ActionUser": "b57a84c5-28fb-40cc-b0ea-c1bb71ab999e",
"ClientPageID": 7,
"Frequency": 64,
"BcaChannel": 64,
"PcnChannel": 64,
"NotTransferReason": "sample string 9",
"IsForwardImg": true,
"CompanyID": 10,
"IsVerified": true
},
{
"XNCode": 1,
"VehiclePlate": "sample string 2",
"VehicleID": 3,
"SystemID": 4,
"ClientSourceID": 5,
"ActionUser": "b57a84c5-28fb-40cc-b0ea-c1bb71ab999e",
"ClientPageID": 7,
"Frequency": 64,
"BcaChannel": 64,
"PcnChannel": 64,
"NotTransferReason": "sample string 9",
"IsForwardImg": true,
"CompanyID": 10,
"IsVerified": true
}
],
"Username": "sample string 1",
"Password": "sample string 2"
}
application/xml, text/xml
Sample:
<BcaVehicleInfoForwardImgUpdateI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">
<Password>sample string 2</Password>
<Username>sample string 1</Username>
<Data>
<BcaVehicleInfoForwardImgUpdateItem>
<ActionUser>b57a84c5-28fb-40cc-b0ea-c1bb71ab999e</ActionUser>
<BcaChannel>64</BcaChannel>
<ClientPageID>7</ClientPageID>
<ClientSourceID>5</ClientSourceID>
<CompanyID>10</CompanyID>
<Frequency>64</Frequency>
<IsForwardImg>true</IsForwardImg>
<IsVerified>true</IsVerified>
<NotTransferReason>sample string 9</NotTransferReason>
<PcnChannel>64</PcnChannel>
<SystemID>4</SystemID>
<VehicleID>3</VehicleID>
<VehiclePlate>sample string 2</VehiclePlate>
<XNCode>1</XNCode>
</BcaVehicleInfoForwardImgUpdateItem>
<BcaVehicleInfoForwardImgUpdateItem>
<ActionUser>b57a84c5-28fb-40cc-b0ea-c1bb71ab999e</ActionUser>
<BcaChannel>64</BcaChannel>
<ClientPageID>7</ClientPageID>
<ClientSourceID>5</ClientSourceID>
<CompanyID>10</CompanyID>
<Frequency>64</Frequency>
<IsForwardImg>true</IsForwardImg>
<IsVerified>true</IsVerified>
<NotTransferReason>sample string 9</NotTransferReason>
<PcnChannel>64</PcnChannel>
<SystemID>4</SystemID>
<VehicleID>3</VehicleID>
<VehiclePlate>sample string 2</VehiclePlate>
<XNCode>1</XNCode>
</BcaVehicleInfoForwardImgUpdateItem>
</Data>
</BcaVehicleInfoForwardImgUpdateI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BcaVehicleInfoForwardImgUpdateO| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageResult | string |
None. |
|
| MessageInternalResult | string |
None. |
|
| ErrorType | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessageResult": "sample string 1",
"MessageInternalResult": "sample string 2",
"ErrorType": 3
}
application/xml, text/xml
Sample:
<BcaVehicleInfoForwardImgUpdateO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA"> <ErrorType>3</ErrorType> <MessageInternalResult>sample string 2</MessageInternalResult> <MessageResult>sample string 1</MessageResult> </BcaVehicleInfoForwardImgUpdateO>