POST LJ/Assessment/YuYueKanFang
Request Information
URI Parameters
None.
Body Parameters
YuYueKanFangRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| content | YuYueKanFang |
None. |
|
| companyCode | string |
None. |
|
| digest | string |
None. |
|
| seqNum | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"content": {
"invitewatchTime": "sample string 1",
"invitewatchPerson": "sample string 2",
"watchLinkman": "sample string 3",
"invitewatchPersonTelephone": "sample string 4",
"watchLinkmanTelephone": "sample string 5",
"invitewatchStatus": "sample string 6",
"comment": "sample string 7",
"businessId": "sample string 8"
},
"companyCode": "sample string 1",
"digest": "sample string 2",
"seqNum": "sample string 3"
}
application/xml, text/xml
Sample:
<YuYueKanFangRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.LJAssessment">
<CompanyCode>sample string 1</CompanyCode>
<Digest>sample string 2</Digest>
<SeqNum>sample string 3</SeqNum>
<Content>
<BizId>sample string 8</BizId>
<Comment>sample string 7</Comment>
<InviteWatchPerson>sample string 2</InviteWatchPerson>
<InviteWatchPersonTelephone>sample string 4</InviteWatchPersonTelephone>
<InviteWatchStatus>sample string 6</InviteWatchStatus>
<InviteWatchTime>sample string 1</InviteWatchTime>
<WatchLinkman>sample string 3</WatchLinkman>
<WatchLinkmanTelephone>sample string 5</WatchLinkmanTelephone>
</Content>
</YuYueKanFangRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LJResponseBase| Name | Description | Type | Additional information |
|---|---|---|---|
| resultCode | string |
None. |
|
| comment | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"resultCode": "sample string 1",
"comment": "sample string 2"
}
application/xml, text/xml
Sample:
<LJResponseBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.LJAssessment"> <Comment>sample string 2</Comment> <ResultCode>sample string 1</ResultCode> </LJResponseBase>