POST api/Supplier/XoaSupplier
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": "997b73b7-92a3-42a9-a4d0-ce65073c3e9e"
}
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>997b73b7-92a3-42a9-a4d0-ce65073c3e9e</IdGuid> <IdInt>1</IdInt> </DeleteModelRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.