POST Api/Sap/GetSapCustomer
Request Information
URI Parameters
None.
Body Parameters
GetSapCustomerRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VatCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VatCode": "sample string 1"
}
application/xml, text/xml
Sample:
<GetSapCustomerRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models"> <VatCode>sample string 1</VatCode> </GetSapCustomerRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
KNA1| Name | Description | Type | Additional information |
|---|---|---|---|
| KUNNR | string |
None. |
|
| NAME1 | string |
None. |
|
| SORTL | string |
None. |
|
| ORT01 | string |
None. |
|
| PSTLZ | string |
None. |
|
| REGIO | string |
None. |
|
| STRAS | string |
None. |
|
| TELF1 | string |
None. |
|
| LAND1 | string |
None. |
|
| STCD1 | string |
None. |
|
| STCD2 | string |
None. |
|
| STCEG | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"KUNNR": "sample string 1",
"NAME1": "sample string 2",
"SORTL": "sample string 3",
"ORT01": "sample string 4",
"PSTLZ": "sample string 5",
"REGIO": "sample string 6",
"STRAS": "sample string 7",
"TELF1": "sample string 8",
"LAND1": "sample string 9",
"STCD1": "sample string 10",
"STCD2": "sample string 11",
"STCEG": "sample string 12"
}
application/xml, text/xml
Sample:
<KNA1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Data.Models.SAP"> <KUNNR>sample string 1</KUNNR> <LAND1>sample string 9</LAND1> <NAME1>sample string 2</NAME1> <ORT01>sample string 4</ORT01> <PSTLZ>sample string 5</PSTLZ> <REGIO>sample string 6</REGIO> <SORTL>sample string 3</SORTL> <STCD1>sample string 10</STCD1> <STCD2>sample string 11</STCD2> <STCEG>sample string 12</STCEG> <STRAS>sample string 7</STRAS> <TELF1>sample string 8</TELF1> </KNA1>