POST v1/serviceVIN/save
Add or update information about a Service
Request Information
URI Parameters
None.
Body Parameters
ServiceVINModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceID |
Unique identifier of a Service |
integer |
None. |
| ServiceCategoryID |
Service Category |
integer |
None. |
| Barcodes | Collection of RTIModel |
None. |
|
| Notes |
Notes |
string |
None. |
| FinishedGoodLot | string |
None. |
|
| VIPLot | string |
None. |
|
| ServiceDate | date |
None. |
|
| VIPMRRD | date |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
MultiRTIResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Response |
Actual Response from database. Can contain any model needed |
Object |
None. |
| Errors |
List of errors from stored procedure |
Collection of ErrorModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"response": {},
"errors": [
{
"barcode": "sample string 1",
"errorMessage": "sample string 2"
},
{
"barcode": "sample string 1",
"errorMessage": "sample string 2"
}
]
}