POST api/GoogleStatus/Approval
Request Information
URI Parameters
None.
Body Parameters
GoogleApprovalModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of GoogleApprovalModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"wo": "sample string 1",
"model_code": "sample string 2",
"sn_List": [
{
"SERIAL_NO": "sample string 1",
"RESULT": "sample string 2"
},
{
"SERIAL_NO": "sample string 1",
"RESULT": "sample string 2"
}
]
},
{
"wo": "sample string 1",
"model_code": "sample string 2",
"sn_List": [
{
"SERIAL_NO": "sample string 1",
"RESULT": "sample string 2"
},
{
"SERIAL_NO": "sample string 1",
"RESULT": "sample string 2"
}
]
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.