enterpriseInfoByOrgCode
enterpriseInfoByOrgCode
Path Parameters
- org string required
organization namespace
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- enterpriseName string
name
- orgCode string
orgCode
- orgId string
orgId
- corporation string
corporation
- attestationStatus int
status
- isShow boolean
is show enterprise logo
- idcard string
identity
- creditCode string
{
"enterpriseName": "name",
"orgCode": null,
"orgId": null,
"corporation": null,
"attestationStatus": null,
"isShow": null,
"idcard": null,
"creditCode": null
}
Loading...