POST Admin/Inscorp/Profile

Request Information

URI Parameters

None.

Body Parameters

InscorpProfile
NameDescriptionTypeAdditional information
Id

integer

None.

CateId

integer

None.

FileNo

string

None.

FileUrl

string

None.

CreatedDate

date

None.

CreatedUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CateId": 2,
  "FileNo": "sample string 3",
  "FileUrl": "sample string 4",
  "CreatedDate": "2025-07-17T19:35:24.2363905+08:00",
  "CreatedUserId": 6
}

application/xml, text/xml

Sample:
<InscorpProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <CateId>2</CateId>
  <CreatedDate>2025-07-17T19:35:24.2363905+08:00</CreatedDate>
  <CreatedUserId>6</CreatedUserId>
  <FileNo>sample string 3</FileNo>
  <FileUrl>sample string 4</FileUrl>
  <Id>1</Id>
</InscorpProfile>

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.