POST api/flight/b2b/sendReceipt

发送出票成功電郵

Request Information

URI Parameters

None.

Body Parameters

B2B_SendRQContract
NameDescriptionTypeAdditional information
transactionId

string

None.

receiveEmail

string

None.

sendFrom

string

None.

createIP

string

None.

lang

string

None.

CC

string

None.

reason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "transactionId": "sample string 1",
  "receiveEmail": "sample string 2",
  "sendFrom": "sample string 3",
  "createIP": "sample string 4",
  "lang": "sample string 5",
  "CC": "sample string 6",
  "reason": "sample string 7"
}

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 'B2B_SendRQContract'.

Response Information

Resource Description

发送出票成功電郵

ReturnResultOfBoolean
NameDescriptionTypeAdditional information
data

boolean

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": true,
  "code": 2,
  "message": "sample string 3"
}