POST api/XTRFClientFapiao/UpdateFapiaoState2Sent?fapiaoId={fapiaoId}&fromModule={fromModule}&ip={ip}

PM/PA 确认发票已寄出

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fapiaoId

integer

Required

fromModule

string

Required

ip

string

Required

Body Parameters

FapiaoSentInfo
NameDescriptionTypeAdditional information
SentAddresss

收件地址

string

None.

SentCompany

快递公司id

integer

None.

SentNo

快递单号

string

None.

SentOn

寄出时间

date

None.

SentPeople

收件人

string

None.

SentPhone

收件人手机

string

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded, multipart/form-data

Sample:

Sample not available.

Response Information

Resource Description

resultSuccess
NameDescriptionTypeAdditional information
code

0 =SUCCESS,1=ERROR,401TIMEOUT

integer

None.

result

Object

None.

message

string

None.

type

string

None.

page

string

None.

pageSize

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "result": {},
  "message": "sample string 3",
  "type": "sample string 4",
  "page": "sample string 5",
  "pageSize": "sample string 6"
}

application/xml, text/xml

Sample:
<resultSuccess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Base.Entities">
  <code>1</code>
  <message>sample string 3</message>
  <page>sample string 5</page>
  <pageSize>sample string 6</pageSize>
  <result />
  <type>sample string 4</type>
</resultSuccess>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="code"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="result"

System.Object
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="message"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="type"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="page"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="pageSize"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e--