POST api/TransRecord/UploadPayMentInfo

Request Information

URI Parameters

None.

Body Parameters

Collection of C_Bi_PayMentInfo
NameDescriptionTypeAdditional information
ID

string

None.

ShopID

string

None.

PayID

string

None.

PayName

string

None.

IsDefault

boolean

None.

IsSystem

boolean

None.

Status

integer

None.

IsChange

boolean

None.

IsThirdparty

boolean

None.

IsOnAccount

boolean

None.

IsRefund

boolean

None.

IsVIPAccount

boolean

None.

IsRecharge

boolean

None.

IsVirtual

boolean

None.

IsVipCount

boolean

None.

Description

string

None.

SortID

integer

None.

Ico

string

None.

UpdateTime

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ID": "sample string 1",
    "ShopID": "sample string 2",
    "PayID": "sample string 3",
    "PayName": "sample string 4",
    "IsDefault": true,
    "IsSystem": true,
    "Status": 7,
    "IsChange": true,
    "IsThirdparty": true,
    "IsOnAccount": true,
    "IsRefund": true,
    "IsVIPAccount": true,
    "IsRecharge": true,
    "IsVirtual": true,
    "IsVipCount": true,
    "Description": "sample string 16",
    "SortID": 17,
    "Ico": "sample string 18",
    "UpdateTime": "QEA="
  },
  {
    "ID": "sample string 1",
    "ShopID": "sample string 2",
    "PayID": "sample string 3",
    "PayName": "sample string 4",
    "IsDefault": true,
    "IsSystem": true,
    "Status": 7,
    "IsChange": true,
    "IsThirdparty": true,
    "IsOnAccount": true,
    "IsRefund": true,
    "IsVIPAccount": true,
    "IsRecharge": true,
    "IsVirtual": true,
    "IsVipCount": true,
    "Description": "sample string 16",
    "SortID": 17,
    "Ico": "sample string 18",
    "UpdateTime": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOfC_Bi_PayMentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">
  <C_Bi_PayMentInfo>
    <Description>sample string 16</Description>
    <ID>sample string 1</ID>
    <Ico>sample string 18</Ico>
    <IsChange>true</IsChange>
    <IsDefault>true</IsDefault>
    <IsOnAccount>true</IsOnAccount>
    <IsRecharge>true</IsRecharge>
    <IsRefund>true</IsRefund>
    <IsSystem>true</IsSystem>
    <IsThirdparty>true</IsThirdparty>
    <IsVIPAccount>true</IsVIPAccount>
    <IsVipCount>true</IsVipCount>
    <IsVirtual>true</IsVirtual>
    <PayID>sample string 3</PayID>
    <PayName>sample string 4</PayName>
    <ShopID>sample string 2</ShopID>
    <SortID>17</SortID>
    <Status>7</Status>
    <UpdateTime>QEA=</UpdateTime>
  </C_Bi_PayMentInfo>
  <C_Bi_PayMentInfo>
    <Description>sample string 16</Description>
    <ID>sample string 1</ID>
    <Ico>sample string 18</Ico>
    <IsChange>true</IsChange>
    <IsDefault>true</IsDefault>
    <IsOnAccount>true</IsOnAccount>
    <IsRecharge>true</IsRecharge>
    <IsRefund>true</IsRefund>
    <IsSystem>true</IsSystem>
    <IsThirdparty>true</IsThirdparty>
    <IsVIPAccount>true</IsVIPAccount>
    <IsVipCount>true</IsVipCount>
    <IsVirtual>true</IsVirtual>
    <PayID>sample string 3</PayID>
    <PayName>sample string 4</PayName>
    <ShopID>sample string 2</ShopID>
    <SortID>17</SortID>
    <Status>7</Status>
    <UpdateTime>QEA=</UpdateTime>
  </C_Bi_PayMentInfo>
</ArrayOfC_Bi_PayMentInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.