POST api/Organization/Save
Request Information
URI Parameters
None.
Body Parameters
Organization| Name | Description | Type | Additional information |
|---|---|---|---|
| AllowedLocationsCount | integer |
None. |
|
| Id | integer |
None. |
|
| OrganizaionTemplateId | integer |
None. |
|
| OrgAddress | string |
None. |
|
| OrgBaseCurr | string |
None. |
|
| OrgCode | string |
None. |
|
| OrgContactPerson | string |
None. |
|
| OrgCountry | string |
None. |
|
| OrgEmailA | string |
None. |
|
| OrgEmailB | string |
None. |
|
| OrgLogo | string |
None. |
|
| OrgMobileA | string |
None. |
|
| OrgMobileB | string |
None. |
|
| OrgMobileC | string |
None. |
|
| OrgName | string |
None. |
|
| OrgReportingTitle | string |
None. |
|
| OrgState | string |
None. |
|
| OrgTel | string |
None. |
|
| ReportingRemarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AllowedLocationsCount": 1,
"Id": 2,
"OrganizaionTemplateId": 3,
"OrgAddress": "sample string 4",
"OrgBaseCurr": "sample string 5",
"OrgCode": "sample string 6",
"OrgContactPerson": "sample string 7",
"OrgCountry": "sample string 8",
"OrgEmailA": "sample string 9",
"OrgEmailB": "sample string 10",
"OrgLogo": "sample string 11",
"OrgMobileA": "sample string 12",
"OrgMobileB": "sample string 13",
"OrgMobileC": "sample string 14",
"OrgName": "sample string 15",
"OrgReportingTitle": "sample string 16",
"OrgState": "sample string 17",
"OrgTel": "sample string 18",
"ReportingRemarks": "sample string 19"
}
application/xml, text/xml
Sample:
<Organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model"> <AllowedLocationsCount>1</AllowedLocationsCount> <Id>2</Id> <OrgAddress>sample string 4</OrgAddress> <OrgBaseCurr>sample string 5</OrgBaseCurr> <OrgCode>sample string 6</OrgCode> <OrgContactPerson>sample string 7</OrgContactPerson> <OrgCountry>sample string 8</OrgCountry> <OrgEmailA>sample string 9</OrgEmailA> <OrgEmailB>sample string 10</OrgEmailB> <OrgLogo>sample string 11</OrgLogo> <OrgMobileA>sample string 12</OrgMobileA> <OrgMobileB>sample string 13</OrgMobileB> <OrgMobileC>sample string 14</OrgMobileC> <OrgName>sample string 15</OrgName> <OrgReportingTitle>sample string 16</OrgReportingTitle> <OrgState>sample string 17</OrgState> <OrgTel>sample string 18</OrgTel> <OrganizaionTemplateId>3</OrganizaionTemplateId> <ReportingRemarks>sample string 19</ReportingRemarks> </Organization>
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.