POST api/Customer/XoaCustomer
Request Information
URI Parameters
None.
Body Parameters
DeleteModelRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IdInt | integer |
None. |
|
| IdGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdInt": 1,
"IdGuid": "46ce5b11-afb5-447c-8e27-04f21e169c20"
}
application/xml, text/xml
Sample:
<DeleteModelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model"> <IdGuid>46ce5b11-afb5-447c-8e27-04f21e169c20</IdGuid> <IdInt>1</IdInt> </DeleteModelRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.