GET api/Lots/{id}/Posts
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PostDTOName | Description | Type | Additional information |
---|---|---|---|
Reference | string |
None. |
|
PostNr | integer |
None. |
|
PosNr | integer |
None. |
|
VATPercentage | decimal number |
None. |
|
UnitPrice | decimal number |
None. |
|
UOM | string |
None. |
|
QuantityType | QuantityType |
None. |
|
ExtraColsCandidates | string |
None. |
|
DictExtraCandValues | Dictionary of integer [key] and string [value] |
None. |
|
ExtraColsContractingAuth | string |
None. |
|
DictExtraContractingAuthValues | Dictionary of integer [key] and string [value] |
None. |
|
ParentID | globally unique identifier |
None. |
|
IsTitle | boolean |
None. |
|
ToSumType | integer |
None. |
|
TypeSubTot | integer |
None. |
|
CntNr | integer |
None. |
|
QtyType | string |
None. |
|
QuantityTypeID | integer |
None. |
|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
|
CrmId | string |
None. |
|
IsArchived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Reference": "sample string 1", "PostNr": 2, "PosNr": 3, "VATPercentage": 4.1, "UnitPrice": 5.0, "UOM": "sample string 6", "QuantityType": 1, "ExtraColsCandidates": "sample string 7", "DictExtraCandValues": { "1": "sample string 7" }, "ExtraColsContractingAuth": "sample string 8", "DictExtraContractingAuthValues": { "1": "sample string 8" }, "ParentID": "4a90f940-95fe-49fa-8a5f-93b044112450", "IsTitle": true, "ToSumType": 10, "TypeSubTot": 11, "CntNr": 12, "QtyType": "sample string 13", "QuantityTypeID": 14, "Id": "d39a48a4-f149-4699-95a3-223a50e407d9", "Description": "sample string 16", "CrmId": "sample string 17", "IsArchived": true }, { "Reference": "sample string 1", "PostNr": 2, "PosNr": 3, "VATPercentage": 4.1, "UnitPrice": 5.0, "UOM": "sample string 6", "QuantityType": 1, "ExtraColsCandidates": "sample string 7", "DictExtraCandValues": { "1": "sample string 7" }, "ExtraColsContractingAuth": "sample string 8", "DictExtraContractingAuthValues": { "1": "sample string 8" }, "ParentID": "4a90f940-95fe-49fa-8a5f-93b044112450", "IsTitle": true, "ToSumType": 10, "TypeSubTot": 11, "CntNr": 12, "QtyType": "sample string 13", "QuantityTypeID": 14, "Id": "d39a48a4-f149-4699-95a3-223a50e407d9", "Description": "sample string 16", "CrmId": "sample string 17", "IsArchived": true } ]