POST PaperClip/PostAssemblySTLM
Create an Assembly for STLM ONLY
Request Information
URI Parameters
Body Parameters
ClsGrPaperclipAdd| Name | Description | Type | Additional Information |
|---|---|---|---|
| PaperclipId |
Assembly Number on the Assembly |
string |
Max length: 20 |
| LocationGuid |
Location Guid on the Assembly |
globally unique identifier |
Required |
| CommodityGuid |
Commodity Guid on the Assembly |
globally unique identifier |
Required |
| DateEstablished |
Date Established on the Assembly |
string |
Required Format must be MM/dd/yyyy |
| FarmGuid |
Farm Guid on the Assembly |
globally unique identifier | |
| FieldGuid |
Field Guid on the Assembly |
globally unique identifier | |
| CropSeason |
Crop Season on the Assembly |
string |
Max length: 20 |
| LotNumber |
Lot Number on the Assembly |
string |
Max length: 30 |
| UnavailableForSelection |
Determines if an Assembly is available for a selection |
boolean | |
| DefaultCashPrice |
Cash Price on the Assembly |
decimal number |
Max of 4 decimal places |
| GrPaperclipDefSplits |
List of Customer Splits on the Assembly |
Collection of ClsGrPaperclipDefSplitsAdd |
Required |
| GrPaperclipDefShrinks |
List of Shrink Tables on the Assembly |
Collection of ClsGrPaperclipDefShrinkAdd | |
| GrPaperclipDefDocks |
List of Dock Tables on the Assembly |
Collection of ClsGrPaperclipDefDockAdd | |
| GrPaperclipDefDryings |
List of Drying Tables on the Assembly |
Collection of ClsGrPaperclipDefDryingAdd | |
| GrPaperclipDefPremDiscs |
List of Premium Discounts on the Assembly |
Collection of ClsGrPaperclipDefPremDiscAdd | |
| GrPaperclipDefFrtCharges |
List of Freight Charges on the Assembly |
Collection of ClsGrPaperclipDefFrtChargesAdd | |
| GrPaperclipComments |
List of Comments on the Assembly |
Collection of ClsGrPaperclipCommentAdd | |
| GRPaperclipDefCustContOverride |
List of Customer Contract Overrides on the Assembly |
Collection of ClsGRPaperclipDefCustContOverrideAdd |
Request Formats
application/json, text/json
{
"PaperclipId": "sample string 1",
"LocationGuid": "879b80fc-22dc-45cc-855d-2c9e83f6af40",
"CommodityGuid": "bb694aab-c4ea-40da-b060-9126dc30b7ba",
"DateEstablished": "sample string 4",
"FarmGuid": "66f25883-c191-4af5-90c1-c28cfcd05221",
"FieldGuid": "cc528228-1729-4387-84b6-5b8aa05605f9",
"CropSeason": "sample string 5",
"LotNumber": "sample string 6",
"UnavailableForSelection": true,
"DefaultCashPrice": 1.1,
"GrPaperclipDefSplits": [
{
"CustomerGuid": "b82931c0-d04c-4d4b-9b74-541dbae7d418",
"SplitPercent": 1.1,
"Disposition": "sample string 3",
"PurchaseContractGuid": "7b468443-29d7-4917-ade6-99449ccb2813",
"ChargeScheduleGuid": "adf15a52-637a-4541-a0e9-d95660f3ba7a",
"CondoYn": true,
"FreightPercent": 1.1
},
{
"CustomerGuid": "b82931c0-d04c-4d4b-9b74-541dbae7d418",
"SplitPercent": 1.1,
"Disposition": "sample string 3",
"PurchaseContractGuid": "7b468443-29d7-4917-ade6-99449ccb2813",
"ChargeScheduleGuid": "adf15a52-637a-4541-a0e9-d95660f3ba7a",
"CondoYn": true,
"FreightPercent": 1.1
}
],
"GrPaperclipDefShrinks": [
{
"Disposition": "sample string 2",
"ShrinkTabGuid": "65725b39-5859-4089-a8c0-674aa8454a15"
},
{
"Disposition": "sample string 2",
"ShrinkTabGuid": "65725b39-5859-4089-a8c0-674aa8454a15"
}
],
"GrPaperclipDefDocks": [
{
"Disposition": "sample string 2",
"GrDockTabGuid": "3263beee-0fac-4501-895e-81c04a846ad9"
},
{
"Disposition": "sample string 2",
"GrDockTabGuid": "3263beee-0fac-4501-895e-81c04a846ad9"
}
],
"GrPaperclipDefDryings": [
{
"Disposition": "sample string 2",
"PdTabGuid": "d090cee8-f53f-4903-b91c-1b1f2b1cdef9"
},
{
"Disposition": "sample string 2",
"PdTabGuid": "d090cee8-f53f-4903-b91c-1b1f2b1cdef9"
}
],
"GrPaperclipDefPremDiscs": [
{
"PdTabGuid": "e405fcb8-6f0d-4a3b-81a8-9274a5895449"
},
{
"PdTabGuid": "e405fcb8-6f0d-4a3b-81a8-9274a5895449"
}
],
"GrPaperclipDefFrtCharges": [
{
"FreightVendorGuid": "823e2400-5a84-497d-bdcc-235ee26942f8",
"Rate": 3.1
},
{
"FreightVendorGuid": "823e2400-5a84-497d-bdcc-235ee26942f8",
"Rate": 3.1
}
],
"GrPaperclipComments": [
{
"CommDate": "sample string 2",
"Comment": "sample string 3"
},
{
"CommDate": "sample string 2",
"Comment": "sample string 3"
}
],
"GRPaperclipDefCustContOverride": [
{
"CustomerGuid": "2aa2c315-cdd8-46a9-8352-ff6319f5b89b",
"Disposition": "sample string 2"
},
{
"CustomerGuid": "2aa2c315-cdd8-46a9-8352-ff6319f5b89b",
"Disposition": "sample string 2"
}
]
}
application/xml, text/xml
<ClsGrPaperclip.ClsGrPaperclipAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SKY.Core.Grain">
<CommodityGuid>bb694aab-c4ea-40da-b060-9126dc30b7ba</CommodityGuid>
<CropSeason>sample string 5</CropSeason>
<DateEstablished>sample string 4</DateEstablished>
<DefaultCashPrice>1.1</DefaultCashPrice>
<FarmGuid>66f25883-c191-4af5-90c1-c28cfcd05221</FarmGuid>
<FieldGuid>cc528228-1729-4387-84b6-5b8aa05605f9</FieldGuid>
<GRPaperclipDefCustContOverride>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGRPaperclipDefCustContOverrideAdd>
<CustomerGuid>2aa2c315-cdd8-46a9-8352-ff6319f5b89b</CustomerGuid>
<Disposition>sample string 2</Disposition>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGRPaperclipDefCustContOverrideAdd>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGRPaperclipDefCustContOverrideAdd>
<CustomerGuid>2aa2c315-cdd8-46a9-8352-ff6319f5b89b</CustomerGuid>
<Disposition>sample string 2</Disposition>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGRPaperclipDefCustContOverrideAdd>
</GRPaperclipDefCustContOverride>
<GrPaperclipComments>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipCommentAdd>
<CommDate>sample string 2</CommDate>
<Comment>sample string 3</Comment>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipCommentAdd>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipCommentAdd>
<CommDate>sample string 2</CommDate>
<Comment>sample string 3</Comment>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipCommentAdd>
</GrPaperclipComments>
<GrPaperclipDefDocks>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefDockAdd>
<Disposition>sample string 2</Disposition>
<GrDockTabGuid>3263beee-0fac-4501-895e-81c04a846ad9</GrDockTabGuid>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefDockAdd>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefDockAdd>
<Disposition>sample string 2</Disposition>
<GrDockTabGuid>3263beee-0fac-4501-895e-81c04a846ad9</GrDockTabGuid>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefDockAdd>
</GrPaperclipDefDocks>
<GrPaperclipDefDryings>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefDryingAdd>
<Disposition>sample string 2</Disposition>
<PdTabGuid>d090cee8-f53f-4903-b91c-1b1f2b1cdef9</PdTabGuid>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefDryingAdd>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefDryingAdd>
<Disposition>sample string 2</Disposition>
<PdTabGuid>d090cee8-f53f-4903-b91c-1b1f2b1cdef9</PdTabGuid>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefDryingAdd>
</GrPaperclipDefDryings>
<GrPaperclipDefFrtCharges>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefFrtChargesAdd>
<FreightVendorGuid>823e2400-5a84-497d-bdcc-235ee26942f8</FreightVendorGuid>
<Rate>3.1</Rate>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefFrtChargesAdd>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefFrtChargesAdd>
<FreightVendorGuid>823e2400-5a84-497d-bdcc-235ee26942f8</FreightVendorGuid>
<Rate>3.1</Rate>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefFrtChargesAdd>
</GrPaperclipDefFrtCharges>
<GrPaperclipDefPremDiscs>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefPremDiscAdd>
<PdTabGuid>e405fcb8-6f0d-4a3b-81a8-9274a5895449</PdTabGuid>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefPremDiscAdd>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefPremDiscAdd>
<PdTabGuid>e405fcb8-6f0d-4a3b-81a8-9274a5895449</PdTabGuid>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefPremDiscAdd>
</GrPaperclipDefPremDiscs>
<GrPaperclipDefShrinks>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefShrinkAdd>
<Disposition>sample string 2</Disposition>
<ShrinkTabGuid>65725b39-5859-4089-a8c0-674aa8454a15</ShrinkTabGuid>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefShrinkAdd>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefShrinkAdd>
<Disposition>sample string 2</Disposition>
<ShrinkTabGuid>65725b39-5859-4089-a8c0-674aa8454a15</ShrinkTabGuid>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefShrinkAdd>
</GrPaperclipDefShrinks>
<GrPaperclipDefSplits>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefSplitsAdd>
<ChargeScheduleGuid>adf15a52-637a-4541-a0e9-d95660f3ba7a</ChargeScheduleGuid>
<CondoYn>true</CondoYn>
<CustomerGuid>b82931c0-d04c-4d4b-9b74-541dbae7d418</CustomerGuid>
<Disposition>sample string 3</Disposition>
<FreightPercent>1.1</FreightPercent>
<PurchaseContractGuid>7b468443-29d7-4917-ade6-99449ccb2813</PurchaseContractGuid>
<SplitPercent>1.1</SplitPercent>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefSplitsAdd>
<ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefSplitsAdd>
<ChargeScheduleGuid>adf15a52-637a-4541-a0e9-d95660f3ba7a</ChargeScheduleGuid>
<CondoYn>true</CondoYn>
<CustomerGuid>b82931c0-d04c-4d4b-9b74-541dbae7d418</CustomerGuid>
<Disposition>sample string 3</Disposition>
<FreightPercent>1.1</FreightPercent>
<PurchaseContractGuid>7b468443-29d7-4917-ade6-99449ccb2813</PurchaseContractGuid>
<SplitPercent>1.1</SplitPercent>
</ClsGrPaperclip.ClsGrPaperclipAdd.ClsGrPaperclipDefSplitsAdd>
</GrPaperclipDefSplits>
<LocationGuid>879b80fc-22dc-45cc-855d-2c9e83f6af40</LocationGuid>
<LotNumber>sample string 6</LotNumber>
<PaperclipId>sample string 1</PaperclipId>
<UnavailableForSelection>true</UnavailableForSelection>
</ClsGrPaperclip.ClsGrPaperclipAdd>
application/x-www-form-urlencoded
Response Information
Resource Description
Create an Assembly for STLM ONLY
AgvPaperClip| Name | Description | Type | Additional Information |
|---|---|---|---|
| Status |
Status of the API call. |
string | |
| Message |
Message of the API call. |
string | |
| ErrorList |
List of Error Messages returned by the api |
Collection of string | |
| WarningList |
List of Warning Messages returned by the api |
Collection of string | |
| Count |
Number of results returned |
string | |
| Data | Collection of ClsGrPaperClipAPI |
Response Formats
application/json, text/json
{
"Status": "sample string 1",
"Message": "sample string 2",
"ErrorList": [
"sample string 1",
"sample string 2"
],
"WarningList": [
"sample string 1",
"sample string 2"
],
"Count": "2",
"Data": [
{
"PaperClipId": "sample string 1",
"LocationId": "sample string 2",
"PaperClipGuid": "11338cd8-ac76-4d4b-b338-b8bebc791c87"
},
{
"PaperClipId": "sample string 1",
"LocationId": "sample string 2",
"PaperClipGuid": "11338cd8-ac76-4d4b-b338-b8bebc791c87"
}
]
}
application/xml, text/xml
<AgvPaperClip xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgvWebAPICSharp.Models.PaperClip">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/SKY.Core.Grain">
<d2p1:ClsGrPaperclip.ClsGrPaperClipAPI>
<d2p1:LocationId>sample string 2</d2p1:LocationId>
<d2p1:PaperClipGuid>11338cd8-ac76-4d4b-b338-b8bebc791c87</d2p1:PaperClipGuid>
<d2p1:PaperClipId>sample string 1</d2p1:PaperClipId>
</d2p1:ClsGrPaperclip.ClsGrPaperClipAPI>
<d2p1:ClsGrPaperclip.ClsGrPaperClipAPI>
<d2p1:LocationId>sample string 2</d2p1:LocationId>
<d2p1:PaperClipGuid>11338cd8-ac76-4d4b-b338-b8bebc791c87</d2p1:PaperClipGuid>
<d2p1:PaperClipId>sample string 1</d2p1:PaperClipId>
</d2p1:ClsGrPaperclip.ClsGrPaperClipAPI>
</Data>
<ErrorList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ErrorList>
<Message>sample string 2</Message>
<Status>sample string 1</Status>
<WarningList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</WarningList>
</AgvPaperClip>