POST api/gdcm/psm/psmjudgeresult
Request Information
URI Parameters
None.
Body Parameters
PsmJusgmentResult| Name | Description | Type | Additional information |
|---|---|---|---|
| sendDate | string |
None. |
|
| VIN | string |
None. |
|
| odo | integer |
None. |
|
| judgeInfo | JudgeInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"sendDate": "sample string 1",
"VIN": "sample string 2",
"odo": 1,
"judgeInfo": {
"psmItemCategory": "sample string 1",
"judgeTsp": "sample string 2",
"judgeStatus": "sample string 3",
"detailCnt": 1,
"judgeDetail": [
{
"judgeCategory": "sample string 1",
"judgeValue": "sample string 2"
},
{
"judgeCategory": "sample string 1",
"judgeValue": "sample string 2"
}
]
}
}
application/xml, text/xml
Sample:
<PsmJusgmentResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Technosoft.Yana.LXI.XRM.API.Azure.Models.GDCMModel">
<VIN>sample string 2</VIN>
<judgeInfo>
<detailCnt>1</detailCnt>
<judgeDetail>
<JudgeDetail>
<judgeCategory>sample string 1</judgeCategory>
<judgeValue>sample string 2</judgeValue>
</JudgeDetail>
<JudgeDetail>
<judgeCategory>sample string 1</judgeCategory>
<judgeValue>sample string 2</judgeValue>
</JudgeDetail>
</judgeDetail>
<judgeStatus>sample string 3</judgeStatus>
<judgeTsp>sample string 2</judgeTsp>
<psmItemCategory>sample string 1</psmItemCategory>
</judgeInfo>
<odo>1</odo>
<sendDate>sample string 1</sendDate>
</PsmJusgmentResult>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |