POST Caller/Seats/BindSend
Request Information
URI Parameters
None.
Body Parameters
RongyingSeatAccountName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SeatAccount | string |
None. |
|
SeatMobile | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedDate | date |
None. |
|
Status | integer |
None. |
|
IsValid | integer |
None. |
|
IsActive | integer |
None. |
|
Platform | integer |
None. |
|
SeatName | string |
None. |
|
SeatRemark | string |
None. |
|
CpaId | integer |
None. |
|
CpaaId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "SeatAccount": "sample string 2", "SeatMobile": "sample string 3", "CreatedDate": "2025-07-17T20:00:44.0497982+08:00", "UpdatedDate": "2025-07-17T20:00:44.0497982+08:00", "Status": 6, "IsValid": 7, "IsActive": 8, "Platform": 9, "SeatName": "sample string 10", "SeatRemark": "sample string 11", "CpaId": 12, "CpaaId": 13 }
application/xml, text/xml
Sample:
<RongyingSeatAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core"> <CpaId>12</CpaId> <CpaaId>13</CpaaId> <CreatedDate>2025-07-17T20:00:44.0497982+08:00</CreatedDate> <Id>1</Id> <IsActive>8</IsActive> <IsValid>7</IsValid> <Platform>9</Platform> <SeatAccount>sample string 2</SeatAccount> <SeatMobile>sample string 3</SeatMobile> <SeatName>sample string 10</SeatName> <SeatRemark>sample string 11</SeatRemark> <Status>6</Status> <UpdatedDate>2025-07-17T20:00:44.0497982+08:00</UpdatedDate> </RongyingSeatAccount>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.