POST api/App/AppExtRegApply

Request Information

URI Parameters

None.

Body Parameters

ExtRegApply
NameDescriptionTypeAdditional information
Id

string

None.

UserId

string

None.

UserName

string

None.

ApplyTime

date

None.

VerifyTime

date

None.

OrgId

string

None.

OrgName

string

None.

OrgAddress

string

None.

MachineCode

string

None.

ApplyExtTime

date

None.

AllowNum

integer

None.

RegCode

string

None.

ExtCode

string

None.

ExtTime

date

None.

State

integer

None.

VerifyMsg

string

None.

ApplyRemark

string

None.

LastVerifyTime

date

None.

RegNum

integer

None.

ExtNum

integer

None.

OrgCategory

integer

None.

OrgCategoryName

string

None.

GroupId

string

None.

DownDbUrl

string

None.

CryptSetupTime

string

None.

CryptStopTime

string

None.

FirstRegTime

string

None.

FirstExtTime

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "UserId": "sample string 2",
  "UserName": "sample string 3",
  "ApplyTime": "2025-07-01 05:48:51",
  "VerifyTime": "2025-07-01 05:48:51",
  "OrgId": "sample string 6",
  "OrgName": "sample string 7",
  "OrgAddress": "sample string 8",
  "MachineCode": "sample string 9",
  "ApplyExtTime": "2025-07-01 05:48:51",
  "AllowNum": 1,
  "RegCode": "sample string 11",
  "ExtCode": "sample string 12",
  "ExtTime": "2025-07-01 05:48:51",
  "State": 14,
  "VerifyMsg": "sample string 15",
  "ApplyRemark": "sample string 16",
  "LastVerifyTime": "2025-07-01 05:48:51",
  "RegNum": 17,
  "ExtNum": 18,
  "OrgCategory": 19,
  "OrgCategoryName": "sample string 20",
  "GroupId": "sample string 21",
  "DownDbUrl": "sample string 22",
  "CryptSetupTime": "sample string 23",
  "CryptStopTime": "sample string 24",
  "FirstRegTime": "sample string 25",
  "FirstExtTime": "sample string 26"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
Msg

string

None.

State

ResultState

None.

Data

Object

None.

RetData

Object

None.

Code

integer

None.

Exception

Exception

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 0,
  "Data": {},
  "RetData": {},
  "Code": 4,
  "Exception": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  }
}