GET api/Partner
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of partner| Name | Description | Type | Additional information |
|---|---|---|---|
| isNew | boolean |
None. |
|
| isDeleted | boolean |
None. |
|
| partnerID | globally unique identifier |
None. |
|
| companyName | string |
None. |
|
| isVendor | boolean |
None. |
|
| isBuyer | boolean |
None. |
|
| isConsignee | boolean |
None. |
|
| companyCode | string |
None. |
|
| ein | string |
None. |
|
| terms | string |
None. |
|
| memo | string |
None. |
|
| isAutoPo | boolean |
None. |
|
| consigneeNumber | string |
None. |
|
| isStock | boolean |
None. |
|
| apiServer | string |
None. |
|
| bills | Collection of bill |
None. |
|
| contacts | Collection of contact |
None. |
|
| incharges | Collection of incharge |
None. |
|
| inventoryMovements | Collection of inventoryMovement |
None. |
|
| inventoryMovementCosts | Collection of inventoryMovementCost |
None. |
|
| invoices | Collection of invoice |
None. |
|
| locationAddresses | Collection of locationAddress |
None. |
|
| masterOrders | Collection of masterOrder |
None. |
|
| materialReceivings | Collection of materialReceiving |
None. |
|
| purchaseOrders | Collection of purchaseOrder |
None. |
|
| salesOrders | Collection of salesOrder |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"isNew": true,
"isDeleted": true,
"partnerID": "e4ec6fa8-b6bd-4323-aff0-b890566e564f",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "73317e88-dfcf-4738-b8eb-590042bc783f",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "e668a4e6-846f-4153-9493-dd39fb61a1cd"
},
{
"contactID": "73317e88-dfcf-4738-b8eb-590042bc783f",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "e668a4e6-846f-4153-9493-dd39fb61a1cd"
}
],
"incharges": [
{
"inchargeID": "964d0f6b-fd59-4fab-a600-badf17fd73dc",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "ab604e9d-34a0-4e11-acfe-5d91af2f2808"
},
{
"inchargeID": "964d0f6b-fd59-4fab-a600-badf17fd73dc",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "ab604e9d-34a0-4e11-acfe-5d91af2f2808"
}
],
"locationAddresses": [
{
"locationAddressID": "cac2806f-80c7-423f-80ba-195a5d1967c3",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "85532a4b-731a-4afa-85d6-dd8412a7f4a9"
},
{
"locationAddressID": "cac2806f-80c7-423f-80ba-195a5d1967c3",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "85532a4b-731a-4afa-85d6-dd8412a7f4a9"
}
]
},
{
"isNew": true,
"isDeleted": true,
"partnerID": "e4ec6fa8-b6bd-4323-aff0-b890566e564f",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "73317e88-dfcf-4738-b8eb-590042bc783f",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "e668a4e6-846f-4153-9493-dd39fb61a1cd"
},
{
"contactID": "73317e88-dfcf-4738-b8eb-590042bc783f",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "e668a4e6-846f-4153-9493-dd39fb61a1cd"
}
],
"incharges": [
{
"inchargeID": "964d0f6b-fd59-4fab-a600-badf17fd73dc",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "ab604e9d-34a0-4e11-acfe-5d91af2f2808"
},
{
"inchargeID": "964d0f6b-fd59-4fab-a600-badf17fd73dc",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "ab604e9d-34a0-4e11-acfe-5d91af2f2808"
}
],
"locationAddresses": [
{
"locationAddressID": "cac2806f-80c7-423f-80ba-195a5d1967c3",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "85532a4b-731a-4afa-85d6-dd8412a7f4a9"
},
{
"locationAddressID": "cac2806f-80c7-423f-80ba-195a5d1967c3",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "85532a4b-731a-4afa-85d6-dd8412a7f4a9"
}
]
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.