POST Platform/AddUpdateYlxCustomer
Request Information
URI Parameters
None.
Body Parameters
YlxCustomerAddUpdateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerNo | string |
None. |
|
| CustomerName | string |
None. |
|
| CreateTime | date |
None. |
|
| State | integer |
None. |
|
| SalesmanId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerNo": "sample string 2",
"CustomerName": "sample string 3",
"CreateTime": "2026-04-13T13:46:49.9564103+08:00",
"State": 5,
"SalesmanId": 6
}
application/xml, text/xml
Sample:
<YlxCustomerAddUpdateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.DTO"> <CreateTime>2026-04-13T13:46:49.9564103+08:00</CreateTime> <CustomerName>sample string 3</CustomerName> <CustomerNo>sample string 2</CustomerNo> <Id>1</Id> <SalesmanId>6</SalesmanId> <State>5</State> </YlxCustomerAddUpdateDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>