PUT api/BPMaster
Request Information
URI Parameters
None.
Body Parameters
BPMasterData| Name | Description | Type | Additional information |
|---|---|---|---|
| BPCode | string |
None. |
|
| BPName | string |
None. |
|
| BPType | string |
None. |
|
| ContactPerson | string |
None. |
|
| FederalTaxID | string |
None. |
|
| Currency | string |
None. |
|
| Tel1 | string |
None. |
|
| string |
None. |
||
| billTo | BillTo |
None. |
|
| shipTo | ShipTo |
None. |
Request Formats
application/json, text/json
Sample:
{
"BPCode": "sample string 1",
"BPName": "sample string 2",
"BPType": "sample string 3",
"ContactPerson": "sample string 4",
"FederalTaxID": "sample string 5",
"Currency": "sample string 6",
"Tel1": "sample string 7",
"EMail": "sample string 8",
"billTo": {
"Street_POBox": "sample string 1",
"City": "sample string 2",
"ZipCode": "sample string 3",
"Country": "sample string 4",
"TelNo": "sample string 5"
},
"shipTo": {
"Street_POBox": "sample string 1",
"City": "sample string 2",
"ZipCode": "sample string 3",
"Country": "sample string 4",
"TelNo": "sample string 5"
}
}
application/xml, text/xml
Sample:
<BPMasterData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interface_SAP_E_COM.Models">
<BPCode>sample string 1</BPCode>
<BPName>sample string 2</BPName>
<BPType>sample string 3</BPType>
<ContactPerson>sample string 4</ContactPerson>
<Currency>sample string 6</Currency>
<EMail>sample string 8</EMail>
<FederalTaxID>sample string 5</FederalTaxID>
<Tel1>sample string 7</Tel1>
<billTo>
<City>sample string 2</City>
<Country>sample string 4</Country>
<Street_POBox>sample string 1</Street_POBox>
<TelNo>sample string 5</TelNo>
<ZipCode>sample string 3</ZipCode>
</billTo>
<shipTo>
<City>sample string 2</City>
<Country>sample string 4</Country>
<Street_POBox>sample string 1</Street_POBox>
<TelNo>sample string 5</TelNo>
<ZipCode>sample string 3</ZipCode>
</shipTo>
</BPMasterData>
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. |