POST api/CheckSum/Device_Verification_CheckSUM
Request Information
URI Parameters
None.
Body Parameters
CheckSumModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of CheckSumModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"manufaturer": "sample string 1",
"device": "sample string 2",
"image_cheksum": "sample string 3",
"total_checksum": "sample string 4"
},
{
"manufaturer": "sample string 1",
"device": "sample string 2",
"image_cheksum": "sample string 3",
"total_checksum": "sample string 4"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.