POST Caller/Platform/Account

Request Information

URI Parameters

None.

Body Parameters

CallerPlatformAccount
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

AccountSid

string

None.

AccountSecret

string

None.

Platform

integer

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedUserId

integer

None.

UpdatedUserId

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "AccountSid": "sample string 3",
  "AccountSecret": "sample string 4",
  "Platform": 5,
  "CreatedDate": "2025-07-17T19:48:41.4922225+08:00",
  "UpdatedDate": "2025-07-17T19:48:41.4922225+08:00",
  "CreatedUserId": 8,
  "UpdatedUserId": 9,
  "IsActive": true,
  "IsDeleted": true,
  "Remark": "sample string 12"
}

application/xml, text/xml

Sample:
<CallerPlatformAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <AccountSecret>sample string 4</AccountSecret>
  <AccountSid>sample string 3</AccountSid>
  <CreatedDate>2025-07-17T19:48:41.4922225+08:00</CreatedDate>
  <CreatedUserId>8</CreatedUserId>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <Name>sample string 2</Name>
  <Platform>5</Platform>
  <Remark>sample string 12</Remark>
  <UpdatedDate>2025-07-17T19:48:41.4922225+08:00</UpdatedDate>
  <UpdatedUserId>9</UpdatedUserId>
</CallerPlatformAccount>

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.