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