POST api/BusinessPartner/GetBusinessPartnerFromSap
Request Information
URI Parameters
None.
Body Parameters
SearchBPFromSap| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| Type | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": 1,
"Type": "sample string 2",
"StartDate": "sample string 3",
"EndDate": "sample string 4"
}
application/xml, text/xml
Sample:
<SearchBPFromSap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS"> <CompanyId>1</CompanyId> <EndDate>sample string 4</EndDate> <StartDate>sample string 3</StartDate> <Type>sample string 2</Type> </SearchBPFromSap>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |