POST api/BECorporate/GetCorporateInfo
Request Information
URI Parameters
None.
Body Parameters
GetCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| CC_Id | string |
None. |
|
| TaxIDNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CC_Id": "sample string 1",
"TaxIDNumber": "sample string 2"
}
application/xml, text/xml
Sample:
<CustomerModel.GetCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <CC_Id>sample string 1</CC_Id> <TaxIDNumber>sample string 2</TaxIDNumber> </CustomerModel.GetCustomer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfGetCorporateInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| body | GetCorporateInfo |
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.BaseResultOfCustomerModel.GetCorporateInfouKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<BackupMail>sample string 25</BackupMail>
<Billing>sample string 18</Billing>
<CC_Code>sample string 3</CC_Code>
<CC_Id>sample string 1</CC_Id>
<CareerSubType>sample string 11</CareerSubType>
<CareerSubTypeName>sample string 12</CareerSubTypeName>
<CareerType>sample string 9</CareerType>
<CareerTypeName>sample string 10</CareerTypeName>
<ContactMail>sample string 17</ContactMail>
<ContactMobilePhone>sample string 16</ContactMobilePhone>
<ContactPerson>sample string 14</ContactPerson>
<ContactPhoneNumber>sample string 15</ContactPhoneNumber>
<ControlNumber>sample string 13</ControlNumber>
<CorporateName>sample string 2</CorporateName>
<Fax>sample string 8</Fax>
<Mailing>sample string 24</Mailing>
<Password>sample string 6</Password>
<PayItem>sample string 21</PayItem>
<PayItemDay>sample string 23</PayItemDay>
<PayItemName>sample string 22</PayItemName>
<PayMethod>sample string 19</PayMethod>
<PayMethodName>sample string 20</PayMethodName>
<PhoneNumber>sample string 7</PhoneNumber>
<Representative>sample string 4</Representative>
<TaxIDNumber>sample string 5</TaxIDNumber>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfCustomerModel.GetCorporateInfouKWfnEcv>