GET dz_api/Customer/GetNewCustNo

获得客户编码

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获得客户编码

CustomerMessage
NameDescriptionTypeAdditional information
CustNo

客户编号

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CustNo": "sample string 1"
}

application/xml, text/xml

Sample:
<CustomerMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.Customer.Models">
  <CustNo>sample string 1</CustNo>
</CustomerMessage>