POST api/InventoryGenEntries
Request Information
URI Parameters
None.
Body Parameters
GoodsReceiptName | Description | Type | Additional information |
---|---|---|---|
DocEntry | integer |
None. |
|
DocNum | integer |
None. |
|
DocType | string |
None. |
|
DocDate | date |
None. |
|
DocDueDate | date |
None. |
|
DocCurrency | string |
None. |
|
Comments | string |
None. |
|
DocumentLines | Collection of GoodsReceiptRows |
None. |
|
Udfs | Collection of Udf |
None. |
Request Formats
application/json, text/json
Sample:
{ "DocEntry": 1, "DocNum": 2, "DocType": "sample string 3", "DocDate": "2025-04-03T20:41:42.7801817-06:00", "DocDueDate": "2025-04-03T20:41:42.7801817-06:00", "DocCurrency": "sample string 6", "Comments": "sample string 7", "DocumentLines": [ { "ItemCode": "sample string 1", "ItemDescription": "sample string 2", "Quantity": 3.0, "DiscountPercent": 4.0, "WarehouseCode": "sample string 5", "UnitPrice": 6.0, "TaxCode": "sample string 7", "TaxOnly": "sample string 8", "UoMEntry": 9, "CostingCode": "sample string 10", "AccountCode": "sample string 11", "Udfs": [ { "Name": "sample string 1", "FieldType": "sample string 2", "Value": "sample string 3" }, { "Name": "sample string 1", "FieldType": "sample string 2", "Value": "sample string 3" } ], "DocumentLinesBinAllocations": [ { "SerialAndBatchNumbersBaseLine": 1, "BinAbsEntry": 2, "Quantity": 3.0 }, { "SerialAndBatchNumbersBaseLine": 1, "BinAbsEntry": 2, "Quantity": 3.0 } ] }, { "ItemCode": "sample string 1", "ItemDescription": "sample string 2", "Quantity": 3.0, "DiscountPercent": 4.0, "WarehouseCode": "sample string 5", "UnitPrice": 6.0, "TaxCode": "sample string 7", "TaxOnly": "sample string 8", "UoMEntry": 9, "CostingCode": "sample string 10", "AccountCode": "sample string 11", "Udfs": [ { "Name": "sample string 1", "FieldType": "sample string 2", "Value": "sample string 3" }, { "Name": "sample string 1", "FieldType": "sample string 2", "Value": "sample string 3" } ], "DocumentLinesBinAllocations": [ { "SerialAndBatchNumbersBaseLine": 1, "BinAbsEntry": 2, "Quantity": 3.0 }, { "SerialAndBatchNumbersBaseLine": 1, "BinAbsEntry": 2, "Quantity": 3.0 } ] } ], "Udfs": [ { "Name": "sample string 1", "FieldType": "sample string 2", "Value": "sample string 3" }, { "Name": "sample string 1", "FieldType": "sample string 2", "Value": "sample string 3" } ] }
application/xml, text/xml
Sample:
<GoodsReceipt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLMLTEMA.MODELS.SAP"> <Comments>sample string 7</Comments> <DocCurrency>sample string 6</DocCurrency> <DocDate>2025-04-03T20:41:42.7801817-06:00</DocDate> <DocDueDate>2025-04-03T20:41:42.7801817-06:00</DocDueDate> <DocEntry>1</DocEntry> <DocNum>2</DocNum> <DocType>sample string 3</DocType> <DocumentLines> <GoodsReceiptRows> <AccountCode>sample string 11</AccountCode> <CostingCode>sample string 10</CostingCode> <DiscountPercent>4</DiscountPercent> <DocumentLinesBinAllocations> <DocumentLinesBinAllocations> <BinAbsEntry>2</BinAbsEntry> <Quantity>3</Quantity> <SerialAndBatchNumbersBaseLine>1</SerialAndBatchNumbersBaseLine> </DocumentLinesBinAllocations> <DocumentLinesBinAllocations> <BinAbsEntry>2</BinAbsEntry> <Quantity>3</Quantity> <SerialAndBatchNumbersBaseLine>1</SerialAndBatchNumbersBaseLine> </DocumentLinesBinAllocations> </DocumentLinesBinAllocations> <ItemCode>sample string 1</ItemCode> <ItemDescription>sample string 2</ItemDescription> <Quantity>3</Quantity> <TaxCode>sample string 7</TaxCode> <TaxOnly>sample string 8</TaxOnly> <Udfs xmlns:d4p1="http://schemas.datacontract.org/2004/07/CL.STRUCTURES.CLASSES.Udf"> <d4p1:Udf> <d4p1:FieldType>sample string 2</d4p1:FieldType> <d4p1:Name>sample string 1</d4p1:Name> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:Udf> <d4p1:Udf> <d4p1:FieldType>sample string 2</d4p1:FieldType> <d4p1:Name>sample string 1</d4p1:Name> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:Udf> </Udfs> <UnitPrice>6</UnitPrice> <UoMEntry>9</UoMEntry> <WarehouseCode>sample string 5</WarehouseCode> </GoodsReceiptRows> <GoodsReceiptRows> <AccountCode>sample string 11</AccountCode> <CostingCode>sample string 10</CostingCode> <DiscountPercent>4</DiscountPercent> <DocumentLinesBinAllocations> <DocumentLinesBinAllocations> <BinAbsEntry>2</BinAbsEntry> <Quantity>3</Quantity> <SerialAndBatchNumbersBaseLine>1</SerialAndBatchNumbersBaseLine> </DocumentLinesBinAllocations> <DocumentLinesBinAllocations> <BinAbsEntry>2</BinAbsEntry> <Quantity>3</Quantity> <SerialAndBatchNumbersBaseLine>1</SerialAndBatchNumbersBaseLine> </DocumentLinesBinAllocations> </DocumentLinesBinAllocations> <ItemCode>sample string 1</ItemCode> <ItemDescription>sample string 2</ItemDescription> <Quantity>3</Quantity> <TaxCode>sample string 7</TaxCode> <TaxOnly>sample string 8</TaxOnly> <Udfs xmlns:d4p1="http://schemas.datacontract.org/2004/07/CL.STRUCTURES.CLASSES.Udf"> <d4p1:Udf> <d4p1:FieldType>sample string 2</d4p1:FieldType> <d4p1:Name>sample string 1</d4p1:Name> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:Udf> <d4p1:Udf> <d4p1:FieldType>sample string 2</d4p1:FieldType> <d4p1:Name>sample string 1</d4p1:Name> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:Udf> </Udfs> <UnitPrice>6</UnitPrice> <UoMEntry>9</UoMEntry> <WarehouseCode>sample string 5</WarehouseCode> </GoodsReceiptRows> </DocumentLines> <Udfs xmlns:d2p1="http://schemas.datacontract.org/2004/07/CL.STRUCTURES.CLASSES.Udf"> <d2p1:Udf> <d2p1:FieldType>sample string 2</d2p1:FieldType> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:Value>sample string 3</d2p1:Value> </d2p1:Udf> <d2p1:Udf> <d2p1:FieldType>sample string 2</d2p1:FieldType> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:Value>sample string 3</d2p1:Value> </d2p1:Udf> </Udfs> </GoodsReceipt>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |