GET api/OrganizationUserSold?openid={openid}&temptime={temptime}&sign={sign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AddData| Name | Description | Type | Additional information |
|---|---|---|---|
| TrueName | string |
None. |
|
| IDCard | string |
None. |
|
| CDNum | string |
None. |
|
| MemberType | string |
None. |
|
| OrganizationUserTypeID | integer |
None. |
|
| OrganizationUserTypeName | string |
None. |
|
| LinkPhone | string |
None. |
|
| SincerityState | integer |
None. |
|
| SincerityStateName | string |
None. |
|
| OrganizationUserTypeData | Collection of OrganizationUserType_Model |
None. |
|
| OrganizationName | string |
None. |
|
| MakeTime | string |
None. |
|
| ColumnID | integer |
None. |
|
| ColumnName | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TrueName": "sample string 1",
"IDCard": "sample string 2",
"CDNum": "sample string 3",
"MemberType": "sample string 4",
"OrganizationUserTypeID": 5,
"OrganizationUserTypeName": "sample string 6",
"LinkPhone": "sample string 7",
"SincerityState": 8,
"SincerityStateName": "sample string 9",
"OrganizationUserTypeData": [
{
"TypeID": 1,
"TypeName": "sample string 2",
"Rank": 3
},
{
"TypeID": 1,
"TypeName": "sample string 2",
"Rank": 3
}
],
"OrganizationName": "sample string 10",
"MakeTime": "sample string 11",
"ColumnID": 12,
"ColumnName": "sample string 13",
"Message": "sample string 14"
}