POST Caller/Platform/Account/App

Request Information

URI Parameters

None.

Body Parameters

CallerPlatformAccountApp
NameDescriptionTypeAdditional information
Id

integer

None.

CallerPlatformAccountId

integer

None.

Name

string

None.

AccountSecret

string

None.

AppId

string

None.

AppToken

string

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedUserId

integer

None.

UpdatedUserId

integer

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CallerPlatformAccountId": 2,
  "Name": "sample string 3",
  "AccountSecret": "sample string 4",
  "AppId": "sample string 5",
  "AppToken": "sample string 6",
  "CreatedDate": "2025-07-17T13:49:45.0416588+08:00",
  "UpdatedDate": "2025-07-17T13:49:45.0416588+08:00",
  "CreatedUserId": 9,
  "UpdatedUserId": 10,
  "Remark": "sample string 11"
}

application/xml, text/xml

Sample:
<CallerPlatformAccountApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <AccountSecret>sample string 4</AccountSecret>
  <AppId>sample string 5</AppId>
  <AppToken>sample string 6</AppToken>
  <CallerPlatformAccountId>2</CallerPlatformAccountId>
  <CreatedDate>2025-07-17T13:49:45.0416588+08:00</CreatedDate>
  <CreatedUserId>9</CreatedUserId>
  <Id>1</Id>
  <Name>sample string 3</Name>
  <Remark>sample string 11</Remark>
  <UpdatedDate>2025-07-17T13:49:45.0416588+08:00</UpdatedDate>
  <UpdatedUserId>10</UpdatedUserId>
</CallerPlatformAccountApp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.