POST api/Requester/AddPriceOwner
Request Information
URI Parameters
None.
Body Parameters
CustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| Lang | integer |
None. |
|
| NameAr | string |
None. |
|
| NameEn | string |
None. |
|
| Name | string |
None. |
|
| CompanyID | integer |
None. |
|
| IsOwner | boolean |
None. |
|
| ID | integer |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"Lang": 1,
"NameAr": "sample string 2",
"NameEn": "sample string 3",
"Name": "sample string 4",
"CompanyID": 5,
"IsOwner": true,
"ID": 7,
"Status": 1
}
application/xml, text/xml
Sample:
<CustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <CompanyID>5</CompanyID> <ID>7</ID> <IsOwner>true</IsOwner> <Lang>1</Lang> <Name>sample string 4</Name> <NameAr>sample string 2</NameAr> <NameEn>sample string 3</NameEn> <Status>1</Status> <UserID>1</UserID> </CustomerModel>
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.