PUT Admin/Customer
Request Information
URI Parameters
None.
Body Parameters
CustomerName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Realname | string |
None. |
|
Phone | string |
None. |
|
IdCardNo | string |
None. |
|
PhoneMore | string |
None. |
|
Address | string |
None. |
|
CustomerTypeCode | string |
None. |
|
Remark | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedDate | date |
None. |
|
CreatedUserId | integer |
None. |
|
UpdatedUserId | integer |
None. |
|
CustomerName | string |
None. |
|
RemarkMore | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Realname": "sample string 2", "Phone": "sample string 3", "IdCardNo": "sample string 4", "PhoneMore": "sample string 5", "Address": "sample string 6", "CustomerTypeCode": "sample string 7", "Remark": "sample string 8", "CreatedDate": "2025-07-17T19:28:41.491295+08:00", "UpdatedDate": "2025-07-17T19:28:41.491295+08:00", "CreatedUserId": 11, "UpdatedUserId": 12, "CustomerName": "sample string 13", "RemarkMore": "sample string 14" }
application/xml, text/xml
Sample:
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core"> <Address>sample string 6</Address> <CreatedDate>2025-07-17T19:28:41.491295+08:00</CreatedDate> <CreatedUserId>11</CreatedUserId> <CustomerName>sample string 13</CustomerName> <CustomerTypeCode>sample string 7</CustomerTypeCode> <Id>1</Id> <IdCardNo>sample string 4</IdCardNo> <Phone>sample string 3</Phone> <PhoneMore>sample string 5</PhoneMore> <Realname>sample string 2</Realname> <Remark>sample string 8</Remark> <RemarkMore>sample string 14</RemarkMore> <UpdatedDate>2025-07-17T19:28:41.491295+08:00</UpdatedDate> <UpdatedUserId>12</UpdatedUserId> </Customer>
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.