POST api/Requester/EditPriceOwner
Request Information
URI Parameters
None.
Body Parameters
CustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Lang | integer |
None. |
|
| NameAr | string |
None. |
|
| NameEn | string |
None. |
|
| Name | string |
None. |
|
| CompanyID | integer |
None. |
|
| IsOwner | boolean |
None. |
|
| ID | integer |
None. |
|
| Status | integer |
None. |
|
| MobilePrefix | string |
None. |
|
| Mobile | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Lang": 1,
"NameAr": "sample string 1",
"NameEn": "sample string 2",
"Name": "sample string 3",
"CompanyID": 4,
"IsOwner": true,
"ID": 6,
"Status": 1,
"MobilePrefix": "sample string 7",
"Mobile": "sample string 8",
"Password": "sample string 9"
}
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>4</CompanyID> <ID>6</ID> <IsOwner>true</IsOwner> <Lang>1</Lang> <Mobile>sample string 8</Mobile> <MobilePrefix>sample string 7</MobilePrefix> <Name>sample string 3</Name> <NameAr>sample string 1</NameAr> <NameEn>sample string 2</NameEn> <Password>sample string 9</Password> <Status>1</Status> </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.