POST api/ExImLookUps/Save
Request Information
URI Parameters
None.
Body Parameters
ExImLookUps| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| ExImLookUptypesId | integer |
None. |
|
| Id | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| LookUpName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActionId": 1,
"CompanyId": 2,
"ExImLookUptypesId": 3,
"Id": 4,
"OrganizationId": 5,
"LookUpName": "sample string 6"
}
application/xml, text/xml
Sample:
<ExImLookUps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export"> <ActionId>1</ActionId> <CompanyId>2</CompanyId> <ExImLookUptypesId>3</ExImLookUptypesId> <Id>4</Id> <LookUpName>sample string 6</LookUpName> <OrganizationId>5</OrganizationId> </ExImLookUps>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.