GET api/Customer/GetLastCustomerId
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetLastCustomerIdName | Description | Type | Additional information |
---|---|---|---|
CustomerId | integer |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CustomerId": 1, "Name": "sample string 2" }
application/octet-stream
Sample:
{"$id":"1","CustomerId":1,"Name":"sample string 2"}