POST api/admin/supplier/v1/delete
Request Information
URI Parameters
None.
Body Parameters
Supplier| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| supplier_code | string |
None. |
|
| supplier_code_alt | string |
None. |
|
| name | string |
None. |
|
| string |
None. |
||
| phone | string |
None. |
|
| location | string |
None. |
|
| contact_person_name | string |
None. |
|
| contact_person_email | string |
None. |
|
| contact_person_phone | string |
None. |
|
| last_modified | date |
None. |
|
| other | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"supplier_code": "sample string 2",
"supplier_code_alt": "sample string 3",
"name": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"location": "sample string 7",
"contact_person_name": "sample string 8",
"contact_person_email": "sample string 9",
"contact_person_phone": "sample string 10",
"last_modified": "2025-12-06T04:35:51.2281754+00:00",
"other": "sample string 12"
}
application/xml, text/xml
Sample:
<Supplier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models"> <contact_person_email>sample string 9</contact_person_email> <contact_person_name>sample string 8</contact_person_name> <contact_person_phone>sample string 10</contact_person_phone> <email>sample string 5</email> <id>1</id> <last_modified>2025-12-06T04:35:51.2281754+00:00</last_modified> <location>sample string 7</location> <name>sample string 4</name> <other>sample string 12</other> <phone>sample string 6</phone> <supplier_code>sample string 2</supplier_code> <supplier_code_alt>sample string 3</supplier_code_alt> </Supplier>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.