POST api/FECorporateAddress/UpdateAddress
Request Information
URI Parameters
None.
Body Parameters
UpdateCorporateAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| CCA_ID | integer |
None. |
|
| CCA_ZipCode | string |
None. |
|
| CCA_City | string |
None. |
|
| CCA_District | string |
None. |
|
| CCA_Road | string |
None. |
|
| ContactPerson | string |
None. |
|
| ContactPhoneNumber | string |
None. |
|
| ContactPhoneExtension | string |
None. |
|
| ContactMobilePhone | string |
None. |
|
| ContactMail | string |
None. |
|
| TitleNote | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CCA_ID": 1,
"CCA_ZipCode": "sample string 2",
"CCA_City": "sample string 3",
"CCA_District": "sample string 4",
"CCA_Road": "sample string 5",
"ContactPerson": "sample string 6",
"ContactPhoneNumber": "sample string 7",
"ContactPhoneExtension": "sample string 8",
"ContactMobilePhone": "sample string 9",
"ContactMail": "sample string 10",
"TitleNote": "sample string 11"
}
application/xml, text/xml
Sample:
<CorporateModel.UpdateCorporateAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <CCA_City>sample string 3</CCA_City> <CCA_District>sample string 4</CCA_District> <CCA_ID>1</CCA_ID> <CCA_Road>sample string 5</CCA_Road> <CCA_ZipCode>sample string 2</CCA_ZipCode> <ContactMail>sample string 10</ContactMail> <ContactMobilePhone>sample string 9</ContactMobilePhone> <ContactPerson>sample string 6</ContactPerson> <ContactPhoneExtension>sample string 8</ContactPhoneExtension> <ContactPhoneNumber>sample string 7</ContactPhoneNumber> <TitleNote>sample string 11</TitleNote> </CorporateModel.UpdateCorporateAddress>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Object |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <body /> <exception>sample string 3</exception> <isSuccess>true</isSuccess> <response i:nil="true" /> </BaseModels.BaseResultOfanyTypeRvdAXEcW>