PUT Admin/InsuranceCategory
Request Information
URI Parameters
None.
Body Parameters
InsuranceCategoryName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
ShortName | string |
None. |
|
Memo | string |
None. |
|
InsuranceTypeId | integer |
None. |
|
IsMaster | boolean |
None. |
|
IsProtected | boolean |
None. |
|
CreatedDate | date |
None. |
|
UpdatedDate | date |
None. |
|
BihuKeyName | string |
None. |
|
CateCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "ShortName": "sample string 3", "Memo": "sample string 4", "InsuranceTypeId": 5, "IsMaster": true, "IsProtected": true, "CreatedDate": "2025-07-17T19:42:20.6417022+08:00", "UpdatedDate": "2025-07-17T19:42:20.6417022+08:00", "BihuKeyName": "sample string 10", "CateCode": "sample string 11" }
application/xml, text/xml
Sample:
<InsuranceCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core"> <BihuKeyName>sample string 10</BihuKeyName> <CateCode>sample string 11</CateCode> <CreatedDate>2025-07-17T19:42:20.6417022+08:00</CreatedDate> <Id>1</Id> <InsuranceTypeId>5</InsuranceTypeId> <IsMaster>true</IsMaster> <IsProtected>true</IsProtected> <Memo>sample string 4</Memo> <Name>sample string 2</Name> <ShortName>sample string 3</ShortName> <UpdatedDate>2025-07-17T19:42:20.6417022+08:00</UpdatedDate> </InsuranceCategory>
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.