POST api/GetWO/Get_EMMC_Type_PCBA_SN
Request Information
URI Parameters
None.
Body Parameters
GetWOModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of GetWOModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"PCBASN": "sample string 1",
"Model_Code": "sample string 2"
},
{
"PCBASN": "sample string 1",
"Model_Code": "sample string 2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.