GET lineItems/GetBillToInfoForLID/{boothId}/{showAccountId}/{partId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
partId | integer |
Required |
|
showAccountId | integer |
Required |
|
boothId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BillToDtoName | Description | Type | Additional information |
---|---|---|---|
ShowAccountDetails | Collection of BillToShowAccountDetails |
None. |
|
DefaultTssShowAccountId | integer |
None. |
|
DefaultShowAccountName | string |
None. |
|
BillToVisibility | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "ShowAccountDetails": [ { "TssShowAccountId": 1, "AccountName": "sample string 2", "TFCNumber": 3, "ShowAccountType": 0 }, { "TssShowAccountId": 1, "AccountName": "sample string 2", "TFCNumber": 3, "ShowAccountType": 0 } ], "DefaultTssShowAccountId": 1, "DefaultShowAccountName": "sample string 2", "BillToVisibility": true }