POST api/Common/GetAutoDocuNum

Request Information

URI Parameters

None.

Body Parameters

GetCommonRequest
NameDescriptionTypeAdditional information
PrefixTag

string

None.

CompKey

integer

None.

Headnumber

integer

None.

TranDocTag

string

None.

Subsordemo

string

None.

ProdKey

integer

None.

YearKey

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PrefixTag": "sample string 1",
  "CompKey": 2,
  "Headnumber": 3,
  "TranDocTag": "sample string 4",
  "Subsordemo": "sample string 5",
  "ProdKey": 6,
  "YearKey": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.