POST v1/ss_finance/AddNobillRevenueGoods
Request Information
URI Parameters
None.
Body Parameters
AddNobillRevenueGoodsReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Cid | integer |
None. |
|
| Userid | integer |
None. |
|
| Type_code | string |
None. |
|
| Type_tax | string |
None. |
|
| Type | string |
None. |
|
| Type_info | string |
None. |
|
| Type_all_info | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cid": 1,
"Userid": 2,
"Type_code": "sample string 3",
"Type_tax": "sample string 4",
"Type": "sample string 5",
"Type_info": "sample string 6",
"Type_all_info": "sample string 7"
}
application/xml, text/xml
Sample:
<AddNobillRevenueGoodsReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qy.api.Models.Request"> <Cid>1</Cid> <Type>sample string 5</Type> <Type_all_info>sample string 7</Type_all_info> <Type_code>sample string 3</Type_code> <Type_info>sample string 6</Type_info> <Type_tax>sample string 4</Type_tax> <Userid>2</Userid> </AddNobillRevenueGoodsReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.