POST ModuleFlow/AuditFlow

Request Information

URI Parameters

None.

Body Parameters

MFlowModel
NameDescriptionTypeAdditional information
Pjt_abbr

string

None.

Message

string

None.

ModuleId

integer

None.

AuditorId

integer

None.

BizType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Pjt_abbr": "sample string 1",
  "Message": "sample string 2",
  "ModuleId": 3,
  "AuditorId": 4,
  "BizType": 5
}

application/xml, text/xml

Sample:
<MFlowModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Response">
  <AuditorId>4</AuditorId>
  <BizType>5</BizType>
  <Message>sample string 2</Message>
  <ModuleId>3</ModuleId>
  <Pjt_abbr>sample string 1</Pjt_abbr>
</MFlowModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MFlowModel'.

Response Information

Resource Description

BaseResult
NameDescriptionTypeAdditional information
Success

integer

None.

Msg

string

None.

Token

string

None.

Key

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": 1,
  "Msg": "sample string 2",
  "Token": "sample string 3",
  "Key": "sample string 4"
}

application/xml, text/xml

Sample:
<BaseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
  <Key>sample string 4</Key>
  <Msg>sample string 2</Msg>
  <Success>1</Success>
  <Token>sample string 3</Token>
</BaseResult>