POST API/Fee/SetInvoiceInfo
申请开发票
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
param | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ResidentId": "sample string 1", "CommunityId": "sample string 2", "RoomId": "sample string 3", "CompanyName": "sample string 4", "Duty": "sample string 5", "Type": 6, "Address": "sample string 7", "Phone": "sample string 8", "Bank": "sample string 9", "BankAccount": "sample string 10", "Email": "sample string 11", "FeesPayRecordIds": "sample string 12" }
application/xml, text/xml
Sample:
<SetInvoiceInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models.FeesInvoice"> <Address>sample string 7</Address> <Bank>sample string 9</Bank> <BankAccount>sample string 10</BankAccount> <CommunityId>sample string 2</CommunityId> <CompanyName>sample string 4</CompanyName> <Duty>sample string 5</Duty> <Email>sample string 11</Email> <FeesPayRecordIds>sample string 12</FeesPayRecordIds> <Phone>sample string 8</Phone> <ResidentId>sample string 1</ResidentId> <RoomId>sample string 3</RoomId> <Type>6</Type> </SetInvoiceInfoRequest>
application/x-www-form-urlencoded
Sample: