POST api/BusinessPartners/UpdateCoordsSAP?cardCode={cardCode}&userMapId={userMapId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cardCode | string |
Required |
|
| userMapId | integer |
Required |
Body Parameters
Location| Name | Description | Type | Additional information |
|---|---|---|---|
| LineNum | integer |
None. |
|
| Name | string |
None. |
|
| Lat | string |
None. |
|
| Long | string |
None. |
|
| Default | boolean |
None. |
|
| OtherSigns | string |
None. |
|
| Id | integer |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LineNum": 1,
"Name": "sample string 2",
"Lat": "sample string 3",
"Long": "sample string 4",
"Default": true,
"OtherSigns": "sample string 6",
"Id": 1,
"Type": 1
}
application/xml, text/xml
Sample:
<Location xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ROUTE.MODELS"> <Default>true</Default> <Id>1</Id> <Lat>sample string 3</Lat> <LineNum>1</LineNum> <Long>sample string 4</Long> <Name>sample string 2</Name> <OtherSigns>sample string 6</OtherSigns> <Type>1</Type> </Location>
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. |